C
CHANGE USERNAME TO westes
On two lab machines, we are getting an error message whenever we try to
install an application that uses MSI. The error talks about the system
administrator setting group policy permissions that forbid the installation.
I researched this error on Google, and I found several other users reporting
the same error. In both of their cases, the error message was false: this
was a bug in MSI. They worked around the bug by turning logging on, and
then reading the logfile to determine which registry entry was last parsed
before the error message occurred. They then deleted (renamed) that
registry entry and at that point the installation worked fine.
Thinking this would solve my problem, I turned on MSI logging and re-ran the
setup program that is failing. The logfile is created, but it is EMPTY.
I therefore have no clues about how to proceed on this. Any ideas on how I
can get MSI to install this application, or to report additional detail
about why it thinks it has a permission problem, is appreciated.
install an application that uses MSI. The error talks about the system
administrator setting group policy permissions that forbid the installation.
I researched this error on Google, and I found several other users reporting
the same error. In both of their cases, the error message was false: this
was a bug in MSI. They worked around the bug by turning logging on, and
then reading the logfile to determine which registry entry was last parsed
before the error message occurred. They then deleted (renamed) that
registry entry and at that point the installation worked fine.
Thinking this would solve my problem, I turned on MSI logging and re-ran the
setup program that is failing. The logfile is created, but it is EMPTY.
I therefore have no clues about how to proceed on this. Any ideas on how I
can get MSI to install this application, or to report additional detail
about why it thinks it has a permission problem, is appreciated.