Skip to content

Commit 628bfdf

Browse files
committed
Do not create a company folder
#4788 (comment)
1 parent ec9aa46 commit 628bfdf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

xmake/scripts/xpack/wix/msi.wxs

-2
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
<WixVariable Id="WixUILicenseRtf" Value="$(PackageLicenseFile)" />
3131
<ui:WixUI Id="WixUI_FeatureTree" InstallDirectory="INSTALLFOLDER" />
3232
<StandardDirectory Id="ProgramFiles6432Folder">
33-
<Directory Id="CompanyFolder" Name="$(PackageCompany)">
3433
<Directory Id="INSTALLFOLDER" Name="$(PackageName)"/>
35-
</Directory>
3634
</StandardDirectory>
3735
${PACKAGE_WIX_CMDS}
3836
</Package>

0 commit comments

Comments
 (0)