зеркало из https://github.com/Azure/azure-cli.git
b7d9b309e6 | ||
---|---|---|
.. | ||
resources | ||
scripts | ||
Product.wxs | ||
README.md | ||
azure-cli.sln | ||
azure-cli.wixproj |
README.md
Building the Windows MSI
This document provides instructions on creating the MSI.
Prerequisites
-
Turn on the '.NET Framework 3.5' Windows Feature (required for WIX Toolset).
-
Install 'WIX Toolset build tools' if not already installed. (e.g. WiX v3.10.3) http://wixtoolset.org/releases/
-
Get Git for Windows (it has several tools used for the build).
- https://github.com/git-for-windows/git/releases/download/v2.12.2.windows.1/Git-2.12.2-32-bit.exe
- Choose the 'Use Git and optional Unix tools from the Windows Command Prompt' option.
-
Install 'Microsoft Build Tools 2015'. https://www.microsoft.com/download/details.aspx?id=48159
-
Clone the repository.
- git clone https://github.com/azure/azure-cli
Note: The above can be done on a Windows 10 VM.
Building
-
Set the
CLI_VERSION
environment variable. -
Run
build_scripts\windows\scripts\build.cmd
. -
The unsigned MSI will be in the
.\out
folder.