Indigo Rose Software

Professional Software Development Tools

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

    irsetup runtime error

    hi,

    I have developed an installer for my project. The installer runs perfectly on Win XP/2000 machines but on win98 i have problems.

    I have searched a bit and found the log for the setup. In XP/2000 windowses the setup continues to register DLL section "[File Registration]" but on win98 i do not see this. SO the problem is here. after installing all files and start registration i something like this error:

    IRSETUP.exe runtime error -> C:\Windows\Temp\irsetup.exe

    On some win98 machines the installer do not generate errors but also do not register dll's.

    Is there a workaround for this error?

    Thanks for your help.

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    Well, it is probably the registration of a DLL that is causing the problem. When you need to do is to determine which DLL it is. Do this by turning off registration one by one until you find the offending DLL. Once you find it, see if there are any dependent DLLs that need to be installed first. If so, put them in your setup and change the install order so that the dependency DLLs are installed first. If that is not the case, then try going to Start > Run on the system and registering the DLL with regsvr32.exe "<dll path and filename>" to see if it registers successfully there. If it does, then turn off registration from SUF70 and put in a File.Run action at the end of the install to run regsvr32.exe.

Similar Threads

  1. INFO: Microsoft Data Access Components 2.8 Runtime Notes
    By Desmond in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 11-28-2003, 08:20 AM
  2. INFO: MDAC 2.7 Runtime Support Module
    By Support in forum Setup Factory 6.0 Knowledge Base
    Replies: 0
    Last Post: 10-17-2002, 03:55 PM
  3. XP runtime error
    By Lynda Troka in forum AutoPlay Menu Studio 3.0
    Replies: 2
    Last Post: 06-03-2002, 04:40 PM
  4. Error registering OCX from Jet Runtime
    By JXBURNS in forum Setup Factory 6.0
    Replies: 1
    Last Post: 04-03-2002, 12:57 AM
  5. SUF6.0.0.2 -- installer hangs.
    By jassing in forum Setup Factory 6.0
    Replies: 4
    Last Post: 12-19-2001, 11:28 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