| View previous topic :: View next topic |
| Author |
Message |
Bob Reeves Guest
|
Posted: Fri Feb 16, 2007 11:26 pm Post subject: regsrv32 from withen Builder app |
|
|
Getting ready to distribute a builder app that requires registering an
activeX control on the clients computer. Wondering if this can be done from
within the app and if so how? The installation program doesn't auto register
the OCX and don't feel like trying to explain to a couple of blonds how to
manually register the control :)
Thanks
Bob |
|
| Back to top |
|
 |
Bob Reeves Guest
|
Posted: Sat Feb 17, 2007 7:39 pm Post subject: Re: regsrv32 from withen Builder app |
|
|
Never mind.. I discovered a problem with the installation setup and it now
works..
Sorry |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Wed Feb 21, 2007 12:25 am Post subject: Re: regsrv32 from withen Builder app |
|
|
"Bob Reeves" <bob (AT) somethinxtra (DOT) com> wrote in message
news:45d5e9ed (AT) newsgroups (DOT) borland.com...
| Quote: | Getting ready to distribute a builder app that requires registering
an
activeX control on the clients computer. Wondering if this can be
done from within the app and if so how?
|
Run regsvr32.exe, passing it the path to your control.
| Quote: | The installation program doesn't auto register the OCX
|
Did you add the "DllSelfRegister" item to the version info? Some
installer packages look for that.
Gambit |
|
| Back to top |
|
 |
|