Mercurial > trustbridge
comparison packaging/trustbridge.nsi @ 500:4f972b1f4996
Fix packaging information generation
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Fri, 25 Apr 2014 10:29:59 +0000 |
parents | 613fbcb5df0c |
children | bfcfbae151ab |
comparison
equal
deleted
inserted
replaced
499:077b4342d69b | 500:4f972b1f4996 |
---|---|
34 !include "MUI2.nsh" | 34 !include "MUI2.nsh" |
35 | 35 |
36 ;-------------------------------- | 36 ;-------------------------------- |
37 ;Version Information (for installer file properties) | 37 ;Version Information (for installer file properties) |
38 | 38 |
39 VIProductVersion "${version_number}" ;needs integer format: x.x.x.x | 39 ;VIProductVersion "${version_number}" ;needs integer format: x.x.x.x |
40 VIProductVersion 1.0.0.0 | |
40 VIAddVersionKey "ProductName" "${productname_short}" | 41 VIAddVersionKey "ProductName" "${productname_short}" |
41 VIAddVersionKey "Comments" "${productname_short} ist Freie Software" | 42 VIAddVersionKey "Comments" "${productname_short} ist Freie Software" |
42 VIAddVersionKey "CompanyName" "${company}" | 43 VIAddVersionKey "CompanyName" "${company}" |
43 VIAddVersionKey "LegalTrademarks" "" | 44 VIAddVersionKey "LegalTrademarks" "" |
44 VIAddVersionKey "LegalCopyright" "${copyright}" | 45 VIAddVersionKey "LegalCopyright" "${copyright}" |