I've enabled InstallShield 2011 LE within Visual Studio 2010 and am trying to get my first installer built with it. My application is a WPF / .NET 4.0 application. The solution is quite heavy with about 30 projects, most of them Prism modules.
Whenever I build my solution InstallShield gives me a "-6213 Internal build error" during or after the Building File Table step with no further information in its log. It may not be related but I have found Visual Studio to be extremely unstable while working with this InstallShield setup project. It has crashed numerous times.
I have been able to create an installer successfully this way from a very simple WPF test solution.
Can anyone give me any pointers on how to debug this further?