We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec9aa46 + 628bfdf commit 4bebbf8Copy full SHA for 4bebbf8
xmake/scripts/xpack/wix/msi.wxs
@@ -30,9 +30,7 @@
30
<WixVariable Id="WixUILicenseRtf" Value="$(PackageLicenseFile)" />
31
<ui:WixUI Id="WixUI_FeatureTree" InstallDirectory="INSTALLFOLDER" />
32
<StandardDirectory Id="ProgramFiles6432Folder">
33
- <Directory Id="CompanyFolder" Name="$(PackageCompany)">
34
<Directory Id="INSTALLFOLDER" Name="$(PackageName)"/>
35
- </Directory>
36
</StandardDirectory>
37
${PACKAGE_WIX_CMDS}
38
</Package>
0 commit comments