diff --git a/Contrib/UIs/modern.exe b/Contrib/UIs/modern.exe index 4217141e..459a46a2 100644 Binary files a/Contrib/UIs/modern.exe and b/Contrib/UIs/modern.exe differ diff --git a/Examples/Modern UI/Example.nsi b/Examples/Modern UI/Example.nsi index f0047281..317c304a 100644 --- a/Examples/Modern UI/Example.nsi +++ b/Examples/Modern UI/Example.nsi @@ -23,7 +23,7 @@ SetOverwrite on ;User interface - !insertmacro MUI_INTERFACE "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" + !insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" ;License dialog LicenseText "Scroll down to see the rest of the agreement." diff --git a/Examples/Modern UI/ModernUI.nsh b/Examples/Modern UI/ModernUI.nsh index 4c287205..57dbed1a 100644 --- a/Examples/Modern UI/ModernUI.nsh +++ b/Examples/Modern UI/ModernUI.nsh @@ -7,14 +7,14 @@ !define MUI_MACROS_USED -!macro MUI_INTERFACE ICON UNICON CHECKS PROGRESSBAR +!macro MUI_INTERFACE UI ICON UNICON CHECKS PROGRESSBAR ;User interface Icon "${NSISDIR}\Contrib\Icons\${ICON}" UninstallIcon "${NSISDIR}\Contrib\Icons\${UNICON}" XPStyle On - ChangeUI all "${NSISDIR}\Contrib\UIs\modern.exe" + ChangeUI all "${NSISDIR}\Contrib\UIs\${UI}" SetFont Tahoma 8 CheckBitmap "${NSISDIR}\Contrib\Icons\${CHECKS}" InstallColors /windows diff --git a/Examples/Modern UI/MultiLanguage.nsi b/Examples/Modern UI/MultiLanguage.nsi index a76b0614..49686190 100644 --- a/Examples/Modern UI/MultiLanguage.nsi +++ b/Examples/Modern UI/MultiLanguage.nsi @@ -28,7 +28,7 @@ SetOverwrite on ;User interface - !insertmacro MUI_INTERFACE "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" + !insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" ;License dialog LicenseText /LANG=1033 "Scroll down to see the rest of the agreement."