Help with MSI 2765
Help with MSI (Microsoft Installer) error 2765: Assembly name missing from AssemblyName table : Component: [4].
2 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
Chiun
17 years ago
Cause The attributes in the WiseSourcePath table indicate that the [problem] files are .NET assemblies. Resolution Summary 1. Go to the Setup Editor > Tables > WiseSourcePath table 2. The Attributes column for the [problem] files should currently be 8. Change the attributes column for these three entries to 16 3. Go to the Files page 4. Double-click on each of the [problem] files, go to the Assembly tab and change the Assembly Type to None. 5. Compile the installation. This time when you compile, the Assembly Type should remain None even if the Rescan Com interop registry keys on compile option is selected
Comments:
-
Excellent post. Exactly right. Thank you!!! You saved me a LOT of time chasing that one. - kboneill 11 years ago
-
Very useful. Thanks - maros141 11 years ago
-
Thank you. This helped me. - jnoxon1 11 years ago
-
Sweet! Time saver! - Head_Scratcher 9 years ago
Posted by:
Basvv85
8 years ago
I have found a faster way.
Delete the whole table WiseSourcePath, or at least the files with attribute 8.
Then delete the whole table MSIassembly, you don't have to change the files themselves.
Comments:
-
I just ran into this error when attempting to repackage Aginity Workbench for Netezza (also called something like PureData System for Analytics). Tried running the MSI but got error 2765. Then I found this page and wound up deleting all the rows in the WiseSourcePath table that had an attribute of 8, and deleted the entire MSIassembly table.
After that the MSI installed correctly without error.
Glad I found this. Big time saver! - RonW 6 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.
any suggestions? - jay25oct 9 years ago