We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d998c commit 18e67cbCopy full SHA for 18e67cb
Installer.wxs
@@ -1,8 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3
<Product Id="*" Name="MyApp" Language="1033" Version="1.0.0" Manufacturer="MyCompany" UpgradeCode="PUT-GUID-HERE">
4
+ <Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
5
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
-
6
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
7
8
<MediaTemplate EmbedCab="yes" />
@@ -11,7 +11,9 @@
11
<ComponentGroupRef Id="ProductComponents" />
12
</Feature>
13
14
- <UIRef Id="WixUI_Minimal" />
+ <UI>
15
+ <UIRef Id="WixUI_Minimal" />
16
+ </UI>
17
</Product>
18
19
<Fragment>
0 commit comments