Skip to content

Commit

Permalink
Merge pull request #5154 from A2va/wrong-folder
Browse files Browse the repository at this point in the history
Wix: Do not create a company folder
  • Loading branch information
waruqi authored May 27, 2024
2 parents ec9aa46 + 628bfdf commit 4bebbf8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xmake/scripts/xpack/wix/msi.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 4bebbf8

Please sign in to comment.