Solution 1:
- Run cmd as administrator
- go to directory containing the msi file using "cd"
- then run "msiexec /i File.msi
- Run cmd as administrator
- go to directory containing the msi file using "cd"
- then run msiexec /a File.msi /qb targetdir="e:/NewPath/"
- this will extract the contents of file where you may be able to launch the application
No comments:
Post a Comment