Skip to content

A share-able and reusable way to install a batch of applications in unattended mode

Notifications You must be signed in to change notification settings

ahwhfei/WebInstaller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tool Name

Windows Development Environment Installation Automation Tool

Motivation

The goal of this script is for installing dev machine automated. It's benefit for new employee, or setup a dev VM quickly.

How to Use

  • Open "cmd" to run the command as administrator
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/ahwhfei/DevEnvironmentInstallation/develop/Install.ps1'))"

Applications List

These applications will be installed automatically:

  • Google Chrome
  • Sublime text 3
  • Visual Studio Code
  • NodeJS
  • Bower
  • Grunt
  • Source Tree
  • Git
  • Resharper
  • JRE
  • Visual Studio 2015 Enterprise with Update 3
  • Azure SDK
  • Azure Service Fabric SDK
  • Azure PowerShell
  • Wix Toolset
  • AWS SDK

Supported Operating System

  • Windows 8
  • Windows 8.1
  • Windows Server 2016

About

A share-able and reusable way to install a batch of applications in unattended mode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published