How can I register my Active X COM component?

Author: BitRock Support       Date: August 11, 2008 11:58       Tags: Actions
Tips
Windows

You can register your Active X COM Component using the <runProgram> action to invoke the Microsoft Register Server (Regsvr32.exe).

<runProgram>
   <program>${env(SYSTEMROOT)}\system32\regsvr32.exe</program>
   <programArguments>/s c:\Windows\system32\yourocxcomponent.ocx</programArguments>
</runProgram>

You can get more detailed information about the Microsoft Register Server tool on:
http://support.microsoft.com/kb/146219
http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/regsvr32.mspx?mfr=true

 

Back You should login to comment

 

You are
currently not
logged in.

 Log in 

or

Sign up