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

How to use the command prompt while creating setup

Hi,

I am creating a setup file and i need install some drivers using command line,so how can i add the command line arguments in the setup.
Labels (1)
0 Kudos
(2) Replies
mumbles
Level 7

Most folks do this using a custom action. I use "LaunchAppandWait" and call cmd.exe and give it arguments.
0 Kudos
rguggisberg
Level 13

I also use "LaunchAppandWait" to call cmd.exe and give it arguments.
Just be very careful with the LAAW_OPTION_HIDDEN option because if there is a pause in a bat file or an error that gets displayed you will be stuck!
You may want to pipe errors to nul if you use the LAAW_OPTION_HIDDEN option.
0 Kudos