Wmic Install Info

If you’ve been managing Windows systems for a while, you might remember using the wmic command to install products. Specifically, the command looks like this:

wmic product where "name='My Software'" call install Yes, technically. wmic can interact with the Windows Installer (MSI) engine to install, repair, or uninstall products. wmic install

msiexec /i "C:\path\to\software.msi" /quiet /norestart If you’ve been managing Windows systems for a

wmic product call install @{<ProductID>} or more commonly: } or more commonly: