During .MSI installation: Error 1935: An error occurred during the installation of assembly component.
| Article:TECH25376 | | | Created: 2005-10-12 | | | Updated: 2009-12-17 | | | Article URL http://www.symantec.com/docs/TECH25376 |
Problem
Error 1935 - An error occurred during the installation of assembly component.
Environment
Cause
The assembly specified in the error message is not strongly named.
Solution
NOTE: Symantec Technical Support, with the assistance of its customers, has compiled information concerning Microsoft Windows Installer error messages. This article is provided for reference. Although specific solutions are outlined, there may be multiple causes for some of the Windows Installer errors, and the solutions discussed may not resolve the error in all circumstances.
*****
The assembly specified in the error must be strongly named. A strong name is made up of the full class name including the namespace, the version number, culture information (which can be null if culture neutral), plus a public key and a digital signature.
Please view Microsoft's MSDN article, "Creating and Using Strong-Named Assemblies", regarding how to create a strongly named assembly. A link to this article has been provided.
*****
The full error messages for 4-digit Windows Installer error codes can be found in the Windows Installer SDK. More information may also be available at Microsoft's web site
Related Links
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconstrong-namedassemblies.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconworkingwithstrongly-namedassemblies.asp
Legacy ID
3022
Article URL http://www.symantec.com/docs/TECH25376
Terms of use for this information are found in Legal Notices









Thank you.