79474421

Date: 2025-02-28 03:20:07
Score: 2.5
Natty:
Report link

(Apologies, I would add this as a comment to the accepted answer, but I'm new here.)

I would also like to add to the above list:

  1. Your .msi file was downloaded to a drive other than c:\. This applies to the actual storage device the .msi is located on, not just the path. If you have a junction from d:\foo to c:\foo and your .msi is d:\foo\haha.msi, msiexec will fail and emit "Error: Failed to access database c:\foo\haha.msi" in the log.

(While this would likely never happen in the OP's example, other folks searching for msiexec answers may land here as I did.)

Reasons:
  • RegEx Blacklisted phrase (1.5): I'm new here
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Benj Carson