Last change
on this file since 19147 was 18164, checked in by Don-vip, 3 years ago |
see #17083 - override WixUI default bitmaps with JOSM logo
|
-
Property svn:mime-type
set to
application/xml
|
File size:
1.0 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="utf-8"?>
|
---|
2 | <!-- Stub by design -->
|
---|
3 |
|
---|
4 | <!--
|
---|
5 | overrides.wxi is a placeholder to set/alter WiX variables referenced from default
|
---|
6 | main.wxs file.
|
---|
7 | Put custom overrides.wxi in resource directory to replace this default file.
|
---|
8 | Override default overrides.wxi if configuring of msi installers through jpackage
|
---|
9 | command line is not sufficient.
|
---|
10 | WiX variables referenced from default main.wxs that can be altered in custom overrides.wxi:
|
---|
11 | - JpProductLanguage
|
---|
12 | Value of `Language` attribute of `Product` WiX element. Default value is 1033.
|
---|
13 | - JpInstallerVersion
|
---|
14 | Value of `InstallerVersion` attribute of `Package` WiX element. Default value is 200.
|
---|
15 | - JpCompressedMsi
|
---|
16 | Value of `Compressed` attribute of `Package` WiX element. Default value is `yes`.
|
---|
17 | - JpAllowDowngrades
|
---|
18 | Should be defined to enable downgrades and undefined to disable downgrades.
|
---|
19 | Default value is `yes`.
|
---|
20 | - JpAllowUpgrades
|
---|
21 | Should be defined to enable upgrades and undefined to disable upgrades.
|
---|
22 | Default value is `yes`.
|
---|
23 | -->
|
---|
24 | <Include/>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.