Jump to content

Hotfix installation decision process


ddebacker

Recommended Posts

Good morning,

I am trying to find out a way NOT to install hotfixes when the service pack including them is already installed on the server/workstation.

Here is the deal: I want to be able to detect whether or not Hotfix A which is part of SPx should be installed or not.

I could hardcode the hotfixes for every service pack in a file and browse through them but I would like to be able to have a more clever way of doing this.

I am able to check the service pack level of the machine, whether or not the hotfix has ever been installed but if it has never been installed I would NOT like to overwrite service pack DLLs with the one included in the Hotfix itself.

Any idea?

I do hope I was clear enough :P

TIA

David.

Link to comment
Share on other sites


One way to do it would be manually....

http://www.microsoft.com/technet/security/current.aspx

That page will let you sort hotfixes by product and service pack level...showing which hotfixes apply only to various service pack levels. For example, if you select Windows XP Pro and Service Pack 2, it won't show you any hotfixes that are already included in Service Pack 2.

Another way would be the CMD version of MBSA (1.1 or 2.0). MBSA will show you which hotfixes are currently required but haven't been installed on the machine. With the CMD version you can dump the information to a text file, then parse that to see which hotfixes to install.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...