VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



One line command to Unregister OCX (Please go through few lines submitted by me, which helps user t

by Ritik Dodhiwala (5 Submissions)
Category: OLE/COM/DCOM/Active-X
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 24th November 2004
Date Added: Mon 8th February 2021
Rating: (1 Votes)

One line command to Unregister OCX (Please go through few lines submitted by me, which helps user to play around with OCX/DLL)

Rate One line command to Unregister OCX (Please go through few lines submitted by me, which helps user t



 /s - Silent; display no message boxes
 /u - Unregister server
 /i - Call DllInstall passing it an optional [cmdline];
      when used with /u calls dll uninstall
 /n - do not call DllRegisterServer; this option must
      be used with /i

Example:(how to register & Unregister OCX/DLL)

Register OCX use following command

regsvr32 "C:\Windows\xyz.ocx"

above mentioned command will register xyz.ocx

----------------------------

UnRegister OCX use following command

regsvr32 /u "C:\Windows\xyz.ocx"

above mentioned command will unregister xyz.ocx







Download this snippet    Add to My Saved Code

One line command to Unregister OCX (Please go through few lines submitted by me, which helps user t Comments

No comments have been posted about One line command to Unregister OCX (Please go through few lines submitted by me, which helps user t. Why not be the first to post a comment about One line command to Unregister OCX (Please go through few lines submitted by me, which helps user t.

Post your comment

Subject:
Message:
0/1000 characters