I have an MSI-based installation package. An MSI deployed using Group Policy and having an MST (transform) applied to it as part of this deployment.
Now I am trying to install the same MSI on the machine on which the software was previously deployed using Group Policy. The software was removed using add / remove programs, and an attempt to reinstall the software was made by double-clicking on the MSI file.
Doing this, however, results in the following Windows Installer error:
Error applying transforms. Verify that the specified transform paths are valid.
I must assume that this is due to the fact that the machine in question is subject to MSI deployment based on Group Policy, and therefore has some registry key that says it uses a nonexistent MST file.
Is there a way to prevent this (possibly using some command line switch) other than removing this machine from group policy in quesiton?
source share