Skip to content

TechDirectArchive

Hands-on IT, Cloud, Security & DevOps Insights

  • Home
  • About
  • Advertise With US
  • Contact
  • Reviews
  • Toggle search form
Home » Windows Server » Various Msiexec.exe Command Line Switches
  • Docker Volumes
    Create and Mount Volume to Docker Container Containers
  • OpenSSL on Windows
    How to Install OpenSSL on Windows Computers Windows
  • AWS Principals
    MFA on Root Account: Create a User on AWS and Register MFA AWS/Azure/OpenShift
  • Enable or disable SA acocunt
    How to enable an SA account that has been disabled Oracle/MSSQL/MySQL
  • Featured image   The Local Device Name is Already in Use
    How to Fix The Local Device Name is Already in Use Windows
  • image 63
    Protect Remote Desktop credentials with Windows Defender Remote Credential Guard or Restricted Admin Mode Windows
  • the Execute permission was denied
    Fix An error has occurred during report processing (rsProcessingAborted) Oracle/MSSQL/MySQL
  • Feature image registry editing
    How to Disable and Enable Registry Access on Windows 11 Windows

Various Msiexec.exe Command Line Switches

Posted on 31/07/201902/06/2023 Christian By Christian No Comments on Various Msiexec.exe Command Line Switches
Various Msiexec.exe Command Line Switches

Msiexec.exe command line install options install, uninstall, administrative install, advertise a product) display options (full, basic or no UI during the installation restart options (if the machine will be restarted after the installation) logging options. Kindly refer to these guides on how to install Windows Package Manager (Winget CLI), how to install, upgrade and uninstall Chocolatey, how to install, upgrade and uninstall software with Chocolatey, and how to install Winget CLI. In this guide, you will learn about the various Msiexec.exe Command Line Switches.

The Windows Installer technology uses Msiexec.exe for installing MSI and MSP packages. This tool gives you full control over the installation process, allowing you to set various options and parameters as shown below.

Msiexec.exe Switch Examples

Here are some Msiexec.exe switch examples below. Please refer to this link for more parameters.

/quiet, /q, qn       Fully silent mode
/passive             Unattended mode, shows progress bar only.
/norestart           Do not restart the system after the installation
/forcerestart        Restart the system after installation is complete
/log, /l             Enable Logging

Please see the following related articles: How to install the Microsoft PSWindowsUpdate module silently, How to install and Update Azure PowerShell on your Windows PC, Various methods to launch the Event Viewer, Various Ansible Authentication Options, and Various methods on how to launch Windows Task Manager.

Silent Install Methods

Example: Silently install the MSI package:

msiexec /i C:setup.msi /qn

Silently install the msi package, no reboot

msiexec /i C:setup.msi /qn /norestart

Silently install the msi package and write the installation log to the file

C:msilog.txt
msiexec /i C:setup.msi /l*v C:msilog.txt /qn

Silent Uninstall Methods

Silently uninstall the msi package:

msiexec /x C:setup.msi /qn

Silently uninstall the msi package by the product code:

msiexec /x {XXXXXXXX-xxxxxxC6-01Fxxxxxxx1} /qn

I hope you found this blog post helpful on the various Msiexec.exe Command Line Switches. Please let me know in the comment session if you have any questions.

Rate this post

Thank you for reading this post. Kindly share it with others.

  • Share on X (Opens in new window) X
  • Share on Reddit (Opens in new window) Reddit
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Facebook (Opens in new window) Facebook
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Telegram (Opens in new window) Telegram
  • Share on WhatsApp (Opens in new window) WhatsApp
  • Share on Mastodon (Opens in new window) Mastodon
  • Share on Bluesky (Opens in new window) Bluesky
  • Share on Threads (Opens in new window) Threads
  • Share on Nextdoor (Opens in new window) Nextdoor
Windows Server

Post navigation

Previous Post: This installation package could not be opened: Verify that the package exists and that you can access it
Next Post: How to configure a console port password on Cisco Router

Related Posts

  • App Locker
    Harden your Veeam Backup Server with Microsoft AppLocker Windows
  • image 63
    What to do when your Remote Desktop Licensing Manager Server Crashes Windows
  • article 1280x720.166f8634
    How to install DHCP role on Windows Server 2019 Windows Server
  • diag7
    How to run Windows Memory Diagnostics Tool on Windows Windows
  • image 38
    How to Fix “Unknown hard error” on Windows Server and Windows 10 Windows
  • hero activedirectory
    How to move a computer object from one container (OU) to another Windows Server

More Related Articles

App Locker Harden your Veeam Backup Server with Microsoft AppLocker Windows
image 63 What to do when your Remote Desktop Licensing Manager Server Crashes Windows
article 1280x720.166f8634 How to install DHCP role on Windows Server 2019 Windows Server
diag7 How to run Windows Memory Diagnostics Tool on Windows Windows
image 38 How to Fix “Unknown hard error” on Windows Server and Windows 10 Windows
hero activedirectory How to move a computer object from one container (OU) to another Windows Server

Leave a Reply Cancel reply

You must be logged in to post a comment.

Microsoft MVP

VEEAMLEGEND

vexpert-badge-stars-5

Virtual Background

GoogleNews

Categories

veeaam100

sysadmin top30a

  • Docker Volumes
    Create and Mount Volume to Docker Container Containers
  • OpenSSL on Windows
    How to Install OpenSSL on Windows Computers Windows
  • AWS Principals
    MFA on Root Account: Create a User on AWS and Register MFA AWS/Azure/OpenShift
  • Enable or disable SA acocunt
    How to enable an SA account that has been disabled Oracle/MSSQL/MySQL
  • Featured image   The Local Device Name is Already in Use
    How to Fix The Local Device Name is Already in Use Windows
  • image 63
    Protect Remote Desktop credentials with Windows Defender Remote Credential Guard or Restricted Admin Mode Windows
  • the Execute permission was denied
    Fix An error has occurred during report processing (rsProcessingAborted) Oracle/MSSQL/MySQL
  • Feature image registry editing
    How to Disable and Enable Registry Access on Windows 11 Windows

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 1,825 other subscribers
  • RSS - Posts
  • RSS - Comments
  • About
  • Authors
  • Write for us
  • Advertise with us
  • General Terms and Conditions
  • Privacy policy
  • Feedly
  • Telegram
  • Youtube
  • Facebook
  • Instagram
  • LinkedIn
  • Tumblr
  • Pinterest
  • Twitter
  • mastodon

Tags

AWS Azure Bitlocker Microsoft Windows PowerShell WDS Windows 10 Windows 11 Windows Deployment Services Windows Server 2016

Copyright © 2025 TechDirectArchive

 

Loading Comments...
 

You must be logged in to post a comment.