Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   execwait uninstall.exe is ok but silent mode not (http://forums.winamp.com/showthread.php?t=206209)

Satsuki 28th January 2005 16:25

execwait uninstall.exe is ok but silent mode not
 
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.


All times are GMT. The time now is 18:04.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.