mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-03-27 15:10:53 +03:00
14 lines
377 B
XML
14 lines
377 B
XML
<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>
|