mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-29 17:36:19 -05:00
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:
parent
93aa334219
commit
73268a7d71
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user