aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/nsis
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-09-17 15:27:25 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-09-17 16:45:43 +0200
commit0c974eb2e4788d1af2d1b759bd4ada3cb1fb9e77 (patch)
treefd8119865b1855f4909ab42295038627a3132a2e /dev/nsis
parenta66d6e8e6d52d156d52e6282b879347c8922a4e8 (diff)
win32: remove outdated splash screen
The official Coq logo does not work as a splash screen. Simplest fix: no splash screen.
Diffstat (limited to 'dev/nsis')
-rwxr-xr-xdev/nsis/coq.nsi17
-rwxr-xr-xdev/nsis/coq_splash.bmpbin360054 -> 0 bytes
2 files changed, 0 insertions, 17 deletions
diff --git a/dev/nsis/coq.nsi b/dev/nsis/coq.nsi
index fe43f7a4b..1f598a88d 100755
--- a/dev/nsis/coq.nsi
+++ b/dev/nsis/coq.nsi
@@ -77,23 +77,6 @@ Function .onVerifyInstDir
FunctionEnd
;--------------------------------
-;Data
-
-Function .onInit
- SetOutPath $TEMP
- File /oname=coq_splash.bmp "coq_splash.bmp"
- InitPluginsDir
-
- advsplash::show 1000 600 400 -1 $TEMP\coq_splash
-
- Pop $0 ; $0 has '1' if the user closed the splash screen early,
- ; '0' if everything closed normal, and '-1' if some error occured.
-
- Delete $TEMP\coq_splash.bmp
-FunctionEnd
-
-
-;--------------------------------
;Installer Sections
diff --git a/dev/nsis/coq_splash.bmp b/dev/nsis/coq_splash.bmp
deleted file mode 100755
index c80220476..000000000
--- a/dev/nsis/coq_splash.bmp
+++ /dev/null
Binary files differ