summaryrefslogtreecommitdiff
path: root/Master/tlpkg/etc/nsis/updater.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/etc/nsis/updater.nsi')
-rw-r--r--Master/tlpkg/etc/nsis/updater.nsi19
1 files changed, 0 insertions, 19 deletions
diff --git a/Master/tlpkg/etc/nsis/updater.nsi b/Master/tlpkg/etc/nsis/updater.nsi
deleted file mode 100644
index 16efa8f381c..00000000000
--- a/Master/tlpkg/etc/nsis/updater.nsi
+++ /dev/null
@@ -1,19 +0,0 @@
-# set the name of the installer
-outfile "hello world.exe"
-
-Function .onInit
- MessageBox MB_YESNO "This will update your TeX Live installation. Do you wish to continue?" IDYES gogogo
- Abort
- gogogo:
-FunctionEnd
-
-
-# create a default section.
-section
-
-# create a popup box, with an OK button and the text "Hello world!"
-messageBox MB_OK "Hello world!"
-
-#untgz::extract "-d" "$INSTDIR\temp" "$TEMP\${DICT_FILENAME}"
-
-sectionEnd