File tree 6 files changed +40
-0
lines changed
6 files changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ /bin
2
+ /obj
Original file line number Diff line number Diff line change
1
+ <Wix xmlns =" http://wixtoolset.org/schemas/v4/wxs" >
2
+ <Fragment >
3
+ <StandardDirectory Id =" ProgramFiles64Folder" >
4
+ <Directory Id =" INSTALLFOLDER" Name =" !(bind.Property.Manufacturer) !(bind.Property.ProductName)" />
5
+ </StandardDirectory >
6
+ </Fragment >
7
+ </Wix >
Original file line number Diff line number Diff line change
1
+ <Wix xmlns =" http://wixtoolset.org/schemas/v4/wxs" >
2
+ <Fragment >
3
+ <ComponentGroup Id =" LanMouseComponents" Directory =" INSTALLFOLDER" >
4
+ <Component >
5
+ <File Source =" ..\target\release\lan-mouse.exe" />
6
+ </Component >
7
+ </ComponentGroup >
8
+ </Fragment >
9
+ </Wix >
Original file line number Diff line number Diff line change
1
+ <Project Sdk =" WixToolset.Sdk/5.0.2" >
2
+ <PropertyGroup >
3
+ <InstallerPlatform >x64</InstallerPlatform >
4
+ </PropertyGroup >
5
+ </Project >
Original file line number Diff line number Diff line change
1
+ <!--
2
+ This file contains the declaration of all the localizable strings.
3
+ -->
4
+ <WixLocalization xmlns =" http://wixtoolset.org/schemas/v4/wxl" Culture =" en-US" >
5
+
6
+ <String Id =" DowngradeError" Value =" A newer version of [ProductName] is already installed." />
7
+
8
+ </WixLocalization >
Original file line number Diff line number Diff line change
1
+ <Wix xmlns =" http://wixtoolset.org/schemas/v4/wxs" >
2
+ <Package Name =" Lan Mouse" Manufacturer =" Ferdinand Schober" Version =" 1.0.0.0" UpgradeCode =" a330cd60-4c35-4a54-8bb6-75b3049b46c6" >
3
+ <MajorUpgrade DowngradeErrorMessage =" !(loc.DowngradeError)" />
4
+
5
+ <Feature Id =" Main" >
6
+ <ComponentGroupRef Id =" LanMouseComponents" />
7
+ </Feature >
8
+ </Package >
9
+ </Wix >
You can’t perform that action at this time.
0 commit comments