Tag Archives: msiexec

Windows: Installer stops with error “The System Administrator has set Policies to prevent this Installation”

Hi,

you tried to install a Software Package and it stops with MSI Error: The System Administrator Has Set Policies to Prevent This Installation

Windows Installer Error
Windows Installer Error

Continue reading Windows: Installer stops with error “The System Administrator has set Policies to prevent this Installation”

Advertisment to support michlstechblog.info

Windows: Extract all files from a msi file

Hi,

first post in 2015 🙂

msiexec offers the ability to extract all files included in an msi file to a specified folder by alter the TARGETDIR proberty of the msi package.

Syntax is
msiexec /a msifile.msi /qb TARGETDIR=D:\target
Continue reading Windows: Extract all files from a msi file