PowerToys/installer
Andrey Nekrasov 3443c73d0e
[ARM64] Installer Bootstrapper (#18241)
* [ARM64] Cleanup PowerToys solution configuration

* [ARM64] Add Bootstrapper support

known issues:
- wix doesn't have arm platform -> using x86 instead, resulting in wrong default installation dir and inability to detect 605
- current winappsdk 1.0.3 installer is corrupted -> contains x64 packages
- we're still using hardcoded vcredist for some modules

* Remove duplicate Stylecop PackageReference

* [ARM64] Cleanup StylesReportTool configuration

* [ARM64] fix configurations for bootstrapper

* fixes

* [ARM64] VCM fix

* [ARM64] Fix LinkIncremental conditional in StylesReportTool

* fix #2

* perfect forwarding

* [ARM64] Switch to call vformat to compile with later MSVC toolkits

* Updated expect

Co-authored-by: Jeremy Sinclair <4016293+snickler@users.noreply.github.com>
2022-05-13 16:55:39 +01:00
..
MSIX [build]Update to .net 6 framework and VS 2022 (#15741) 2022-02-07 14:08:30 +00:00
PowerToysSetup [ARM64] Installer Bootstrapper (#18241) 2022-05-13 16:55:39 +01:00
PowerToysSetupCustomActions [ARM64] Add support for .msi assembly (#17861) 2022-04-21 15:55:02 +01:00
VCRuntime Remove VCRedist Merge Modules, copy dlls instead 2020-05-15 12:01:21 -07:00
License.rtf moving the license.rtf file out of the root dir. compiled both msix and msi and both worked. (#1565) 2020-03-13 08:48:24 -07:00
PowerToysSetup.sln [ARM64] Installer Bootstrapper (#18241) 2022-05-13 16:55:39 +01:00
README.md Prepare for renaming master -> main (#13235) 2021-11-01 12:21:47 -05:00

PowerToys installer instructions

Please go to https://github.com/microsoft/PowerToys/tree/main/doc/devdocs#compile-the-installer for instructions