Last active
August 29, 2015 13:57
-
-
Save SyntaxC4/9828825 to your computer and use it in GitHub Desktop.
Windows Azure Boot Camp (Training) Resource Kit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gci -Force "$env:localappdata\Microsoft\Web Platform Installer" | Remove-Item -Recurse -Force | |
gci -Force "$env:appdata\Microsoft\Web Platform Installer" | Remove-Item -Recurse -Force |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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