From efc72371bf446234d7805309aa7e11ffad594c79 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Fri, 7 Jun 2013 15:10:53 +0000 Subject: [PATCH] --- fluidbook/compile/script.nsi | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fluidbook/compile/script.nsi b/fluidbook/compile/script.nsi index 4d48abcc3..e76061155 100644 --- a/fluidbook/compile/script.nsi +++ b/fluidbook/compile/script.nsi @@ -1,5 +1,4 @@ ; Fluidbook - ;-------------------------------- !define FLUIDBOOKNAME "$name" @@ -61,18 +60,15 @@ Section "" ;No components page, name is not important WriteUninstaller "$INSTDIR\Uninstall.exe" ExecShell "" "$INSTDIR\$fname.exe" - SectionEnd Section "Uninstall" - DeleteRegKey HKCU "${REG_UNINSTALL}" Delete "$SMPROGRAMS\${FLUIDBOOKNAME}.lnk" Delete "$DESKTOP\${FLUIDBOOKNAME}.lnk" Delete "$INSTDIR\Uninstall.exe" RMDIR /r /REBOOTOK $INSTDIR SetRebootFlag false - SectionEnd -- 2.39.5