Re: Register OCX

Tech-Archive recommends: Fix windows errors by optimizing your registry



"Esha" <aaa@xxxxxxxxxxxxx>'s wild thoughts were released on
Wed, 1 Nov 2006 11:47:00 -0500 bearing the following fruit:

My application uses many third party OCXs and DLLs. It was installed on many
user workstations via setup. The time taken by setup is pretty big.
If I make changes in my application and those changes do not involve
additional OCXs or DLLs, then replacement of the exe of my application is
enough to upgrade to the newer version and it's done automatically without
user interaction.
Now I need to add a new OCX to my project. Automatic upgrade won't work,
because I need to register that OCX on every user machine. To run setup is
not an option because it's going to take a lot of time. Another option is to
create a simple project using that OCX, create setup for it and run on every
workstation. This approach is not good too, because the average user might
not have enough knowledge to run setup. If I will do it myself, I need to
interrupt the user and I wouldn't want to do that.
Third option is to create some package - user double clicks on the file and
without any dialogs, questions etc, a new OCX is registered.
But how to create that package, I have no idea. What it should be, some kind
of exe, batch file or what?
Any suggestions please


What are you using to create your setup program now?



Jan Hyde (VB MVP)

--
How many Flies does it take to screw in a light bulb?

Two - the trick is getting them in there!

.



Relevant Pages

  • Re: WebUpdate
    ... include a new OCX within my SETUP, does that mean I need to write another ... User1 installs version 1.01 of program. ... New OCX #1 in this version. ... Now User1 does a webupdate and we download version 1.05 to his PC. ...
    (microsoft.public.vb.general.discussion)
  • Re: WebUpdate
    ... include a new OCX within my SETUP, does that mean I need to write another ... User1 installs version 1.01 of program. ... New OCX #1 in this version. ... Now User1 does a webupdate and we download version 1.05 to his PC. ...
    (microsoft.public.vb.controls.internet)
  • Register OCX
    ... My application uses many third party OCXs and DLLs. ... user workstations via setup. ... The time taken by setup is pretty big. ... Now I need to add a new OCX to my project. ...
    (microsoft.public.vb.general.discussion)
  • Re: Register OCX
    ... I created a simple setup in InstallShield, ... After I ran it on the user workstation, OCX was registered. ... because I need to register that OCX on every user machine. ...
    (microsoft.public.vb.general.discussion)
  • Re: Register OCX
    ... user workstations via setup. ... The time taken by setup is pretty big. ... Now I need to add a new OCX to my project. ... of exe, batch file or what? ...
    (microsoft.public.vb.general.discussion)