From 5ede2c5e93d9b558e91842aa0d4a6c9b663550d6 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 20 Sep 2002 23:45:31 +0000 Subject: [PATCH] splash: exe -> dll git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1098 212acab6-be3b-0410-9dea-997c60f758d6 --- Examples/makensis.nsi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Examples/makensis.nsi b/Examples/makensis.nsi index 203f7967..55092b66 100644 --- a/Examples/makensis.nsi +++ b/Examples/makensis.nsi @@ -405,7 +405,7 @@ Section -post CreateShortCut "$SMPROGRAMS\NSIS\Contrib\Modern UI Readme.lnk" "$INSTDIR\Examples\Modern UI\Readme.html" NoMUIShortCuts: - IfFileExists "$INSTDIR\Bin\splash.exe" 0 NoSPLShortCuts + IfFileExists "$INSTDIR\Plugins\splash.dll" 0 NoSPLShortCuts CreateDirectory $SMPROGRAMS\NSIS\Contrib CreateShortCut "$SMPROGRAMS\NSIS\Contrib\Splash Screen Help.lnk" "$INSTDIR\contrib\splash\splash.txt" NoSPLShortCuts: @@ -605,6 +605,7 @@ Section Uninstall Delete $INSTDIR\Plugins\installoptions.dll Delete $INSTDIR\Bin\splash.txt Delete $INSTDIR\Bin\splash.exe + Delete $INSTDIR\Plugins\splash.dll Delete $INSTDIR\Bin\UberSplash.exe Delete $INSTDIR\Plugins\nsisdl.dll Delete $INSTDIR\Bin\MakeLangID.exe