splash: exe -> dll

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1098 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-09-20 23:45:31 +00:00
parent dd436c800b
commit 5ede2c5e93

View file

@ -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