What actions are failing? If they are actions that you added to the installation, make sure that such actions are defined with Impersonate="no"
and Execute="deferred"
(or "commit"
or "rollback"
) and that they are sequenced somewhere between InstallInitialize
and InstallFinalize
.