- Notifications
You must be signed in to change notification settings - Fork3
Commit1c5e4d9
authored
feat: installer and uninstaller (#32)
Adds new package `Installer` which uses[WixSharp](https://github.com/oleg-shilo/wixsharp) to build WixToolsetinstallers for WIndows.We build two installers:- `Coder Desktop (Core)`, which installs the app files, service files,VPN files (`wintun.dll`), creates a system service and an app shortcutin the start menu- `Coder Desktop`, which will netinstall the .NET runtime if it's notinstalled and then chain install `Coder Desktop (Core)We will only be shipping the `Coder Desktop` installer, which containsthe Core installer. The chained Core installation doesn't show up inSettings > Apps.Follow-up PR will integrate to CI and add authenticode signing to theinstaller binaries.Closes#11Closes#301 parente1ef774 commit1c5e4d9
File tree
38 files changed
+1801
-266
lines changed- .github/workflows
- App
- Services
- ViewModels
- CoderSdk
- Installer
- Tests.Vpn
- Tests.Vpn.Proto
- Tests.Vpn.Service
- Vpn
- Vpn.DebugClient
- Vpn.Proto
- Vpn.Service
- scripts
- files
38 files changed
+1801
-266
lines changedLines changed: 69 additions & 22 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
7 | 13 |
| |
8 | 14 |
| |
9 | 15 |
| |
10 | 16 |
| |
11 | 17 |
| |
12 |
| - | |
| 18 | + | |
13 | 19 |
| |
14 | 20 |
| |
15 | 21 |
| |
| |||
20 | 26 |
| |
21 | 27 |
| |
22 | 28 |
| |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
23 | 36 |
| |
24 | 37 |
| |
25 | 38 |
| |
26 | 39 |
| |
27 |
| - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
28 | 46 |
| |
29 |
| - | |
| 47 | + | |
30 | 48 |
| |
31 | 49 |
| |
32 |
| - | |
33 |
| - | |
34 |
| - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
35 | 57 |
| |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
40 | 66 |
| |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
| 67 | + | |
| 68 | + | |
45 | 69 |
| |
46 |
| - | |
| 70 | + | |
| 71 | + | |
47 | 72 |
| |
48 | 73 |
| |
49 |
| - | |
50 |
| - | |
| 74 | + | |
51 | 75 |
| |
52 |
| - | |
53 |
| - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
54 | 100 |
| |
55 |
| - | |
56 |
| - | |
57 |
| - | |
58 | 101 |
| |
59 | 102 |
| |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
60 | 107 |
| |
61 | 108 |
|
Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 |
| |
21 | 24 |
| |
22 | 25 |
| |
23 |
| - | |
24 |
| - | |
| 26 | + | |
| 27 | + | |
25 | 28 |
| |
26 |
| - | |
| 29 | + | |
27 | 30 |
| |
28 | 31 |
| |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
29 | 36 |
| |
30 | 37 |
| |
31 | 38 |
| |
|
Lines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
242 |
| - | |
243 |
| - | |
| 242 | + | |
244 | 243 |
| |
245 |
| - | |
246 |
| - | |
| 244 | + | |
247 | 245 |
| |
248 | 246 |
| |
249 | 247 |
| |
| |||
252 | 250 |
| |
253 | 251 |
| |
254 | 252 |
| |
255 |
| - | |
256 |
| - | |
| 253 | + | |
257 | 254 |
| |
258 |
| - | |
259 |
| - | |
| 255 | + | |
260 | 256 |
| |
261 | 257 |
| |
262 | 258 |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
37 |
| - | |
| 36 | + | |
38 | 37 |
| |
39 |
| - | |
40 |
| - | |
| 38 | + | |
41 | 39 |
| |
42 | 40 |
| |
43 | 41 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
15 | 14 |
| |
16 | 15 |
| |
17 | 16 |
| |
|
Lines changed: 4 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
| 26 | + | |
28 | 27 |
| |
29 | 28 |
| |
30 |
| - | |
31 |
| - | |
| 29 | + | |
32 | 30 |
| |
33 |
| - | |
34 |
| - | |
| 31 | + | |
35 | 32 |
| |
36 | 33 |
| |
37 | 34 |
| |
| |||
49 | 46 |
| |
50 | 47 |
| |
51 | 48 |
| |
52 |
| - | |
53 |
| - | |
| 49 | + | |
54 | 50 |
| |
55 | 51 |
| |
56 | 52 |
| |
|
422 KB
Binary file not shown.
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
| 115 | + | |
116 | 116 |
| |
117 | 117 |
| |
118 |
| - | |
| 118 | + | |
119 | 119 |
| |
120 | 120 |
| |
121 |
| - | |
122 |
| - | |
| 121 | + | |
| 122 | + | |
123 | 123 |
| |
124 | 124 |
| |
125 |
| - | |
| 125 | + | |
126 | 126 |
| |
127 | 127 |
| |
128 | 128 |
| |
|
Lines changed: 18 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
| 25 | + | |
24 | 26 |
| |
25 | 27 |
| |
26 | 28 |
| |
| |||
185 | 187 |
| |
186 | 188 |
| |
187 | 189 |
| |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
188 | 206 |
| |
189 | 207 |
| |
190 | 208 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
0 commit comments
Comments
(0)