Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@SyntaxC4
Last active August 29, 2015 13:57
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SyntaxC4/9828825 to your computer and use it in GitHub Desktop.
Save SyntaxC4/9828825 to your computer and use it in GitHub Desktop.
Windows Azure Boot Camp (Training) Resource Kit
gci -Force "$env:localappdata\Microsoft\Web Platform Installer" | Remove-Item -Recurse -Force
gci -Force "$env:appdata\Microsoft\Web Platform Installer" | Remove-Item -Recurse -Force
REM usage: NodeJSAzureDeveloper.cmd
“%ProgramFiles%\Microsoft\Web Platform Installer\WebpiCmd.exe” /Install /Products:WindowsAzureXPlatCLI,WATK-Package-WindowsAzureTrainingKit,azurenodesdk /XML:.\ARK-OFFLINE\feed\v001\WebProductList.xml
REM usage: OfflineMaster.cmd "C"
“%ProgramFiles%\Microsoft\Web Platform Installer\WebpiCmd.exe” /Offline /Products:WindowsAzureXPlatCLI,WindowsAzurePowershell,VWDOrVs2013AzurePack,VWDOrVs11AzurePack,azurenodesdk,azurephpsdk,azurepythonsdk,azurerubysdk,WATK-Package-WindowsAzureTrainingKit,WebCampsTK-Package-WebCampsTrainingKit /Path:%1:\ARK-OFFLINE
REM usage: PHPAzureDeveloper.cmd
“%ProgramFiles%\Microsoft\Web Platform Installer\WebpiCmd.exe” /Install /Products:WindowsAzureXPlatCLI,WATK-Package-WindowsAzureTrainingKit,azurephpsdk /XML:.\ARK-OFFLINE\feed\v001\WebProductList.xml
REM usage: PythonAzureDeveloper.cmd
“%ProgramFiles%\Microsoft\Web Platform Installer\WebpiCmd.exe” /Install /Products:WindowsAzureXPlatCLI,WATK-Package-WindowsAzureTrainingKit,azurepythonsdk /XML:%1:\ARK-OFFLINE\feed\v001\WebProductList.xml
REM usage: RubyAzureDeveloper.cmd
“%ProgramFiles%\Microsoft\Web Platform Installer\WebpiCmd.exe” /Install /Products:WindowsAzureXPlatCLI,WATK-Package-WindowsAzureTrainingKit,azurerubysdk /XML:.\ARK-OFFLINE\feed\v001\WebProductList.xml
REM usage: VS2012AzureDeveloper.cmd
“%ProgramFiles%\Microsoft\Web Platform Installer\WebpiCmd.exe” /Install /Products:WindowsAzureXPlatCLI,WindowsAzurePowershell,VWDOrVs11AzurePack,WATK-Package-WindowsAzureTrainingKit,WebCampsTK-Package-WebCampsTrainingKit /XML:.\ARK-OFFLINE\feed\v001\WebProductList.xml
REM usage: VS2013AzureDeveloper.cmd
“%ProgramFiles%\Microsoft\Web Platform Installer\WebpiCmd.exe” /Install /Products:WindowsAzureXPlatCLI,WindowsAzurePowershell,VWDOrVs2013AzurePack,WATK-Package-WindowsAzureTrainingKit,WebCampsTK-Package-WebCampsTrainingKit /XML:.\ARK-OFFLINE\feed\v001\WebProductList.xml
@SyntaxC4
Copy link
Author

WindowsAzureXPlatCLI Windows Azure Cross Platform Tools
WindowsAzurePowershell Windows Azure PowerShell Cmdlets
VWDOrVs2013AzurePack Visual Studio Express for Web or Visual Studio 2013 + Windows Azure SDK
VWDOrVs11AzurePack Visual Studio Express for Web or Visual Studio 2012 + Windows Azure SDK
azurephpsdk Azure SDK for PHP
azurepythonsdk Azure SDK for Python
azurerubysdk Azure SDK for Ruby
azurenodesdk Azure SDK for Node.js
WATK-Package-WindowsAzureTrainingKit Windows Azure Training Kit
WebCampsTK-Package-WebCampsTrainingKit Web Camps Training Kit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment