Symptoms
This error appears during the installation.
Cause
There can be multiple reasons. For example, a crucial key was deleted from the registry. The old damaged build should be fully removed before installing a new one.
Resolution
Close the installer.
Inspect the Windows Events log:
Or open the %temp% folder and inspect AbbyyMsiLog.txt.
Then run msiexec.exe with a particular product code. Make sure that the log will be created in a public folder. Disk C: usually does not meet this requirement.
msiexec.exe /x {Product-Code} /L*V "d:\msilog.log"
Inspect the generated log and adjust your registry or files accordingly. Repeat the installation.
Comments
0 comments
Please sign in to leave a comment.