Jun 14, 2001 #1 roselle IS-IT--Management Jul 24, 2001 1 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 Mar 13, 2001 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