Extract MSI file
Right click on CMD and choose Run as administrator. Once you have the elevated CMD promt type: msiexec /a c:\testfile.msi /qb TARGETDIR=c:\temp\test Change path to MSI file and target path.
A blog about some of the things I work with every day
Right click on CMD and choose Run as administrator. Once you have the elevated CMD promt type: msiexec /a c:\testfile.msi /qb TARGETDIR=c:\temp\test Change path to MSI file and target path.