mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-15 08:41:29 +03:00
14 lines
499 B
XML
14 lines
499 B
XML
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
|
<Fragment>
|
|
<StandardDirectory Id="ProgramFiles64Folder">
|
|
<Directory Id="INSTALLFOLDER" Name="!(bind.Property.Manufacturer) !(bind.Property.ProductName)">
|
|
<Directory Id="SHARE" Name="share"/>
|
|
<Directory Id="LIB" Name="lib"/>
|
|
</Directory>
|
|
</StandardDirectory>
|
|
<StandardDirectory Id="ProgramMenuFolder">
|
|
<Directory Id="ApplicationProgramsFolder" Name="!(bind.Property.ProductName)"/>
|
|
</StandardDirectory>
|
|
</Fragment>
|
|
</Wix>
|