Jump to content

Recommended Posts

Posted

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


Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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