Solid LZMA compression and removed auto-start remove line from

uninstall, autostart is commented out!


git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2211 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
andrewsteinborn 2010-02-06 04:07:34 +00:00
parent 93aa334219
commit 73268a7d71

View File

@ -12,7 +12,7 @@ InstallDirRegKey HKLM "Software\${APPNAME}" ""
OutFile "RetroShare_${VERSION}_setup.exe"
BrandingText "${APPNAMEANDVERSION}"
; Use compression
SetCompressor LZMA
SetCompressor LZMA /SOLID
; Modern interface settings
!include Sections.nsh
@ -353,8 +353,8 @@ Section "Uninstall"
; Remove Quicklaunch shortcut
Delete "$QUICKLAUNCH\${APPNAME}.lnk"
; Remove Autstart
Delete "$SMSTARTUP\${APPNAME}.lnk"
; Remove Autostart
;Delete "$SMSTARTUP\${APPNAME}.lnk"
; Remove directories used
RMDir "$SMPROGRAMS\${APPNAME}"