xable.net

Discussion Forums

You are not logged in.

#1 21-07-10 10:39

Dave
Member

How to remove a patch from your UDP?

Hey there, xable. Great job on these UDPs, they work great. I had one question about excluding a patch, specifically KB980195. I want to keep the rest of your UDP, but don't want KB980195 in there because of possible legacy application conflicts due to the kill bits. My question is, how to do this *correctly* without breaking something?

In glancing at the structure of the contents of the UDP, here is my 3-step plan (please tell me if this is correct and safe to do):

-Remove the below from entries.ini. (OK to remove whole section or should i just remove the HKLM...line?)
[registry_addreg]
;980195
HKLM,"SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{0002E510-0000-0000-C000-000000000046}","Compatibility Flags",0x00010001,0x400

-Remove the below from XUDPack.inf.
;980195
HKLM,"SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{22FD7C0A-850C-4A53-9821-0B0915C96139}","Compatibility Flags",0x00010001,0x400
HKLM,"SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{314111B8-A502-11D2-BBCA-00C04F8EC294}","Compatibility Flags",0x00010001,0x400
etc, until down to the next patch section

-Remove the corresponding .CAT file under the svcpack subdirectory.
Actually I just glanced there and don't see one. Does that mean the .cat/update exe isn't needed and basically the "patch" is simply those registry entries in the XUDPack.inf file?

In doing the steps above, if later on we decide we do want to install that update, will Windows Update catch that it isn't "installed" and offer it as an update?

Thanks!

Offline

21-07-10 10:39

Advertisement

Re: How to remove a patch from your UDP?



#2 21-07-10 16:25

Darren
(aka xable)

Re: How to remove a patch from your UDP?

Hi Dave,

You really don't want to be removing that update unless you have to and you know what your doing, it's a Critical Security update and by removing it your making your install unsecure.

That said, your steps are correct, it's Ok to remove the whole section as there are no other entries to be added and a catelog (.CAT) file is not needed because no binarys are updated. 980195 supersedes 950760 so both of these will appear on WU if you remove 980195.

Just to be clear, this is at your own risk. I take no responsibility for the consequences of you removing updates from my pack. smile

Offline

Board footer

CSS | XHTML | FluxBB