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 my daily work with tech and more, running since 2008
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.