Skip to content

Commit 18e67cb

Browse files
authored
Update Installer.wxs
1 parent a0d998c commit 18e67cb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Installer.wxs

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
33
<Product Id="*" Name="MyApp" Language="1033" Version="1.0.0" Manufacturer="MyCompany" UpgradeCode="PUT-GUID-HERE">
4+
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
45
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
5-
66
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
77

88
<MediaTemplate EmbedCab="yes" />
@@ -11,7 +11,9 @@
1111
<ComponentGroupRef Id="ProductComponents" />
1212
</Feature>
1313

14-
<UIRef Id="WixUI_Minimal" />
14+
<UI>
15+
<UIRef Id="WixUI_Minimal" />
16+
</UI>
1517
</Product>
1618

1719
<Fragment>

0 commit comments

Comments
 (0)