No need for SendMessage, Page custom now does it
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1663 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fdd5119f75
commit
1c174e6907
1 changed files with 1 additions and 3 deletions
|
@ -17,10 +17,8 @@ Function .onVerifyInstDir
|
||||||
Abort
|
Abort
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
||||||
Page custom StartMenuGroupSelect
|
Page custom StartMenuGroupSelect ": Start Menu Folder"
|
||||||
Function StartMenuGroupSelect
|
Function StartMenuGroupSelect
|
||||||
SendMessage $HWNDPARENT ${WM_SETTEXT} 0 "STR:StartMenu.dll test Setup: Start Menu Folder"
|
|
||||||
|
|
||||||
StartMenu::Select /autoadd /lastused $R0 "StartMenu.dll test"
|
StartMenu::Select /autoadd /lastused $R0 "StartMenu.dll test"
|
||||||
Pop $R1
|
Pop $R1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue