You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MUI_UNPAGE_CONFIRM does not wait for accepting or canceling just starts
Uninstall section.
some parts of my nsh:
...
!include "MUI2.nsh"
...
!insertmacro MUI_UNPAGE_CONFIRM
!insertmacro MUI_UNPAGE_INSTFILES
...
Function un.onInit
nsExec::Exec "$INSTDIR\skydns-agent.exe -p uninstall"
Pop $0
${If} $0 == "error"
${OrIf} $0 == "timeout"
${OrIf} $0 = 100
Goto +3
${EndIf}
Abort
FunctionEnd
Original issue reported on code.google.com by rion4ik on 25 Jun 2012 at 12:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
rion4ik
on 25 Jun 2012 at 12:44The text was updated successfully, but these errors were encountered: