summaryrefslogtreecommitdiffstats
path: root/inst.nsi
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2016-07-02 18:23:21 -0700
committerKaz Kylheku <kaz@kylheku.com>2016-07-02 18:23:21 -0700
commitb52dc0d27e494ebccbfde4ef01379699fc8f4299 (patch)
treeac9b18a4716842c9ba8a8bda4dfeab656ef9c8ce /inst.nsi
parent90606af80e09cf38a61ec5e6bc4411581e03500a (diff)
downloadtxr-b52dc0d27e494ebccbfde4ef01379699fc8f4299.tar.gz
txr-b52dc0d27e494ebccbfde4ef01379699fc8f4299.tar.bz2
txr-b52dc0d27e494ebccbfde4ef01379699fc8f4299.zip
Installer deletes the sh.exe created by TXR 144.
* inst.nsi: Delete sh.exe. If unable, it's okay to leave it to the next reboot; it's not critical to remove sh.exe.
Diffstat (limited to 'inst.nsi')
-rw-r--r--inst.nsi1
1 files changed, 1 insertions, 0 deletions
diff --git a/inst.nsi b/inst.nsi
index 72aa3d75..959969e6 100644
--- a/inst.nsi
+++ b/inst.nsi
@@ -60,6 +60,7 @@ section "TXR"
SetOutPath $INSTDIR\txr\share\txr\stdlib
File share\txr\stdlib\*.txr
File share\txr\stdlib\*.tl
+ Delete /REBOOTOK $INSTDIR\txr\sh.exe
WriteUninstaller $INSTDIR\txr\uninstall.exe
CreateDirectory "$SMPROGRAMS\TXR"
CreateShortCut "$SMPROGRAMS\TXR\txr.lnk" "$INSTDIR\txr"