This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: ISDEV : fatal error -6100: Internal build error
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Jul 01, 2009
03:54 AM
ISDEV : fatal error -6100: Internal build error
Hi, I recently got this strange error when building my setup (Web Setup). The error is not really informative.
I have built the project for many times and never got such error.
Anybody can help me?
================= Logging started at 7/1/2009 03:34:27 ==================
Created release folders
InstallShield Script Compiler
Version 15.0.0.498
Copyright 1997-2008 Acresso Software Inc. and/or InstallShield Co. Inc. All Rights Reserved.
Compiling...
Setup.rul
Linking...
Setup.inx - 0 error(s), 0 warning(s)
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
ISDEV : fatal error -6100: Internal build error
Product Configuration 1\Release 1 - 1 error(s), 0 warning(s)
I have built the project for many times and never got such error.
Anybody can help me?
(4) Replies
‎Oct 06, 2009
12:11 PM
This error indicates an issue building Component table records for dynamically linked files. Please ensure you have installed InstallShield 2009 Service Pack 2 as this resolved some issues associated with best practice dynamic file links.
‎Oct 07, 2009
03:54 AM
joshstechnij wrote:
This error indicates an issue building Component table records for dynamically linked files. Please ensure you have installed InstallShield 2009 Service Pack 2 as this resolved some issues associated with best practice dynamic file links.
Thanks for replying josh,
Unfortunately this happened in IS 2009 SP2. I managed to get rid of this error by rearrange the target directory structure, which is painful when maintaining upgrade 😞
‎May 22, 2024
04:11 AM
I encountered exactly the same error, how did you solve it?