From b52dc0d27e494ebccbfde4ef01379699fc8f4299 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 2 Jul 2016 18:23:21 -0700 Subject: 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. --- inst.nsi | 1 + 1 file changed, 1 insertion(+) (limited to 'inst.nsi') 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" -- cgit v1.2.3