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 everyday
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.