Jun 14, 2001 #1 roselle IS-IT--Management Joined Jul 24, 2001 Messages 1 Location SG if a DLL is already registered on a computer, do you still need to run the regsvr32 again if you have an update for this DLL?
if a DLL is already registered on a computer, do you still need to run the regsvr32 again if you have an update for this DLL?
Jun 14, 2001 #2 jjames Programmer Joined Mar 13, 2001 Messages 212 First you need to unregister the old dll regsvr32 /u xxx.dll then make a backup of the current dll overwrite with the new dll then register regsvr32 xxx.dll Upvote 0 Downvote
First you need to unregister the old dll regsvr32 /u xxx.dll then make a backup of the current dll overwrite with the new dll then register regsvr32 xxx.dll