Advanced Setup OptionsPSP Thumbnail Handler 2.1's installation package, pthsetup.exe, can accept several command-line switches for modifying the setup experience. These can be used to assist in deployment. In addition, once installed, the setup program setup.exe can accept command-line switches for uninstall. Install - Command-line switchespthsetup.exe [/passive | /quiet] [/u:unattend.txt]
When in passive or quiet mode, and an unttend file is not specified or does not specify all options, Setup will use default install options. Note: When in passive or quiet mode, the PSP Thumbnail Handler license agreement is not displayed to the end user. You must read and agree to the License Agreement before installing PSP Thumbnail Handler on your computer or deploying it to another computer. Uninstall - Command-line switchesSetup.exe is located in the folder in which you installed PSP Thumbnail Handler, e.g. C:\Program Files\PSP Thumbnail Handler. setup.exe /uninstall [/passive | /quiet] [/u:unattend.txt]
Using an unattend fileAn unattend file is used to specify responses to the questions that the Setup wizard asks during installation. For normal mode (that is, when the quiet or passive switches are not specified), Setup uses the unattend file's values to populate the wizard, but the user can change the settings. In passive and quiet mode, the unattend file's values are used and cannot be changed. An unattend file has the same format as a standard Windows configuration (ini) file. It consists of sections, containing key/value pairs. For example:
Following is an example of an unattend file for PSP Thumbnail Handler: [Setup] InstallPath=%ProgramFiles%\My Folder [PSPThumb] Exts=psp,pspimage,foo When specifying an unattend file on the command line, you may use an individual file name, relative path, or absolute path. If the path or file name contains spaces, enclose it in quotes. For example: pthsetup.exe /quiet /u:"C:\My Files\unattend.txt"
|