3DDude Posted November 2, 2006 Posted November 2, 2006 oke i have made an unattended installation with svcpack.infunfortunatly i have 4 hotfixes lefti 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 hotfixesKB922770 - net 2.0KB917283 - net 2.0KB917734KB911567( 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 RunOnceEXp.s. i have read the msfn guide to create an runonceex cd.--- my RunonceExcmdow @ /HID@echo offIF 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\RunOnceExREG ADD %KEY% /V TITLE /D "Installing Applications" /fREG ADD %KEY%\001 /VE /D "Installing Hotfixes" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\Software\KB911567.exe /Q /O /N /Z" /fREG ADD %KEY%\001 /V 2 /D "%CDROM%\Software\KB917283.exe /quiet /norestart" /fREG ADD %KEY%\001 /V 3 /D "%CDROM%\Software\KB917734.exe /Q /O /N /Z" /fREG ADD %KEY%\001 /V 4 /D "%CDROM%\Software\KB922770.exe /qn /norestart" /fEXIT
zedox Posted November 2, 2006 Posted November 2, 2006 There is a switchless installer for dotnet2.0 that includes both those updates...search ryanvm's forum.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now