mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-06 02:41:29 +03:00
8 lines
265 B
XML
8 lines
265 B
XML
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
|
<Fragment>
|
|
<StandardDirectory Id="ProgramFiles64Folder">
|
|
<Directory Id="INSTALLFOLDER" Name="!(bind.Property.Manufacturer) !(bind.Property.ProductName)" />
|
|
</StandardDirectory>
|
|
</Fragment>
|
|
</Wix>
|