Error when executing .MSI (Installer) package

MSI Error due to insufficient read rightsWhen you are starting installation of some package via MSI, and if you ran into error like this:

Error reading from file _full_path_to_msi_package. Verify that the file exists and that you can access it.

check that Local System account has read access over containing folder and .msi file itself.

First phase of installation starts under your account, so it will start as expected, but in some moment, one phase is executed via Windows Installer service, which in turn works under Local System account.

29.11.2006

Installation

Dejan VesićComments (2)

2 Comments »

  1. I found that I got this error when trying to install from a E: drive. I moved the .msi file to a directory on C: and the installation went fine!

    Comment by Paul — 26.2.2007 @ 01:09:58

  2. I’ll confirm Paul’s experience. Must be a feature and not a bug.

    Comment by Keith — 8.5.2007 @ 23:24:58

RSS feed for comments on this post. TrackBack URI

Leave a comment