summaryrefslogtreecommitdiffstats
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
commitf352b10e5f082ece0294582c534c3cbecebf712e (patch)
treeac9b18a4716842c9ba8a8bda4dfeab656ef9c8ce
parent49a888a013e88a62fb5d2a6e75137a5e600013cc (diff)
downloadtxr-f352b10e5f082ece0294582c534c3cbecebf712e.tar.gz
txr-f352b10e5f082ece0294582c534c3cbecebf712e.tar.bz2
txr-f352b10e5f082ece0294582c534c3cbecebf712e.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.
-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"