PDA

View Full Version : execwait uninstall.exe is ok but silent mode not


Satsuki
28th January 2005, 16:25
hello

in my script i desinstall old version before install newer.

when i use:
ExecWait '"$R7\uninstall.exe" _?=$R7'
there's no problem, the install wait the desintall is finish to continue installation.

but when i use:
ExecWait '"$R7\uninstall.exe" _?=$R7 /S'
the install doesn't wait and continue.

so is ther any way to silently do this uninstall ?

thanks

++

kichik
28th January 2005, 17:16
The /S switch must be inserted before _?=. Everything after _?= is considered as $INSTDIR.