Archive: how can i wait til unstaller finishes?


how can i wait til unstaller finishes?
ExecWait '../uninstall.exe /S'

my uninstaller copy itself to temp and delete itself,
how can i wait for it to be finish?


Manual 3.2.2 Uninstaller Specific Options, and 3.2.3


# uninstall old version
ExecWait '"$INSTDIR\uninstaller.exe" /S _?=$INSTDIR'