Windows Installer Internal Error 2762
| Article:TECH24537 | | | Created: 2005-09-08 | | | Updated: 2005-10-06 | | | Article URL http://www.symantec.com/docs/TECH24537 |
Problem
Receiving error 2762, I cannot write a script record. The transaction does not start when running .MSI.
Cause
You will receive this error message if you have any actions before InstallInitialize or after InstallFinalize in the Execute Deferred sequence. This is not a problem if the actions are after InstallInitialize and before InstallFinalize in the Execute Immediate sequence.
Solution
Move the action specified to a location between InstallInitialize and InstallFinalize.
Legacy ID
2908
Article URL http://www.symantec.com/docs/TECH24537
Terms of use for this information are found in Legal Notices









Thank you.