mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-22 16:53:19 +03:00
start working on an installer
This commit is contained in:
committed by
Ferdinand Schober
parent
5736919f89
commit
acb067bfde
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