summaryrefslogtreecommitdiff
path: root/xmake/scripts
diff options
context:
space:
mode:
authorA2va <[email protected]>2024-05-27 20:58:30 +0200
committerA2va <[email protected]>2024-05-27 20:58:30 +0200
commit628bfdf8005c8cec2741d38f8650ce39750e33e1 (patch)
tree5b80451fa768d773de943dc03aa7bdb723154288 /xmake/scripts
parentec9aa461e24fe744164435cb8c5eebac874a4e4e (diff)
Do not create a company folder
https://github.com/xmake-io/xmake/pull/4788#issuecomment-2133580648
Diffstat (limited to 'xmake/scripts')
-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>