Jump to content

Windows Update Method For An Unattended Cd


Recommended Posts

  • 4 months later...

DaveXP,

Just ran across your method for creating an unattended CD. I have an OEM version of Pro with SP1 included. DO I still need the SP1a and rollup incorporated...and where can I get the SP2 (if any) updates. A while back I created an unattended HOME CD and it worked great. Since then I have upgraded several times and wanted to try something a little more challenging. Any help is appreciated.

Thanks

Link to comment
Share on other sites

first off, this is a very old post.

second, it's also refered to as RunOnceEX.

http://unattended.msfn.org/xp/runonceex.htm

second, you don't HAVE to add the hotfixes, you can if you want. The easiest way to do this is with XPCreate. Check it's forum. I don't know if it works with an OEM version of the disk though. If it doesn't, use svcpack.inf.

http://unattended.msfn.org/xp/hotfixes.htm

Link to comment
Share on other sites

  • 4 months later...

OKay i have followed the first part of these instructions on how to do this....(w2k btw)

I created the Setup.reg, and all the batch files, basically i copied everything that was on the first part of this post.

It will not run on first restart, nor will it grab the files i want to set up, i have to click the install.cmd manually in the c:\install file after windows setup, then reboot, but then i only see the last two things happening..basically the cleanup.. it does not install the adobe, abobe update, and mcafee.

Here is my setup.reg

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx]
"Title"="Installing Applications"


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz110]
"1"="C:\\Install\\Acrobat\\AdbeRdr60_enu_full.exe -p /s /v/qn"
"@="Acrobat Reader 6"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz120]
"1"="C:\\Install\\Acrobat\\AAcro-Reader_6.0.2_Update.exe /s /v/qb"
"@="Acrobat Reader 6 Update to 6.02"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz130]
"1"="C:\\Install\\Virus\\win2k.msi /qn"
"@="Mcafee Virus Scanner"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz140]
"1"="C:\\Install\\Remove2.cmd"
@="Removing Setup Files & Restarting the Computer"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz150]
"1"="regedit.exe /s C:\\Install\\regtweaks.reg"
@="Registry Tweaks"

Here is my cmdlines.txt

[COMMANDS]
".\install.cmd"
".\user.cmd"

And my install.cmd is here

CLS
@echo off
ECHO.
ECHO Adding Windows Update Method
REGEDIT /S %systemdrive%\install\Setup.reg
ECHO.

Any help is apprecaited...

Link to comment
Share on other sites

  • 8 years later...

hello!

i've followed your tutorial for xp 64bit sp2

and i want to add language pack in spanish, and i did it setup.reg

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz110]

"1"="C:\\Install\\MUI.Spanish.MSI /quiet /norestart"

"@="Idioma Español"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz120]

"1"="C:\\Install\\dotnetfx35.exe /passive / norestart"

@="Dot NET Framework v3.5"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz130]

"1"="C:\\Install\\dotNetFx40_Full_x86_x64.exe /passive / norestart"

@="Dot NET Framework 4"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz140]

"1"="C:\\Install\\wmp11-windowsxp-x64-enu.exe /Q"

@="Windows Media Player 11"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz150]

"1"="C:\\Install\\wmp11setup-64_muiesn.exe" /Q

@="Idioma Meia Player 11"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz160]

"1"="C:\\Install\\remove-setup.cmd"

@="Borrando Archivos Temporales y Reiniciando"

but don't install language pack

what can i do? thanks so much

Edited by jonaand
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...