Monday, September 1, 2014

Register and Unregister File OCX

How to register OCX's File :
Go to command prompt, make sure your access as administrator :

Type this script Register:
Format  regsvr32 path file
regsvr32 File.ocx (make sure file already exist)


Type this script unRegister:
Format  regsvr32 u/ path file
regsvr32 /u File.ocx

No comments:

Post a Comment