Skip to content

Commit 725133d

Browse files
Merge pull request #5816 from MicrosoftDocs/main638935676132411656sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 722cd95 + dfda4c7 commit 725133d

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

hub/powertoys/install.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,21 @@ Generate a `winget` command to install Microsoft PowerToys with arguments to ins
8484

8585
Copilot is powered by AI, so surprises and mistakes are possible. For more information, see [Copilot FAQs](https://www.microsoft.com/microsoft-copilot/learn/).
8686

87-
### Extracting the MSI from the bundle
87+
### Extracting the MSI from the bundle for 0.94 and later
8888

89-
Make sure to have [WiX Toolset v3](https://docs.firegiant.com/wix/wix3/) installed. The command doesn't work with WiX Toolset v4.
89+
Make sure to have the [.NET SDK](https://dotnet.microsoft.com/download/) installed.
90+
91+
In PowerShell, run `dotnet tool install wix --global` to install the latest version of WiX Toolset.
92+
93+
This PowerShell example assumes that the PowerToys installer has been downloaded to the Windows desktop.
94+
95+
```powershell
96+
wix burn extract ${Env:\USERPROFILE}"\Desktop\PowerToysSetup-0.94.0-x64.exe" -out ${Env:\USERPROFILE}"\Desktop\extractedPath" -oba ${Env:\USERPROFILE}"\Desktop\extractedPath"
97+
```
98+
99+
### Extracting the MSI from the bundle for 0.93 and earlier
100+
101+
Make sure to have [WiX Toolset v3](https://docs.firegiant.com/wix/wix3/) installed. The command doesn't work with WiX Toolset v4 and later versions.
90102

91103
This PowerShell example assumes the default install location for WiX Toolset and that the PowerToys installer has been downloaded to the Windows desktop.
92104

0 commit comments

Comments
 (0)