File tree 4 files changed +25
-18
lines changed
4 files changed +25
-18
lines changed Original file line number Diff line number Diff line change 1
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 >
2
+ <Fragment >
3
+ <StandardDirectory Id =" ProgramFiles64Folder" >
4
+ <Directory Id =" INSTALLFOLDER" Name =" !(bind.Property.Manufacturer) !(bind.Property.ProductName)" />
5
+ </StandardDirectory >
6
+ <StandardDirectory Id =" ProgramMenuFolder" >
7
+ <Directory Id =" ApplicationProgramsFolder" Name =" !(bind.Property.ProductName)" />
8
+ </StandardDirectory >
9
+ </Fragment >
7
10
</Wix >
Original file line number Diff line number Diff line change 1
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 >
2
+ <Fragment >
3
+ <ComponentGroup Id =" LanMouseComponents" Directory =" INSTALLFOLDER" >
4
+ <Component >
5
+ <File Source =" ..\target\release\lan-mouse.exe" />
6
+ </Component >
7
+ <Component Id =" ApplicationShortcut" Directory =" ApplicationProgramsFolder" >
8
+ <Shortcut Id =" ApplicationStartMenuShortcut"
9
+ Name =" !(bind.Property.ProductName)"
10
+ Description =" Mouse and Keyboard sharing Software"
11
+ Target =" [INSTALLFOLDER]lan-mouse.exe"
12
+ WorkingDirectory =" INSTALLFOLDER" />
13
+ <RemoveFolder Id =" ApplicationProgramsFolder" On =" uninstall" />
14
+ <RegistryValue Root =" HKCU" Key =" Software\Feschber\LanMouse" Name =" installed" Type =" integer" Value =" 1" KeyPath =" yes" />
15
+ </Component >
16
+ </ComponentGroup >
17
+ </Fragment >
9
18
</Wix >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
9
9
<MediaTemplate EmbedCab =" yes" />
10
10
<Feature Id =" Main" >
11
- <ComponentGroupRef Id =" LanMouseComponents" />
11
+ <ComponentGroupRef Id =" LanMouseComponents" />
12
12
</Feature >
13
13
</Package >
14
14
</Wix >
You can’t perform that action at this time.
0 commit comments