don't declare variables for registry values if they won't be used
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5265 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bb8fc680f5
commit
4fe86652a8
2 changed files with 15 additions and 7 deletions
|
@ -17,10 +17,16 @@ Start Menu folder page
|
|||
Var mui.StartMenuPage.FolderList
|
||||
|
||||
Var mui.StartMenuPage.Create
|
||||
Var mui.StartMenuPage.RegistryLocation
|
||||
Var mui.StartMenuPage.ReturnValue
|
||||
!endif
|
||||
|
||||
!ifdef MUI_STARTMENUPAGE_REGISTRY_ROOT & MUI_STARTMENUPAGE_REGISTRY_KEY & MUI_STARTMENUPAGE_REGISTRY_VALUENAME
|
||||
!ifndef MUI_STARTMENUPAGE_REGISTRY_VARIABLES
|
||||
!define MUI_STARTMENUPAGE_REGISTRY_VARIABLES
|
||||
Var mui.StartMenuPage.RegistryLocation
|
||||
!endif
|
||||
!endif
|
||||
|
||||
!macroend
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue