Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

ISScriptBridge.dll "InstallationInfo failed" error


4 replies to this topic

JohnAlt2

JohnAlt2
  • Members
  • 6 posts

Posted 20 October 2003 - 15:40

Have got an InstallShield created vendor MSI to install but it crashes when any self-repairs happen.

"InstallationInfo failed" error occurs at the point where the MSI calls a Custom Action function "OnInstallFilesActionAfter" from "ISScriptBridge.dll"

Execute deferred Script extract:- ..
..
Call DLL from Installation Function InstallFilesActionBefore (OnInstallFilesActionBefore)
Install Files
Call DLL from Installation Function InstallFilesActionAfter (OnInstallFilesActionAfter)
..
..

Anyone know what these InstallShield custom actions do?
or anyone encountered "InstallationInfo failed"?
Is there any documentation to be found listing the ISScriptBridge.dll


John Bryan
user posted image
www.ALT2.co.uk
Application Integration Specialists

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 20 October 2003 - 19:54

These are events that call the InstalLScript code that the author has written (or the default code if he hasn't - where this default code often does nothing)
I think InstallationInfo is the point where it writes some (uninstall) registry information.

JohnAlt2

JohnAlt2
  • Members
  • 6 posts

Posted 24 October 2003 - 14:52

Thanks,

Any recommendations as to how to view the this script imbedded in the Binary table?

Is there any documentation listing the different CAs that InstallShield inserts into MSI and of the functions called throught ISScriptBridge.dll list what they do?
John Bryan
user posted image
www.ALT2.co.uk
Application Integration Specialists

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 October 2003 - 15:03

The embedded InstallScript is compiled, not human readable. You would have to contact the setup developer to request the source code.


JohnAlt2

JohnAlt2
  • Members
  • 6 posts

Posted 24 October 2003 - 16:17

Makes it difficult to see if it a default script or not then sad.gif

But thanks again for the response
John Bryan
user posted image
www.ALT2.co.uk
Application Integration Specialists