cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
merick81
Level 3

Silent Install - InstallScript

Hello,

I am having troubles creating a silent install using InstallScript. I am trying to create a silent install without having to use the .iss file. I would simply like the user to type:

setup.exe /s path=C:\foo;

I am parsing the 'path' out myself in OnFirstUIBefore(). If i don't include the '/s' on the command line the install correctly installs into C:\foo, but once I add the /s the install does nothing. Any ideas?


Thanks in advance,
MErickson
Labels (1)
0 Kudos
(1) Reply
rrinblue22
Level 9

I believe response file (.iss) file is needed in case of InstallScript setups for silent install.
0 Kudos