Alanoll Posted August 10, 2004 Posted August 10, 2004 you MIGHT be able to, but I think GUIRunOnce might be better. Then you're not changing a good majority of system files just before Windows Setup finalizes. You may or may not come up with errors.
medhunter Posted August 10, 2004 Posted August 10, 2004 theoritically yes possible ; but u should name it SP.exe /Q /O /N /Z notSP2.exe /Q /O /N /Z to support more Service Packs in the future but should I wonder if these switches are going to be supported forever !!!any way I think this is convinient with network enviromentu needn't slipstream ur cd every 2-3 years u saved about 30 minutes of ur time in the next -say-3years
medhunter Posted August 10, 2004 Posted August 10, 2004 Alanoll : we must have been writing syncronously
muevelonyc Posted August 10, 2004 Posted August 10, 2004 I just tried it using the switch I posted, and it works great! Although it's friggin 800mb, but hey at least now we have a standard source that we could use. It's over the network now, so who cares...
mdes Posted August 12, 2004 Posted August 12, 2004 Perhaps is it time to start another thread with update to SP2 only ?
Professor Frink Posted August 12, 2004 Posted August 12, 2004 Why do my updates keep showing up in Add/Remove Programs? I was sure I was doing it right. Here is my svcpack.inf file:[Version] Signature="$Windows NT$"MajorVersion=5MinorVersion=1BuildNumber=2600[SetupData]CatalogSubDir="\i386\Update"[ProductCatalogsToInstall][SetupHotfixesToRun]JS56NEN.exe /Q:A /R:N823182.exe /Q /N /Z823353.exe /Q:A /R:N824105.exe /Q /N /Z824141.exe /Q /N /Z825119.exe /Q /N /Z826939.exe /Q /N /Z828035.exe /Q /N /Z828741.exe /Q /N /Z835732.exe /Q /N /Z837001.exe /Q /N /Z839645.exe /Q /N /Z840315.exe /Q /N /Z840374.exe /Q /N /Z841873.exe /Q /N /Z842773.exe /Q /N /Z867801.exe /Q:A /R:NDX9NTopk.exeWMP9MM2.exe828026.exe /Q /N /Zqchain.exeAm I doing something wrong there?
bucketbuster Posted August 12, 2004 Posted August 12, 2004 @Professor FinkUse this switch:/Q /O /N /Z instead of /Q /N /Z
Professor Frink Posted August 12, 2004 Posted August 12, 2004 But I though that the /O switch was only to "Overwrite OEM Files without prompting", thus speeding up the installation, but nothing else.
bucketbuster Posted August 12, 2004 Posted August 12, 2004 My fault You have to remove the entries from the registry so the hotfixes don't appear in add/remove.e.g.:Windows Registry Editor Version 5.00;Remove from Uninstall[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB823182][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB824105][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB824141][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB825116][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB825119][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB826939][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB828035][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\oeupdate][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB832353][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ieupdate][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Q828026][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB828741][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB835732][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB840374][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB839643][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB870669][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\oeupdate][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB839645][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB840315][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB840648][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB841873][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB842773][-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\KB837001]
Wraith Posted August 13, 2004 Posted August 13, 2004 Ah!! But are there updates yet? There are a couple recommended as far as I know... still have to check which...
prathapml Posted August 14, 2004 Posted August 14, 2004 But I thought that the /O switch was only to "Overwrite OEM Files without prompting", thus speeding up the installation, but nothing else.You were right in thinking that, he just suggested what he thought would solve the requested problem.See here for a full list/explanation of hotfix switches - MS official.
Wraith Posted August 15, 2004 Posted August 15, 2004 Interesting note, providing I'm reading that page correctly...New hotfixes (the update.exe kind) will support the /integrate switch... no need to run them manually - can just apply them to the source i386 folder.V. V. interesting...
GreenMachine Posted August 16, 2004 Posted August 16, 2004 Interesting note, providing I'm reading that page correctly...New hotfixes (the update.exe kind) will support the /integrate switch... no need to run them manually - can just apply them to the source i386 folder.V. V. interesting...The idea is V.V. nice, the implementation is not as great. XPCREATE is cleaner and more efficient. To see what I mean, try both methods on a single hotfix.
Recommended Posts