mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-05 19:44:57 -04: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
1 changed files with 3 additions and 3 deletions
|
@ -12,7 +12,7 @@ InstallDirRegKey HKLM "Software\${APPNAME}" ""
|
||||||
OutFile "RetroShare_${VERSION}_setup.exe"
|
OutFile "RetroShare_${VERSION}_setup.exe"
|
||||||
BrandingText "${APPNAMEANDVERSION}"
|
BrandingText "${APPNAMEANDVERSION}"
|
||||||
; Use compression
|
; Use compression
|
||||||
SetCompressor LZMA
|
SetCompressor LZMA /SOLID
|
||||||
|
|
||||||
; Modern interface settings
|
; Modern interface settings
|
||||||
!include Sections.nsh
|
!include Sections.nsh
|
||||||
|
@ -353,8 +353,8 @@ Section "Uninstall"
|
||||||
; Remove Quicklaunch shortcut
|
; Remove Quicklaunch shortcut
|
||||||
Delete "$QUICKLAUNCH\${APPNAME}.lnk"
|
Delete "$QUICKLAUNCH\${APPNAME}.lnk"
|
||||||
|
|
||||||
; Remove Autstart
|
; Remove Autostart
|
||||||
Delete "$SMSTARTUP\${APPNAME}.lnk"
|
;Delete "$SMSTARTUP\${APPNAME}.lnk"
|
||||||
|
|
||||||
; Remove directories used
|
; Remove directories used
|
||||||
RMDir "$SMPROGRAMS\${APPNAME}"
|
RMDir "$SMPROGRAMS\${APPNAME}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue