Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to remove "Unable to compile MSI action install assembly" error during build .net project in InstallAware X3?

What I have tried:

I create one project which contain multiple windows forms. Now, I have to create a setup for that. When I try to build my project in InstallAware X3 it gives error like "Unable to compile MSI action install assembly". How to remove this error???
Posted
Updated 9-Mar-16 1:57am

1 solution

This error come when you are trying to installing non-strongly names assemblies, Are you installing any such assemblies? If so, please try to temporarily remove them from the project.
you just have to replace the Install Assembly commands with Install Files. These commands are THE SAME when you are not installing to the GAC. And since your assemblies are not strong named, you cannot be installing them to the GAC anyways
 
Share this answer
 
Comments
Er. Sushant Shinde 9-Mar-16 7:57am    
Hello Prasad,
Can you explain in brief or provide any web link? How to do this & remove error?
koolprasad2003 9-Mar-16 23:09pm    
check out below link :
http://www.installaware.com/forum/viewtopic.php?f=2&t=6618
It will help you better

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900