Added UberSplash to the installer
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@902 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
3a2b46e2d4
commit
c1390a83c0
1 changed files with 7 additions and 5 deletions
|
@ -182,12 +182,15 @@ Section "Splash" SecContribSplash
|
|||
NoShortCuts:
|
||||
SectionEnd
|
||||
|
||||
Section "Splash w/transparency" SecContribSplashT
|
||||
Section "UberSplash w/transparency" SecContribSplashT
|
||||
SectionIn 1 2
|
||||
SetOutPath $INSTDIR\Bin
|
||||
SetOverwrite try
|
||||
File ..\Bin\magiclime.txt
|
||||
File ..\Bin\magiclime.exe
|
||||
File ..\Bin\UberSplash.exe
|
||||
SetOutPath $INSTDIR\Contrib\UberSplash
|
||||
SetOverwrite try
|
||||
File ..\Contrib\UberSplash\splash.*
|
||||
File ..\Contrib\UberSplash\*.txt
|
||||
SectionEnd
|
||||
|
||||
Section "Zip2Exe" SecContribZ2E
|
||||
|
@ -485,8 +488,7 @@ Section Uninstall
|
|||
Delete $INSTDIR\Plugins\installoptions.dll
|
||||
Delete $INSTDIR\Bin\splash.txt
|
||||
Delete $INSTDIR\Bin\splash.exe
|
||||
Delete $INSTDIR\Bin\magiclime.exe
|
||||
Delete $INSTDIR\Bin\magiclime.txt
|
||||
Delete $INSTDIR\Bin\UberSplash.exe
|
||||
Delete $INSTDIR\Plugins\nsisdl.dll
|
||||
Delete $INSTDIR\Bin\MakeLangID.exe
|
||||
Delete $INSTDIR\Plugins\LangDLL.dll
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue