mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-19 04:11:28 +03:00
start working on an installer
This commit is contained in:
committed by
Ferdinand Schober
parent
5736919f89
commit
acb067bfde
7
wix/Folders.wxs
Normal file
7
wix/Folders.wxs
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user