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

【 Pass parameters to the installation process】

Hi guys,

As I know, the command line /z"" is one way to pass a parameter to IS. However, if I have several items for user to input, can IS support that we pass all the parameters to the setup.exe in command line. Such as "user = bob, passwd = 1234, telnumber = 111111111" ... ?

Thanks,
Honlory
Labels (1)
0 Kudos
(1) Reply
Kelter
Level 10

you can pass whatever string you want, and then read that string from the CMDLINE variable. write a quick little parser in script and you're all set.
0 Kudos