1

I have done over 20 installer classes for MSI's in c#, i'm now attempting one in c++/cli. I add my project output file (which contains my installer class) to the custom actions "Install"... i over ride OnAfterInstall within the Installer Class, with no code at the moment and i get the following error (just testing):

Error 1001. Exception occurred while initializing the installation: System.10.FileLoadException: Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.) (Exception from HRESULT: 0x30131019).

i would appreciate any guidance on this issue... I've never experienced it before. when this error happens it initiates a rollback... below is a link to the MSI LOG:

http://www.evas.com/MSILOG/MSI67b70.LOG

i would greatly appreciate some guidance, Thank you

1 Answer 1

2

I've only written this type of custom actions in C++ so I don't know for sure what is the problem.

I found on MSDN the following samples, maybe it will help you: http://msdn.microsoft.com/en-us/library/system.configuration.install.installer(v=vs.71).aspx

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.