mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-07-17 21:35:19 +03:00
start working on an installer
This commit is contained in:
committed by
Ferdinand Schober
parent
1b53e58ba9
commit
6928f78111
9
wix/LanMouseComponents.wxs
Normal file
9
wix/LanMouseComponents.wxs
Normal file
@@ -0,0 +1,9 @@
|
||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
||||
<Fragment>
|
||||
<ComponentGroup Id="LanMouseComponents" Directory="INSTALLFOLDER">
|
||||
<Component>
|
||||
<File Source="..\target\release\lan-mouse.exe" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
</Fragment>
|
||||
</Wix>
|
||||
Reference in New Issue
Block a user