better error handling
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5005 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
08de3671da
commit
de7ebfe3ce
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ Function StartMenuGroupSelect
|
||||||
StrCmp $R1 "cancel" done
|
StrCmp $R1 "cancel" done
|
||||||
; error
|
; error
|
||||||
MessageBox MB_OK $R1
|
MessageBox MB_OK $R1
|
||||||
|
StrCpy $R0 "StartMenu.dll test" # use default
|
||||||
Return
|
Return
|
||||||
success:
|
success:
|
||||||
Pop $R0
|
Pop $R0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue