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
- :
- Merge Module Build Error -6151
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 01, 2010
04:39 AM
Merge Module Build Error -6151
Our merge modules built without any error in 2010
With 2011 now we get
Funny thing: after that, .msm file lays there, it's in the release folder
So what's going wrong?
Regarding Q107995 I can confirm:
1. No shortcuts in the project
2. No sql scripts
3. No chained msis 😄
With 2011 now we get
================ Logging started at 9/1/2010 11:32:46 ==================
Created release folders
Directory 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
ODBCDataSource table successfully built
ODBCDriver table successfully built
ISComPlusProxy table successfully built
ISComPlusApplication table successfully built
ISComCatalogCollection table successfully built
ISComCatalogCollectionObjects table successfully built
ISComCatalogObject table successfully built
ISComCatalogAttribute table successfully built
ISComPlusApplicationDLL table successfully built
ISComPlusServerFile table successfully built
ISComPlusProxyFile table successfully built
ISComPlusServerDepFile table successfully built
ISComPlusProxyDepFile table successfully built
AdminExecuteSequence table successfully built
Condition table successfully built
AdminUISequence table successfully built
AdvtExecuteSequence table successfully built
AdvtUISequence table successfully built
AppId table successfully built
AppSearch table successfully built
Property table successfully built
Binary table successfully built
BindImage table successfully built
CompLocator table successfully built
Complus table successfully built
ControlCondition table successfully built
ControlEvent table successfully built
CreateFolder table successfully built
CustomAction table successfully built
DrLocator table successfully built
DuplicateFile table successfully built
Environment table successfully built
EventMapping table successfully built
Font table successfully built
ISChainPackage table successfully built
ISChainPackageData table successfully built
ProgId table successfully built
ISComponentExtended table successfully built
ISCustomActionReference table successfully built
ISDRMFile table successfully built
ISFileManifests table successfully built
ISLockPermissions table successfully built
ISObjectProperty table successfully built
ISSelfReg table successfully built
ISVirtualDirectory table successfully built
ISVirtualFile table successfully built
ISVirtualPackage table successfully built
ISVirtualRegistry table successfully built
ISVirtualRelease table successfully built
ISVirtualShortcut table successfully built
IniFile table successfully built
IniLocator table successfully built
InstallExecuteSequence table successfully built
InstallUISequence table successfully built
IsolatedComponent table successfully built
LockPermissions table successfully built
MIME table successfully built
ModuleAdminExecuteSequence table successfully built
ModuleAdminUISequence table successfully built
ModuleAdvtExecuteSequence table successfully built
ModuleAdvtUISequence table successfully built
ModuleComponents table successfully built
ModuleConfiguration table successfully built
ModuleDependency table successfully built
ModuleExclusion table successfully built
ModuleIgnoreTable table successfully built
ModuleSubstitution table successfully built
ModuleInstallExecuteSequence table successfully built
ModuleInstallUISequence table successfully built
ModuleSignature table successfully built
MoveFile table successfully built
MsiAssembly table successfully built
MsiAssemblyName table successfully built
MsiDriverPackages table successfully built
MsiLockPermissionsEx table successfully built
MsiPatchCertificate table successfully built
MsiServiceConfig table successfully built
MsiServiceConfigFailureActions table successfully built
MsiShortcutProperty table successfully built
ODBCAttribute table successfully built
ODBCSourceAttribute table successfully built
ODBCTranslator 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
ServiceControl table successfully built
ServiceInstall table successfully built
Shortcut table successfully built
Signature table successfully built
TextStyle table successfully built
TypeLib table successfully built
UIText table successfully built
Verb table successfully built
ISDEV : fatal error -6151: Cannot save target databse.
x64\MultiLingual - 1 error(s), 0 warning(s)
================= Logging stopped at 9/1/2010 11:32:46 ==================
Log file has been created:
Funny thing: after that, .msm file lays there, it's in the release folder
So what's going wrong?
Regarding Q107995 I can confirm:
1. No shortcuts in the project
2. No sql scripts
3. No chained msis 😄
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Sep 02, 2010
09:34 AM
seems to be solved.
We change the Binary table, according to the dlls, e.g. CustomAction.dll instead of "newbinary1"....
In the case of a extra long dll file name it gave the above error... When shortening the Name everything works again
We change the Binary table, according to the dlls, e.g. CustomAction.dll instead of "newbinary1"....
In the case of a extra long dll file name it gave the above error... When shortening the Name everything works again