Installer repo should explore using arcade tasks for msi generation
Open
- Dominant language
- No language data
- Stars
- 1.3k
- Forks
- 437
- Avg merge
- 3d 14h
- Merged PRs (30d)
- 21
Description
The installer repo uses a series of powershell scripts for msi generation right now. These then have to be kept in line with the light command package drop creation (if inputs change). They're also generally hard to understand (from a command line standpoint) since they pull in about 20 unnamed parameters. For example:
```
```
It would be much better to use the built in tasks (and improve them if necessary), for the following reasons:
- Central versioning of the WiX tooling
- Automatic light package generation
- Less custom code.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.