Skip to content

Commit 2bda1cd

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Installer.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
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" />
54
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
65
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
76

@@ -11,6 +10,7 @@
1110
<ComponentGroupRef Id="ProductComponents" />
1211
</Feature>
1312

13+
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
1414
<UI>
1515
<UIRef Id="WixUI_Minimal" />
1616
</UI>

0 commit comments

Comments
 (0)