Results 1 to 11 of 11

Thread: Visual studio installer and activeX exe?

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    Lelystad, Netherlands
    Posts
    73

    Unhappy Visual studio installer and activeX exe?

    Hi I am trying to register a ActiveX exe file with
    Visual Studio Installer 1.1, but when I tell it the
    file's register type = 1-vsifrSelfReg. I keep
    getting the message :"Error 1904. Module ...
    failed to register. HRESULT -2147024796.
    Contact your support person."

    Does anyone know how I can get it to register
    the exe?

    John

  2. #2
    DerFarm
    Guest
    You could start here.

    http://support.microsoft.com/default...;EN-US;q237294


    I don't know if this will be of any help, it's oriented toward
    installing Office 2000.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    Lelystad, Netherlands
    Posts
    73
    The problem is that I want to fix the problem from the
    installation package. What I did find is that if I execute
    the executable with the parameter /regserver it will
    register it.
    Now I still need to know how I can execute a program
    from the Visual Studio Installer 1.1.

    John

  4. #4
    WALDO
    Guest
    I'm not sure that you could use an installer to register an ActiveX EXE. Most installers shell out to regsvr32.exe. I know for a fact that if you run regsvr32.exe and pass in the name of your ActiveX EXE, then it will fail. Maybe someone knows a parameter to pass into regsvr32 to allow ActiveX EXE's to be registered.

  5. #5
    ruyeno22
    Guest

    speaking of vs installer 1.1

    is it dead???

    i was looking for it two days ago, and i was directed to a non-existing page...

    is it no longer suported???

    i would really like to play with it

  6. #6

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    Lelystad, Netherlands
    Posts
    73
    Like I said I know when you run an ActiveX exe with the parameter /regserver it wil register.
    Only I don't know how I can use Visual Studio Installer to run
    the command for me.

    PS Visual Studio Installler is available at:
    http://msdn.microsoft.com/vstudio/do...1/download.asp

  7. #7
    WALDO
    Guest
    When you run the EXE with the parameter /regserver, does it actually run the EXE, or does it simply register the EXE? I know if I just run the EXE (without parameters), it registers itself.

  8. #8

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    Lelystad, Netherlands
    Posts
    73
    When I just run the Exe it will execute the exe and using the /regserver will just register it.
    Do you know how I can execute commands from Visual Studio Installer?

  9. #9
    WALDO
    Guest
    Is there a shell or shellExecute command? Perhaps like Installshield, LaunchApp?

  10. #10

    Thread Starter
    Lively Member
    Join Date
    Apr 2001
    Location
    Lelystad, Netherlands
    Posts
    73
    Not as far as I can tell.
    Is there any other installer that is able to make msi files?
    Which perhaps is available for free?

  11. #11
    WALDO
    Guest
    InstallShield for Windows Installer, but it will cost you some moolah.

Posting Permissions

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



Click Here to Expand Forum to Full Width