If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
The following are command-line parameters for silent installation (to be used with the installer executable):
/SP- This will suppress the startup prompt (with the text "This will install... do you wish to continue?")
/SILENT This will suppress the wizard and background window but the installation progress will still appear. Error messages and startup prompt will still appear unless /SP- is also specified.
/VERYSILENT This is the same as /silent but will also hide the progress window.
/SUPPRESSMSGBOXES This will suppress the prompts such as "Keep newer file?" and "File exists, confirm overwrite". It will automatically select the default choice for these prompts.
Hi Tim - I'm using TestPerformance v9 and I'm trying to do this silent mode install via command line - but I always get a prompt to enter license key. Is there a way to enter license key via parameter from command line??
Thanks, David. But one of the requirements I have is that there can't be any USB drives connected while I run PerformanceTest, so the portable option wouldn't work for me. Is there anything else that I could try?
If you place a key.dat file (text file with your key pasted into it) in the same folder as the installer it will copy it to the install location when the installer is run, when PerformanceTest is opened it will use this key.
As mentioned above, /SP- only disables the 'This will install... Do you wish to continue?' prompt at the beginning of Setup.
You should use /SILENT or /VERYSILENT instead.
Comment