ExecWait parameters
Someone had an example with "_?=$INSTDIR'" as a parameter fort ExecWait . What does it mean.
ExecWait 'filename.exe _?=$INSTDIR'
Archive: ExecWait parameters
ExecWait parameters
Someone had an example with "_?=$INSTDIR'" as a parameter fort ExecWait . What does it mean.
ExecWait 'filename.exe _?=$INSTDIR'
It sets $INSTDIR for the uninstaller. It also causes the uninstaller to not copy itself to $TEMP and run from there.