How can i register the SIP ActiveX manual on Windows 7?   print

How can i register the SIP ActiveX manual on Windows 7?

Very easy!

Step 1: To register the ActiveX you will have to run your Command prompt as an Administrator. On your Start Menu, search for CMD, right click on cmd.exe and select Run as administrator. You might need to grant UAC permission for the process.

Step 2: You should be now in C:\Windows\system32>. On the command prompt type "cd.." and press enter (repeat it once again). Now you should be on the root C:\>. Just type "cd " + the path to the ActiveX (example: "C:\sipsdk\") and press enter. Note: "cd" is a MS DOS command and used to switch directories.

Step 3: On the command prompt type "regsvr32 sipactivex.dll" and press enter. Thats it, the ActiveX should now registered on system.


Note: To un-register the ActiveX do the follow Step 1 - Step 2 and on Step 3 just type "regsvr32 sipactivex.dll /u" and press enter.