summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmake/scripts/xpack/wix/msi.wxs2
1 files changed, 0 insertions, 2 deletions
diff --git a/xmake/scripts/xpack/wix/msi.wxs b/xmake/scripts/xpack/wix/msi.wxs
index dda4978a7..3337121f5 100644
--- a/xmake/scripts/xpack/wix/msi.wxs
+++ b/xmake/scripts/xpack/wix/msi.wxs
@@ -30,9 +30,7 @@
<WixVariable Id="WixUILicenseRtf" Value="$(PackageLicenseFile)" />
<ui:WixUI Id="WixUI_FeatureTree" InstallDirectory="INSTALLFOLDER" />
<StandardDirectory Id="ProgramFiles6432Folder">
- <Directory Id="CompanyFolder" Name="$(PackageCompany)">
<Directory Id="INSTALLFOLDER" Name="$(PackageName)"/>
- </Directory>
</StandardDirectory>
${PACKAGE_WIX_CMDS}
</Package>