Skip to content

MUI_UNPAGE_CONFIRM does not wait for input #23

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions