diff --git a/Examples/Modern UI/Basic.nsi b/Examples/Modern UI/Basic.nsi index 93a378a3..2bce6720 100644 --- a/Examples/Modern UI/Basic.nsi +++ b/Examples/Modern UI/Basic.nsi @@ -30,7 +30,7 @@ !insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" "$9" ;$9 is the variable used to store the current page, do not use this var! ;License dialog - LicenseData "License.txt" + LicenseData "${NSISDIR}\Contrib\Modern UI\License.txt" ;Component-select dialog ;Descriptions diff --git a/Examples/Modern UI/InstallOptions.nsi b/Examples/Modern UI/InstallOptions.nsi index 5149de3e..965056ce 100644 --- a/Examples/Modern UI/InstallOptions.nsi +++ b/Examples/Modern UI/InstallOptions.nsi @@ -32,7 +32,7 @@ !insertmacro MUI_INSTALLOPTIONS "$7" "$8" ;Variables for the Install Options system. Do not use them in .onNext/PrevPage and SetPage ;License dialog - LicenseData "License.txt" + LicenseData "${NSISDIR}\Contrib\Modern UI\License.txt" ;Component-select dialog ;Descriptions diff --git a/Examples/Modern UI/MultiLanguage.nsi b/Examples/Modern UI/MultiLanguage.nsi index d290f5b1..f9c291ea 100644 --- a/Examples/Modern UI/MultiLanguage.nsi +++ b/Examples/Modern UI/MultiLanguage.nsi @@ -65,14 +65,14 @@ !insertmacro MUI_INTERFACE "modern.exe" "adni18-installer-C-no48xp.ico" "adni18-uninstall-C-no48xp.ico" "modern.bmp" "smooth" "$9" ;$9 is the variable used to store the current page, do not use this var! ;License dialog - LicenseData /LANG=${LANG_ENGLISH} "License.txt" - LicenseData /LANG=${LANG_FRENCH} "License.txt" - LicenseData /LANG=${LANG_GERMAN} "License.txt" - LicenseData /LANG=${LANG_DUTCH} "License.txt" - LicenseData /LANG=${LANG_POLISH} "License.txt" - LicenseData /LANG=${LANG_GREEK} "License.txt" - LicenseData /LANG=${LANG_SIMPCHINESE} "License.txt" - LicenseData /LANG=${LANG_TRADCHINESE} "License.txt" + LicenseData /LANG=${LANG_ENGLISH} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_FRENCH} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_GERMAN} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_DUTCH} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_POLISH} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_GREEK} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_SIMPCHINESE} "${NSISDIR}\Contrib\Modern UI\License.txt" + LicenseData /LANG=${LANG_TRADCHINESE} "${NSISDIR}\Contrib\Modern UI\License.txt" ;Component-select dialog ;Titles