• Home
  • Insurance
  • Banking
  • Loans
  • Remitance
  • About us
Facebook Twitter Instagram
  • links
Biz Assurance
Subscribe
  • Home
  • Insurance
  • Banking
  • Loans
  • Remitance
  • About us
Biz Assurance
Home»Tech»Install Software Using PowerShell Script
Tech

Install Software Using PowerShell Script

Alicia CormieBy Alicia CormieNo Comments2 Mins Read
Facebook Twitter WhatsApp
Share
Facebook Twitter LinkedIn WhatsApp

PowerShell is a Windows utility to perform automation and administration-related tasks. All operations are possible in PowerShell, from managing system files to installing software. In fact, PowerShell can perform such tasks which cannot be performed using a standard UI interface. Moreover, both “PowerShell” commands and “PowerShell ISE” scripts can be utilized for installing software.

This tutorial will help the users to install software using the PowerShell script.

How to Install Software Using PowerShell Script?

PowerShell script can be used to install the software in the given forms:

  • Standard installation.
  • Silent installation.

Method 1: Perform Standard Installation of Software Using PowerShell Script

Let’s start with the standard installation of the software using PowerShell script. Standard installation is the simple installation of the software.

For instance, overview the mentioned example:

> Start-Process C:New7zip.msi

According to the above command:

  • First of all, use the “Start-Process” command to perform one or more installations.
  • After that, specify the software path that needs to be executed:

As you can see from the output, the installer setup of “7-zip” has been launched.

Method 2: Perform Silent Installation of Software Using PowerShell Script

Software installation can be performed silently by using the below command in the PowerShell script:

> Start-Process C:DocWinRAR.exe -ArgumentList “/S /v/qn”

Here:

  • First of all, add the “Start-Process” command and then specify the software file path.
  • After that, add the “-ArgumentList” parameter and then assign “/S /v/qn” options to install the specified software in silent mode:

Executing the above code will install the software silently using a PowerShell script.

Conclusion

To install the software using PowerShell, first add the “Start-Process” command, add the software file path, and then execute it for standard installation. In case, if you want to install the software silently, then add the “/S /v/qn” parameter. This post has provided various ways to install software using PowerShell script.

Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
Previous ArticleHTML Table tr Inside td
Next Article JavaScript – Validation, Numbers Only

Related Posts

How to Fix “Not connected – No connections are available” Error in Windows

How to Fix “Blurry Font Problem” in Windows 10

How to Fix “Can’t create new folder” in Windows 10

Add A Comment

Leave A Reply Cancel Reply

Grimes Explained Why She’s ‘Purposefully’ Trying To Make Herself ‘Infinitely Less Accessible’

It Appears That Netflix May Have Edited One Of Chris Rock’s Jokes About Will Smith In His Comedy Special

There’s A Rumor That Cardi B And Megan Thee Stallion Want To Remake A Cult-Classic Halle Berry Movie And Cardi Addressed It

The Biggest Takeaways From ‘Bel-Air’ Season 2, Episode 3

  • Homepage
  • Sitemap
© 2023 Biz Assurance - Designed by Curtiex Ventures.

Type above and press Enter to search. Press Esc to cancel.