Skip to content

Commit 4bebbf8

Browse files
authored
Merge pull request #5154 from A2va/wrong-folder
Wix: Do not create a company folder
2 parents ec9aa46 + 628bfdf commit 4bebbf8

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)