Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Registering Controls on the fly?
Message
From
19/01/1999 21:03:38
 
 
To
19/01/1999 18:51:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00177830
Message ID:
00177865
Views:
34
>Hi All,
>
>We converted a FPW26 application to VFP50.
>The new version uses some OCXs (mainly the calendar control)
>that are not always registered on the end-users machine.
>
>Since this system is running on about 500 machines in 3 different
>sites, I was hoping to just replace the old application with the
>new one without having to run an install on each PC since the
>application resides on a WAN.
>
>The problem is for this to work, I would need to register
>the controls on the fly through programmation.
>
>Anybody has ever tried this?
>
>Anybody can send me on the right track?
>
>TIA
>
>Pascal

Start with
RUN /N regsvr32.exe myocx.ocx /s

There are other options and please check the syntax. The /s does a silent registration.

Just use your Win95/98 Run command to type in Regsvr32 without any arguments to get a listing of syntax/options

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform