Update for WiX 3.10

This commit is contained in:
2015-11-02 10:34:51 -05:00
parent 5c97ff1e11
commit 857b9b5c4c
40 changed files with 3877 additions and 2750 deletions

View File

@@ -27,6 +27,10 @@
maxValue="1" description="If 1, don't show Repair button during maintenance."/>
<columnDefinition name="ShowVersion" type="number" length="2" nullable="yes"
maxValue="1" description="If 1, show the version number on the UI."/>
<columnDefinition name="ShowFilesInUse" type="number" length="2" nullable="yes"
maxValue="1" description="If 1, show a special page when files are in use."/>
<columnDefinition name="SupportCacheOnly" type="number" length="2" nullable="yes"
maxValue="1" description="If 1, the bundle can be pre-cached using the /cache command line argument."/>
<columnDefinition name="LaunchPassive" type="number" length="2" nullable="yes"
maxValue="1" description="If 1, execute LaunchTarget automatically during passive install."/>
<columnDefinition name="LaunchQuiet" type="number" length="2" nullable="yes"