mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-22 04:33:19 +03:00
start working on an installer
This commit is contained in:
committed by
Ferdinand Schober
parent
5736919f89
commit
acb067bfde
13
wix/package.wxs
Normal file
13
wix/package.wxs
Normal file
@@ -0,0 +1,13 @@
|
||||
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
|
||||
<Package
|
||||
Name="Lan Mouse"
|
||||
Manufacturer="Ferdinand Schober"
|
||||
Version="0.10.0.0"
|
||||
UpgradeCode="a330cd60-4c35-4a54-8bb6-75b3049b46c6">
|
||||
<MajorUpgrade DowngradeErrorMessage="!(loc.DowngradeError)" />
|
||||
|
||||
<Feature Id="Main">
|
||||
<ComponentGroupRef Id="LanMouseComponents" />
|
||||
</Feature>
|
||||
</Package>
|
||||
</Wix>
|
||||
Reference in New Issue
Block a user