crewsr
08-09-2007, 12:12 PM
I'm trying to get an custom action to run a .exe file and use some switches to install some 3rd party drivers our software uses. From the command line the syntax is like so:
setup.exe /S /v"/qn ADDLOCAL=USB_Driver,Parallel_Driver"
This causes the drivers to be installed silently and to only install the drivers.
I've tried different syntax with the switches, but they never work... at best the executable runs as if no switches were specified...
"/S /v\"/qn ADDLOCAL=USB_Driver,Parallel_Driver\""
/S "/v\"/qn ADDLOCAL=USB_Driver,Parallel_Driver\""
Can anyone shed some light on this?
setup.exe /S /v"/qn ADDLOCAL=USB_Driver,Parallel_Driver"
This causes the drivers to be installed silently and to only install the drivers.
I've tried different syntax with the switches, but they never work... at best the executable runs as if no switches were specified...
"/S /v\"/qn ADDLOCAL=USB_Driver,Parallel_Driver\""
/S "/v\"/qn ADDLOCAL=USB_Driver,Parallel_Driver\""
Can anyone shed some light on this?