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

fatal error -4340: Internal build error

I get this when trying to build in visual studio 2012. I have tried creating a blank install project with no luck either.

================= Logging started at 9/27/2012 10:03:36 PM ==================
Created release folders
ISEXP : warning -7235: InstallShield could not create the software identification tag because the Tag Creator ID setting in the General Information view is empty.
AdminExecuteSequence table successfully built
AdminUISequence table successfully built
AdvtExecuteSequence table successfully built
AdvtUISequence table successfully built
InstallExecuteSequence table successfully built
InstallUISequence table successfully built
Directory table successfully built
Feature table successfully built
FeatureComponents table successfully built
Component table successfully built
Loading File table
Building File table
File table successfully built
Class table successfully built
Extension table successfully built
ActionText table successfully built
AppSearch table successfully built
CCPSearch table successfully built
Condition table successfully built
AppId table successfully built
Started signing D37.tmp ...
Property table successfully built
Binary table successfully built
CompLocator table successfully built
ControlCondition table successfully built
ControlEvent table successfully built
CreateFolder table successfully built
CustomAction table successfully built
Error table successfully built
DrLocator table successfully built
DuplicateFile table successfully built
Environment table successfully built
EventMapping table successfully built
Font table successfully built
ProgId table successfully built
ISIISItem table successfully built
ISIISProperty table successfully built
ISSelfReg table successfully built
IniFile table successfully built
IniLocator table successfully built
LaunchCondition table successfully built
MIME table successfully built
MoveFile table successfully built
MsiAssembly table successfully built
MsiAssemblyName table successfully built
MsiDigitalCertificate table successfully built
MsiDigitalSignature table successfully built
MsiPackageCertificate table successfully built
MsiPatchCertificate table successfully built
MsiShortcutProperty table successfully built
PatchPackage table successfully built
PublishComponent table successfully built
RegLocator table successfully built
Registry table successfully built
RemoveFile table successfully built
RemoveIniFile table successfully built
RemoveRegistry table successfully built
ReserveCost table successfully built
SelfReg table successfully built
Shortcut table successfully built
Signature table successfully built
TextStyle table successfully built
TypeLib table successfully built
UIText table successfully built
Upgrade table successfully built
Verb table successfully built
_Validation table successfully built
ISEXP : fatal error -4340: Internal build error
Express\DVD-5 - 1 error(s), 1 warning(s)
================= Logging stopped at 9/27/2012 10:03:37 PM ==================
Log file has been created:
Labels (1)
0 Kudos
(3) Replies
jj_miller
Level 2

Did you every solve this problem? The same thing is happening to me.
0 Kudos
Shekar
Level 7

Could you generate verbose build log which provide additional details. You can generate a verbose build log by navigating to C:\Program Files\InstallShield\2012\System in command prompt and executing below command.
ISCmdBld.exe -p "project path\projectname.ise" -r "release name" -c COMP -v >"c:\log.txt"
0 Kudos
inlguy
Level 2

Any hints on this?

jj.miller wrote:
Did you every solve this problem? The same thing is happening to me.
0 Kudos