source: josm/trunk/native/windows/overrides.wxi@ 18802

Last change on this file since 18802 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<!--
5overrides.wxi is a placeholder to set/alter WiX variables referenced from default
6main.wxs file.
7Put custom overrides.wxi in resource directory to replace this default file.
8Override default overrides.wxi if configuring of msi installers through jpackage
9command line is not sufficient.
10WiX variables referenced from default main.wxs that can be altered in custom overrides.wxi:
11- JpProductLanguage
12Value of `Language` attribute of `Product` WiX element. Default value is 1033.
13- JpInstallerVersion
14Value of `InstallerVersion` attribute of `Package` WiX element. Default value is 200.
15- JpCompressedMsi
16Value of `Compressed` attribute of `Package` WiX element. Default value is `yes`.
17- JpAllowDowngrades
18Should be defined to enable downgrades and undefined to disable downgrades.
19Default value is `yes`.
20- JpAllowUpgrades
21Should be defined to enable upgrades and undefined to disable upgrades.
22Default value is `yes`.
23-->
24<Include/>
Note: See TracBrowser for help on using the repository browser.