| View previous topic :: View next topic |
| Author |
Message |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Tue Feb 15, 2005 7:16 pm Post subject: how to reigster ocx file on xp and 98? machine |
|
|
hello all
I need to find out how to reigster ocx files on 98 and xp machine? I know i could uses a installer program for this BUt then the file size gets to be big so i'am hoping there is a prgram out there that will let ya register theses files without having alot of overhead.
thanks
p.s i thought there was a command line way of doing it but i forgot how  _________________ Have a nice day  |
|
| Back to top |
|
 |
Hooligan VDS Developer


Joined: 28 Oct 2003 Posts: 480 Location: California
|
Posted: Tue Feb 15, 2005 8:05 pm Post subject: |
|
|
Tim,
At a cmd prompt, enter "regsvr32 yourfile.ocx". I know this works for XP... Not sure about win9x...
Hooligan _________________ Hooligan
Why be normal? |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Tue Feb 15, 2005 9:47 pm Post subject: |
|
|
thanks this will help _________________ Have a nice day  |
|
| Back to top |
|
 |
vdsalchemist Admin Team

Joined: 23 Oct 2001 Posts: 1448 Location: Florida, USA
|
Posted: Thu Feb 17, 2005 3:47 pm Post subject: |
|
|
Tim,
There is also some command line switches as well for regsvr32.
| Quote: | regsvr32 /u myocx.ocx will uninstall the OCX
regsvr32 /s myocx.ocx does a silent instal and will not display message boxes
There are also 2 others but they are dependent on the file you are registering. To see all of them do a regsvr32 /? from the run box. |
_________________ Home of
Give VDS a new purpose!
 |
|
| Back to top |
|
 |
tim6389 Professional Member


Joined: 01 Aug 2002 Posts: 790
|
Posted: Fri Feb 18, 2005 8:13 pm Post subject: |
|
|
thanks all for the help  _________________ Have a nice day  |
|
| Back to top |
|
 |
|