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

Error loading DLL - While creating IS Package in Installshield 2012


1 reply to this topic

Amarjeet

Amarjeet
  • Full Members
  • 77 posts

Posted 07 October 2013 - 10:37

My project contains a DLL named Invr600.dll which is third party DLL. When I try to build install shield DVD I get this annoying error in form of message box.


SoWin


Error : Can't load INVR600.DLL

( Please refer attachment for screenshot of error)

After acknowledging the error entire IS package creation goes smoothly.

This file is successfully included in IS package and install shield does not mention about this error in log.

Is there any way to get rid of this error.

Thanks in advance

Attached Files



Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 11 October 2013 - 07:29

My guess is that some file is set to "extract COM data at build" and that files depends on INVR600.DLL. In this case, InstallShield will run the self reg function of that file and capture the COM data, but apparently can't find INVR600.DLL for that purpose.

Check your built setup to see if COM data is complete.

As a test, run regsvr32 for your COM files to see if that throws the same error.

 

The solution would be to extract the COM data once (in a working configuration) instead of each build, or to enter them manually.