aboutsummaryrefslogtreecommitdiff
path: root/dev/nsis
diff options
context:
space:
mode:
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 fe43f7a4b0..1f598a88d3 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 c80220476c..0000000000
--- a/dev/nsis/coq_splash.bmp
+++ /dev/null
Binary files differ