You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/powertoys/install.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,9 +84,21 @@ Generate a `winget` command to install Microsoft PowerToys with arguments to ins
84
84
85
85
Copilot is powered by AI, so surprises and mistakes are possible. For more information, see [Copilot FAQs](https://www.microsoft.com/microsoft-copilot/learn/).
86
86
87
-
### Extracting the MSI from the bundle
87
+
### Extracting the MSI from the bundle for 0.94 and later
88
88
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.
### 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.
90
102
91
103
This PowerShell example assumes the default install location for WiX Toolset and that the PowerToys installer has been downloaded to the Windows desktop.
0 commit comments