Skip to content

Commit

Permalink
Merge pull request RocketChat#69 from idleberg/master
Browse files Browse the repository at this point in the history
Updating NSIS
  • Loading branch information
szwacz committed Nov 2, 2015
2 parents 8d00b3b + d5a647d commit f7ce1ed
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,16 @@
; Installation
; --------------------------------

SetCompressor lzma
SetCompressor /SOLID lzma

Name "${productName}"
Icon "${setupIcon}"
OutFile "${dest}"
InstallDir "$PROGRAMFILES\${productName}"
InstallDirRegKey HKLM "${regkey}" ""

Unicode true
RequestExecutionLevel admin
CRCCheck on
SilentInstall normal

Expand Down

0 comments on commit f7ce1ed

Please sign in to comment.