Saturday, April 8, 2017

Windows Installer MSI Error 1001/2869

Make sure to disable any antivirus software

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

No comments:

Post a Comment