Skip to content

NetworkContractSolutions/Windows-Installations

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

NSS Evening Backend Requirements Installer

This PowerShell script will check your Windows machine to see if the required tools are installed and if not will download and install them for you.

Requirements

  • Windows Powershell running as Administrator
    • Click on Start button
    • Type Powershell
    • Right click and select Run as Administrator
    • OR
    • CTRL + SHIFT click on PowerShell icon
  • 64-Bit Windows Operating System
  • High speed Internet Connection

How to Run

  1. Click Start Button on taskbar
  2. Start typing PowerShell
  3. Right click on the PowerShell icon and select Run as Administrator
  4. In your Powershell window change to your Downloads Directory by typing the following
    • cd $env:HOMEPATH\Downloads
  5. Copy and paste the follwing into the Powershell window

    iex ((New-Object System.Net.WebClient).DownloadString('https://bit.ly/3mD7Y28'))

  6. Press Enter Key
  7. ???
  8. PROFIT!

Items Installed

  1. Git - Latest Version (This should already be installed from Front End)
  2. Visual Studio Community 2019
  3. .Net Core SDK 3.1.101 (Latest at the time of this commit)
  4. SQL Server 2019 Developer
  5. SQL Server Management Studio (SSMS) 18.4

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%