Results 1 to 5 of 5

Thread: Making a multiple .ocx and .dll ActiveX CAB into an executable file for distribution

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2005
    Posts
    1

    Making a multiple .ocx and .dll ActiveX CAB into an executable file for distribution

    Hi

    I'd like some advice please.

    I have a project concerning client-server ActiveX, it is composed of several .dll and .ocx components made in both C++ and VB 6.0.

    It runs a linux server and microsoft clients.

    Currently I distribute a .CAB file that is promted for download when the user enters the page .. through OBJECT tag (see below).

    <OBJECT id=idname height=0 width=1 classid='clsid:F44418-9448-444B-B448-54444444444C' CODEBASE='/path/cabname.CAB#Version=1,1,0,0'> (parameters) </OBJECT>.

    The problem is that I want a simple way to make it into an executable install file that can be distributed in a normal fashion.

    I am quite prepared to purchase software if I have to.

    I have tried several things, but seems unable to make an executable that ends up with a fully functional client-server interaction the way one gets when running the CAB file.

    Suggestions?

  2. #2
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Re: Making a multiple .ocx and .dll ActiveX CAB into an executable file for distribution

    Did you try InstallShield?
    Nobody knows what software they want until after you've delivered what they originally asked for.

    Don't solve problems which don't exist.

    "If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)

    2 idiots don't make a genius.

  3. #3
    Hyperactive Member DarkX_Greece's Avatar
    Join Date
    Jan 2004
    Location
    Athens (Greece)
    Posts
    315

    Re: Making a multiple .ocx and .dll ActiveX CAB into an executable file for distribut

    InstallShield isn't free!!! Try other programs like installshield that are free! Just start searching on google...!
    Short CV:
    1. Visual Basic 6 Programmer
    2. Web Expert


    Botonakis Web Services

  4. #4
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Re: Making a multiple .ocx and .dll ActiveX CAB into an executable file for distribut

    Quote Originally Posted by DarkX_Greece
    InstallShield isn't free!!!
    ....

    Quote Originally Posted by J_Bernhard
    I am quite prepared to purchase software if I have to.
    Nobody knows what software they want until after you've delivered what they originally asked for.

    Don't solve problems which don't exist.

    "If I had eight hours to cut down a tree, I'd spend six hours sharpening my axe." --- Abraham Lincoln (1809-1865)

    2 idiots don't make a genius.

  5. #5
    Hyperactive Member DarkX_Greece's Avatar
    Join Date
    Jan 2004
    Location
    Athens (Greece)
    Posts
    315

    Re: Making a multiple .ocx and .dll ActiveX CAB into an executable file for distribut

    Sorry Dave Sell , my mistake !
    Short CV:
    1. Visual Basic 6 Programmer
    2. Web Expert


    Botonakis Web Services

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