diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-01-27 14:06:54 +0000 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-01-27 14:06:54 +0000 |
| commit | bfd62917ab78f93a2c5cf51b1bdc9b382bdd4638 (patch) | |
| tree | 058b954d8c67efc3c2b58fee3d8ddcc34b2475fd /packaging | |
| parent | cd2d66b99ce6031d776989d1a12314af0b719781 (diff) | |
| download | rabbitmq-server-git-bfd62917ab78f93a2c5cf51b1bdc9b382bdd4638.tar.gz | |
Stick the version in the name, compress more aggressively.
Diffstat (limited to 'packaging')
| -rw-r--r-- | packaging/windows-exe/rabbitmq_nsi.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/windows-exe/rabbitmq_nsi.in b/packaging/windows-exe/rabbitmq_nsi.in index 2a261e01cf..e2e6586c3b 100644 --- a/packaging/windows-exe/rabbitmq_nsi.in +++ b/packaging/windows-exe/rabbitmq_nsi.in @@ -11,7 +11,7 @@ ;-------------------------------- ; The name of the installer -Name "RabbitMQ" +Name "RabbitMQ %%VERSION%%" ; The file to write OutFile "rabbitmq-server-%%VERSION%%.exe" @@ -30,6 +30,8 @@ InstallDirRegKey HKLM "Software\RabbitMQ" "Install_Dir" ; Request application privileges for Windows Vista RequestExecutionLevel admin +SetCompressor /solid lzma + VIProductVersion "%%VERSION%%.0" VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductVersion" "%%VERSION%%" VIAddVersionKey /LANG=${LANG_ENGLISH} "ProductName" "RabbitMQ" |
