COM exe registration ?
-
There may be a few ways to do it. There are command line parameters that a OOP COM Server may pay attention to, like
/register
,/regserver
, or/regsvrservice
, and you may be able to useREGSVR32
on the EXE. It should also register its Proxy/Stub DLL and its Type Librarys (if any), or you may have to do that yourself to get a COM client to use it correctly. Peace!-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Avoid driving a vehicle taller than you and remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
Use can use keyword /regserver for registering com exe eg: "C:\sampleCOM.exe" /regserver