How to Distribute It

Navigation:  About MegaPipe ActiveX (OCX) >

How to Distribute It

Previous pageReturn to chapter overviewNext page

If you want to redistribute the MegaPipe ActiveX (OCX) as part of your application, please follow the instructions below:

 

1)For 32-bit version Windows OS, put MegaPipe.ocx into the windows 32-bit system folder (e.g. "c:\windows\system32" or "c:\winnt\system32") on the target machine and run "regsvr32 MegaPipe.ocx" to register it.

 

2)For 64-bit version Windows OS, put MegaPipe.ocx into the SysWOW64 folder (e.g. "c:\windows\SysWOW64") on the target machine, and run the following commands to register it:

cd \windows\SysWOW64

regsvr32 MegaPipe.ocx

 

3)For Windows Vista or above, you need to use an elevated Command Prompt to run regsvr32.exe command, click "Start" > "All Programs" > "Accessories", right-click "Command Prompt", and then click "Run as administrator".