Commit 396c15d
committed
WiX: restructure the Windows installer
This restructures the Windows installer components to the following:
- bld
- cli
- dbg
- ide
- rtl
The SDKs for the various platforms have now been removed and replaced
with the new platforms packages. There are currently two of them:
- android
- windows
Each one of these platform support packages support a set of
architectures relevant to the OS. The platform MSI installs the shared
view of the platform support, and each architecture slice adds the
support for the specified architecture.
The parameters to the installer build have now been replaced with the
single root path to the toolchain image and a set of paths for the
Windows runtime installations to package. This is critical to resolving
the previous issue with the unified installer build: we would clobber
the paths as there was no android and windows platform differentiation.
The changes removed the need for the variants of the shared library as
all the architectures are now included into a single MSI, simply split
up amongst the CABs.1 parent 6ad5599 commit 396c15d
File tree
30 files changed
+5210
-2440
lines changed- platforms/Windows
- bld
- bundle
- cli
- dbg
- ide
- platforms
- android
- windows
- rtl/lib
- sdk
- drd
- win
30 files changed
+5210
-2440
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | 70 | | |
91 | 71 | | |
92 | 72 | | |
| |||
100 | 80 | | |
101 | 81 | | |
102 | 82 | | |
103 | | - | |
104 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
105 | 87 | | |
106 | 88 | | |
107 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 25 | + | |
| 26 | + | |
32 | 27 | | |
33 | 28 | | |
34 | 29 | | |
| |||
64 | 59 | | |
65 | 60 | | |
66 | 61 | | |
67 | | - | |
68 | | - | |
| 62 | + | |
| 63 | + | |
69 | 64 | | |
70 | 65 | | |
71 | 66 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
| 5 | + | |
| 6 | + | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | | - | |
| 16 | + | |
18 | 17 | | |
19 | 18 | | |
20 | | - | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
27 | 26 | | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| |||
0 commit comments