mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-07 20:07:56 +08:00
8 lines
496 B
Markdown
8 lines
496 B
Markdown
|
# PowerToys Setup Project
|
||
|
|
||
|
## Build instructions
|
||
|
* Install the [WiX Toolset Visual Studio 2019 Extension](https://marketplace.visualstudio.com/items?itemName=RobMensching.WiXToolset).
|
||
|
* Install the [WiX Toolset build tools](https://wixtoolset.org/releases/) in the development machine.
|
||
|
* Open `powertoys.sln`, select the "Release" and "x64" configurations and build the `PowerToysSetup` project.
|
||
|
* The resulting installer will be built to `PowerToysSetup\bin\Release\PowerToysSetup.msi`.
|