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

Problem in DLL Self Register


1 reply to this topic

processmate

processmate
  • Members
  • 15 posts

Posted 20 February 2002 - 08:20

hey
I am getting run time error when the msi is trying to register VB6STKIT.DLL. It says error loading dll entry point missing and setup gets aborted.
I am using InstallShield Developer 7
OS -> Windows 2000 Advance Server

Irina

Irina
  • Members
  • 227 posts

Posted 20 February 2002 - 20:15

Hi,
How do you register this dll? If it doesn't have enytry point you could not use regsvr32.exe. Instead this try this command line: [YourFile] /REGSERVER to register and [YourFile] /UNREGSERVER to unregister. Try this from the MSDOS window to make sure this file could be registered. If it will be OK, create a custom action to do that.