Jump to content

M$ XP [KB922770 and 917283]


Recommended Posts

oke i have made an unattended installation with svcpack.inf

unfortunatly i have 4 hotfixes left

i have the switchless net 2.0 in my svcpack this works out fine.

when the 4 hotfixes that were left wouldnt install i decided to put these 4 patches/fixes in

RunonceEX

it's about the following hotfixes

KB922770 - net 2.0

KB917283 - net 2.0

KB917734

KB911567

( one of these is for wmp 9 and one is for outlook express )

please if you could help me with the switches to install these trough RunOnceEX

p.s. i have read the msfn guide to create an runonceex cd.

--- my RunonceEx

cmdow @ /HID

@echo off

IF EXIST D:\CD.txt set CDROM=D:

IF EXIST E:\CD.txt set CDROM=E:

IF EXIST F:\CD.txt set CDROM=F:

IF EXIST G:\CD.txt set CDROM=G:

IF EXIST H:\CD.txt set CDROM=H:

IF EXIST I:\CD.txt set CDROM=I:

IF EXIST J:\CD.txt set CDROM=J:

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\001 /VE /D "Installing Hotfixes" /f

REG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\KB911567.exe /Q /O /N /Z" /f

REG ADD %KEY%\001 /V 2 /D "%CDROM%\Software\KB917283.exe /quiet /norestart" /f

REG ADD %KEY%\001 /V 3 /D "%CDROM%\Software\KB917734.exe /Q /O /N /Z" /f

REG ADD %KEY%\001 /V 4 /D "%CDROM%\Software\KB922770.exe /qn /norestart" /f

EXIT

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