Skip to content

Commit 76d67f1

Browse files
committed
Fix the product location in installer
1 parent 828e2ea commit 76d67f1

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Installer/Product.wxs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@
3232

3333
<!-- Install location -->
3434
<StandardDirectory Id="ProgramFiles64Folder">
35-
<Directory Id="CompanyFolder" Name="$(var.Manufacturer)">
36-
<Directory Id="INSTALLFOLDER" Name="$(var.ProductName)" />
37-
</Directory>
35+
<Directory Id="INSTALLFOLDER" Name="$(var.ProductName)" />
3836
</StandardDirectory>
3937

4038
<!-- Start Menu folder -->

0 commit comments

Comments
 (0)