cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Build Failed 6006 error

I have tried scanning this application with monitoring, and both snapshot modes and everytime I try to build the MSI I receive the following error.

ISDEV : fatal error -6006: Internal build error
Product1\Release1 - 1 error(s), 1 warning(s)
Build failed.

Can anyone offer some insight as to what this error means or is there a resource that expains what error codes mean so I at least know where to start looking.

I found this link but there was no useful information on my error.
http://helpnet.installshield.com/robo/projects/HelpLibDevStudio9/IHelpBuildErrors.htm

Thanks for any help you can offer.
(1) Reply
I ran into this one today, and found that it was due to a trailing quote in a ProgID table entry.

It appeared that this quote was causing problems because InstallShield didn't expect to find a quote there, and it was invalidating the SQL Query it was using to populate the MSI Database.

Your mileage may vary, however, you should be able to find which table is causing the problem in your case by comparing a successful build of a sample project against your failed build log, and seeing what the next table would have been to get built--chances are this is the culprit.