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
cinst -y visualstudio2022enterprise | |
cinst -y visualstudio2022-workload-azure | |
cinst -y visualstudio2022-workload-netweb | |
cinst -y fiddler4 | |
cinst -y notepadplusplus | |
cinst -y sysinternals | |
cinst -y winmerge | |
choco install dotnet-sdk --version=6.0.407 | |
cinst -y service-fabric-sdk |
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
<?xml version="1.0" encoding="utf-8"?> | |
<AdminDeploymentCustomizations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/wix/2011/AdminDeployment"> | |
<BundleCustomizations TargetDir="C:\Program Files (x86)\Microsoft Visual Studio 14.0" NoCacheOnlyMode="default" NoWeb="default" NoRefresh="default" SuppressRefreshPrompt="default" Feed="default" /> | |
<SelectableItemCustomizations> | |
<SelectableItemCustomization Id="WebToolsV1" Hidden="no" Selected="yes" FriendlyName="Microsoft Web Developer Tools" /> | |
</SelectableItemCustomizations> | |
</AdminDeploymentCustomizations> |
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
cinst -y notepadplusplus | |
cinst -y GoogleChrome | |
cinst -y aspnetmvc4.install | |
cinst -y sysinternals | |
cinst -y powershell | |
cinst -y cmder | |
cinst -y putty | |
cinst -y visualstudio2017enterprise | |
cinst -y visualstudio2017-workload-netweb | |
cinst -y crystalreports-for-visualstudio |
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
cinst -y notepadplusplus | |
cinst -y GoogleChrome | |
cinst -y sysinternals | |
cinst -y jdk7 |
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
cinst -y chocolatey | |
cinst -y git | |
cinst -y cmder | |
cinst -y visualstudiocode | |
cinst -y microsoft-build-tools | |
cinst -y nuget.commandline | |
cinst -y nunit | |
cinst -y googlechrome | |
cinst -y nodejs.install | |
npm install -g grunt-cli |
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
cinst -y visualstudio2022professional | |
cinst -y visualstudio2022-workload-azure | |
cinst -y visualstudio2022-workload-netweb | |
cinst -y fiddler4 | |
cinst -y notepadplusplus | |
cinst -y sysinternals | |
cinst -y winmerge | |
choco install dotnet-sdk --version=6.0.407 | |
cinst -y service-fabric-sdk |
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
cinst -y visualstudio2019enterprise | |
cinst -y visualstudio2019-workload-azure | |
cinst -y visualstudio2019-workload-netweb | |
cinst -y visualstudio2019-workload-node | |
cinst -y visualstudio2019-workload-netcoretools | |
cinst -y resharper | |
cinst -y fiddler4 | |
cinst -y notepadplusplus | |
cinst -y googlechrome | |
cinst -y windirstat |