PowerToys/installer
Stefan Markovic fb7a85ec81
[ARM][Installer]Fix UninstallCommandNotFoundModule not finding pwsh(#33143)
* [ARM][Installer] Fix UninstallCommandNotFoundModule

On ARM, processes does not inherit the user env variables. So, pwsh.exe could not be found from installer process.
Logic is changed to use powershell.exe to first set process' PATH env var and then trigger pwsh.exe

* address PR comments
2024-06-05 11:10:08 +01:00
..
PowerToysSetup [Installer]Use custom action to copy DSC files on user install (#32799) 2024-05-31 09:47:31 +01:00
PowerToysSetupCustomActions [ARM][Installer]Fix UninstallCommandNotFoundModule not finding pwsh(#33143) 2024-06-05 11:10:08 +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