From fc3123873535f1c3af2b0f36dcc79178f42bcc17 Mon Sep 17 00:00:00 2001 From: joostverburg Date: Mon, 23 Feb 2004 17:46:16 +0000 Subject: [PATCH] link text not cut off when high dpi setting is used git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3500 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 1196c903..74aa3beb 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -62,7 +62,7 @@ Page custom PageReinstall PageLeaveReinstall !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES -!define MUI_FINISHPAGE_LINK "Visit the NSIS website for the latest news, FAQs and support" +!define MUI_FINISHPAGE_LINK "Visit the NSIS site for the latest news, FAQs and support" !define MUI_FINISHPAGE_LINK_LOCATION "http://nsis.sf.net/" !define MUI_FINISHPAGE_RUN "$INSTDIR\NSIS.exe" @@ -100,7 +100,6 @@ Section "NSIS Core Files (required)" SecCore RMDir /r $SMPROGRAMS\NSIS SetOverwrite on - Delete $INSTDIR\makensis-bz2.exe File ..\makensis.exe File ..\makensisw.exe File ..\license.txt @@ -174,7 +173,6 @@ Section "Script Examples" SecExample SectionIn 1 2 3 SetOutPath $INSTDIR\Examples - Delete $INSTDIR\functions.htm File ..\Examples\cvsdata.nsi File ..\Examples\makensis.nsi File ..\Examples\makensis.ini @@ -273,12 +271,7 @@ Section "Modern User Interface" SecInterfacesModernUI File "..\Contrib\UIs\modern_headerbmpr.exe" File "..\Contrib\UIs\modern_nodesc.exe" File "..\Contrib\UIs\modern_smalldesc.exe" - - Delete "$INSTDIR\Contrib\Modern UI\Readme.jpg" - Delete "$INSTDIR\Contrib\Modern UI\ioSpecial3.ini" - Delete "$INSTDIR\Contrib\UIs\modern2.exe" - Delete "$INSTDIR\Contrib\UIs\modern3.exe" - + SetOutPath $INSTDIR\Include File "..\Include\MUI.nsh"