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


1 reply to this topic

JohnAlt2

JohnAlt2
  • Members
  • 6 posts

Posted 20 October 2003 - 14:51

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

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 14 November 2003 - 09:07

Maybe the installscript engine is not correctly installed on the system? It looks like an Installscript custom action fails. Try to install the installscript engine version used by the setup (don't ask me how to figure out what version it uses - no idea how to find out).

I believe the ISScriptBridge.dll is a Installshield dll used to communicate between the windows installer engine and the Installscript engine.
Regards
-Stein Åsmul