Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Posts
    2

    register dll fails on win98

    Hi,

    i have generated a setup of our project and need to register some dll's (activeX). I either used the register options (by checkbox in Advanced Options and with run regsvr32 with file run ). On win98 and ME os's we get the "The setup cannot change the registry" error and cannot register the dlls. But the user can manullay register dll's with regsvr32 .

    I mean the setup installer cannot self-register the dlls but user can manually run "regsvr32 mydll" and successfully register.

    I am using Setup Factory 6. Can you give me an explanation of this error?

    NOTE: the setup works and registers the dlls on Win2000/XP/NT/Win2003 but fails at Win ME and 98Se.

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    There are some obscure cases where our registration code fails but Regsvr32.exe works. You could use an Execute File action to run regsvr32 and pass the path to the dll as a parameter. You could conditionally do this based on the user OS.

    Adam Kapilik

Similar Threads

  1. Register ActiveX Dll problem
    By GregSS in forum Setup Factory 7.0
    Replies: 2
    Last Post: 06-07-2005, 10:42 AM
  2. register com fails with System Error # 126
    By David Wellman in forum Setup Factory 7.0
    Replies: 3
    Last Post: 05-13-2005, 09:57 AM
  3. HOWTO: Register an ActiveX Control
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 09-27-2002, 02:13 PM
  4. Is it possible to register a DLL?
    By bdf in forum TrueUpdate 1.0
    Replies: 1
    Last Post: 06-26-2002, 09:41 AM
  5. Can't register dll
    By diver in forum Setup Factory 6.0
    Replies: 0
    Last Post: 04-17-2002, 02:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts