Skip to content

Commit

Permalink
Do not create a Company folder
Browse files Browse the repository at this point in the history
  • Loading branch information
A2va committed May 27, 2024
1 parent ec9aa46 commit 083de1e
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 083de1e

Please sign in to comment.