mui nsisconf macro backwards compatible
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2981 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8ee6ad13d6
commit
8a9eaca975
2 changed files with 5 additions and 1 deletions
|
@ -2048,7 +2048,9 @@ Var MUI_TEMP2
|
|||
|
||||
!macro MUI_INSERT
|
||||
|
||||
!insertmacro MUI_NSISCONF
|
||||
!ifdef MUI_INSERT_NSISCONF
|
||||
!insertmacro MUI_NSISCONF
|
||||
!endif
|
||||
|
||||
!ifdef MUI_PRODUCT | MUI_VERSION
|
||||
!warning "The MUI_PRODUCT and MUI_VERSION defines have been removed. Use a normal Name command now."
|
||||
|
|
|
@ -48,6 +48,8 @@
|
|||
|
||||
;------------------------
|
||||
|
||||
!define MUI_INSERT_NSISCONF
|
||||
|
||||
!macro MUI_NSISCONF
|
||||
|
||||
;Example: Change the default Modern UI icons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue