You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Important: For all `cargo build` invocations, set `--target` (even if the target is the same as the host architecture), because that affects the output directory. Pass the same target also via `-Target` to `build.ps1` in step 3.
4
+
5
+
## Steps
6
+
7
+
1) Build the main project with the `--features "msi-installed"` flag, resulting in `rustup-init.exe`
8
+
2) Build the CustomAction DLL in `src/rustup-win-installer` using `cargo build`
9
+
3) Build the actual installer in `src/rustup-win-installer/msi` using `build.ps1`
10
+
11
+
The resulting installer will be in `src/rustup-win-installer/msi/target`.
0 commit comments