Jump to content

hot fix problems...


Recommended Posts

I've been doing hotfixes via SVCPACK and RunOnce. (for the onces that didnt work via SVCPACK).

I've had a few that just won't work....and I'm mentally drained and can't think of why.

KB867460 - This is .Net 1.1 SP1

So.... I install it in RunOnce with this:

REG ADD %KEY%\058 /VE /D ".Net 1.1 SP1" /f
REG ADD %KEY%\058 /V 1 /D "%systemdrive%\install\kb867460.exe /q" /f

Then I have

KB 911565

This is in SVCPACK as:

KB911565.exe /q /n /z

as according to this post

it did work when I had it in RunOnce as:

REG ADD %KEY%\066 /VE /D "Hotfix KB911565" /f
REG ADD %KEY%\066 /V 1 /D "%systemdrive%\install\KB911565.exe /quiet /norestart" /f

Then 912475 but I have no idea how to download that.

And finally 902344

This is in SVCPACK as:

KB902344 /quiet /norestart /nobackup

because I went with the /? switches.....

im stumped....any help?

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...