cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
vijendra
Level 2

Command line argument for silent install

I'm running ISMP 11.5, have created one dialog box to take IPAddress input from user, every thing works fine. However when I try to get this IPAddress as input from command line by passing using -V option, it gives me error. I am runnging following

"Setup.exe -V ipaddress="171.18.230"

ipaddress is variable created in Property Manager.

I am getting follwoing error :

"Wizard can not continue due to following error: Invalid Command Line Option: V is not supported (1001)(403) "


Any help on this would be appreciated. I need this option to work, so that we can pass this value for silent install. Even options file need this command. .

Thanks much.
Labels (1)
0 Kudos
(1) Reply
enanrum
Level 9

How are you running this; I take it you are running this from the cmd line!

I have no problem running:

setup.exe -V variable="value"

Even if the variable does not exist! Have you tried to add this to an options file and run it in silent mode?

seteup.exe -options opotions.txt -silent

regards,
Tom
0 Kudos