From: vincent@cubedesigners.com Date: Fri, 7 Jun 2013 15:10:53 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=efc72371bf446234d7805309aa7e11ffad594c79;p=cubeextranet.git --- 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