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

@@ -1,11 +1,11 @@
<?xml version="1.0"?>
<!--
This example demonstrates the Hyperlink2License UI built in to WixBalExtensionExt.
It also shows how to use the custom action extension.
Delayed OnDetect() to show splash screen.
-->
<Wix RequiredVersion="3.7.1224.0"
<Wix RequiredVersion="3.10.0.2103"
xmlns="http://schemas.microsoft.com/wix/2006/wi"
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension"
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension">
@@ -13,7 +13,7 @@
Manufacturer="ACME"
SplashScreenSourceFile="Resource\SplashScreen.bmp"
AboutUrl="http://wixtoolset.org">
<!-- This will delay the start by the time specified (in milloseconds) -->
<Variable Name="DelayStart" Type="numeric" Value="1000" />