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

Need to register a dll


1 reply to this topic

pdrogers

pdrogers
  • Members
  • 3 posts

Posted 02 March 2002 - 00:29

SCRRUN.DLL  randomly registers when my program is installed.  Doesn't appear to  be op system related. I have tried every way to load this component. Using REGSVR32 manually  makes my program work correctly every time.  Can anyone show me how to do a CA to do this.  I know NOTHING about custom actions, so you have to do this step by step.

KiwiGeek

KiwiGeek
  • Members
  • 19 posts

Posted 06 March 2002 - 05:07

Are you sure you've set up your installation to register the DLL?
* Make sure you have set the component to extract COM data at build-time.
* If you right-click the DLL in the file list and hit properties, you'll see a checkbox for Self Register. Clicking this makes InstallShield add some custom actions which run regsvr32 on the DLL. This should only be used in the COM extraction fails.
Jamie
The geek shall inherit the earth