New UberSplash by Vince

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@901 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2002-09-04 12:56:49 +00:00
parent 0bb9e63724
commit 3a2b46e2d4
5 changed files with 287 additions and 0 deletions

View file

@ -0,0 +1,13 @@
File /oname=bitmap.bmp "C:\pathto\bitmap.bmp"
File /oname=splash.exe "${NSISDIR}\Bin\UberSplash.exe"
ExecWait '"$TEMP\splash.exe" bitmap.bmp FADEINSTEP MILLISECONDSHOW FADEOUTSTEP'
FADEINSTEP and FADEOUTSTEP between 0 and 255
supports magiclime and the alpha fading
for a display and die.. [no fade]
ExecWait '"$TEMP\splash.exe" bitmap.bmp 0 MILLISECONDSHOW 0'
win95 and win98 just display for full length
code by vince
idea by snowchyld