PowerToys/installer
Dustin L. Howett 6415afc27d
Significantly rework GenerateAllFileComponents (#34985)
There is no reason to use Invoke-Expression to execute a string
containing a path to another powershell script. You can just run the
powershell script directly.

But then if you're going to do that, why not make it all part of the
same script and use functions?
2024-09-23 14:34:56 -07:00
..
PowerToysSetup Significantly rework GenerateAllFileComponents (#34985) 2024-09-23 14:34:56 -07:00
PowerToysSetupCustomActions New Utility: New+ (#33136) 2024-09-19 17:12:24 +01: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 [Build]Fix local installer build, add Version.vcxproj ref (#29232) 2023-10-18 16:16:48 +01:00
README.md Prepare for renaming master -> main (#13235) 2021-11-01 12:21:47 -05:00
wix.props [ARM64][Installer]Install vcredist and upgrade wix to 3.14(#18500) 2022-05-30 10:38:36 +01:00

PowerToys installer instructions

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