Jump to content

W2k Unattended with runonce


Recommended Posts

Hello

First of all, thanks for the great support up to now, I found just about everything that I neeeded for my projekt. I need to make a unattended for w2k for a school, about 50 computers.

I decided to first try to make it from cd, easier to test in my virtual machine. Later on I´l try the Ris sections...

I am putting it all together on an XP machine, and followed this graet topit for the XP unattended, I suppose there is not much difference to the w2k unattended?

I slipstreamed the Hotfixes on sp4, and slipstreamed SP3 for MS office XP.

I setup the unattended to run with runonce, and everything seems NOT to work as ist should do. Here´s my problem:

On running the runonce.cmd on my XP machine, everything seems fine, I do get ALL the registry values added in my XP registry.

On running the ISO on my virtual machine, I only get the registry Directory in the registry tree from my w2k virtual machine. I thing the runonce does run, but only up to the point where it should show the little screen with "installing programms".

Heres my runonce.cmd:

cmdow @ /HID

@Echo Off

SET PP=%SystemDrive%\Install\

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

REG ADD %KEY% /V TITLE /D "Installing Programs damit Stoffl Kaffeetrinken gehen kann" /f

REG ADD %KEY%\010 /VE /D "Installing MacroMedia Plugins" /f

REG ADD %KEY%\010 /V 01 /D "%PP%Shockwave_Installer_Slim.exe /S" /f

REG ADD %KEY%\010 /V 02 /D "%PP%install_flash_player.exe /S" /f

REG ADD %KEY%\015 /VE /D "Acrobat Reader 6.0" /f

REG ADD %KEY%\015 /V 1 /D "%PP%applications\Acrobat\AR6.msi /qn" /f

REG ADD %KEY%\020 /VE /D "Microsoft Office XP Professional" /f

REG ADD %KEY%\020 /V 1 /D "%PP%applications\officeXP\setup.exe TRANSFORMS=Unattended.MST /qb-" /f

REG ADD %KEY%\025 /VE /D "Windows MediaPlayer 9" /f

REG ADD %KEY%\025 /V 1 /D "%PP%MPSetup9.EXE /Q:A /R:N /C:\"setup_wm.exe /DisallowSystemRestore /Q:A /R:N\"" /f

REG ADD %KEY%\030 /VE /D "RealVNC 3.3.7" /f

REG ADD %KEY%\030 /V 1 /D "%PP%vnc-3.3.7-x86_win32.exe /silent /sp-" /f

REG ADD %KEY%\035 /VE /D "7Zip" /f

REG ADD %KEY%\035 /V 1 /D "%PP%7z432.exe -y /q /r:n" /f

REG ADD %KEY%\040 /VE /D "Sun Java 1.4.2" /f

REG ADD %KEY%\040 /V 1 /D "%PP%j2re-1_5_0_05-windows-i586-p.exe /s /v/qn" /f

REG ADD %KEY%\045 /VE /D "Installing Mozilla Firefox" /f

REG ADD %KEY%\045 /V 1 /D "%PP%Firefox_Setup_1.5.exe -ms" /f

REG ADD %KEY%\050 /VE /D "Cleaning Up and Rebooting" /f

REG ADD %KEY%\050 /V 1 /D "%PP%cleanup.cmd" /f

EXIT

and heres my winnt.sif

[Data]

Autopartition = 1

MsDosInitiated = 0

UnattendedInstall = Yes

[unattended]

UnattendMode = FullUnattended

UnattendSwitch = Yes

OemPreinstall = Yes

Repartition=Yes

UnattendSwitch="yes"

OemSkipEula = Yes

FileSystem = *

WaitForReboot = No

NoWaitAfterTextMode = 1

NoWaitAfterGUIMode = 1

DriverSigningPolicy = Ignore

NonDriverSigningPolicy = Ignore

Hibernation = No

[GuiUnattended]

AutoLogon = Yes

EncryptedAdminPassword = No

AdminPassword = "a"

TimeZone = 110

OEMSkipRegional = 1

OemSkipWelcome = 1

[Components]

msmsgs=off

msnexplr=off

[userData]

ProductID = "DELETED"

FullName = "C.Lang"

OrgName = "Hs Umhausen"

ComputerName=*

[RegionalSettings]

LanguageGroup = 2,1

SystemLocale = 00000c07

UserLocale = 00000c07

InputLocale = 0c07:00000407

[Networking]

InstallDefaultComponents = Yes

[identification]

DomainAdmin = administrator

DomainAdminPassword = "hsu12"

JoinDomain = "schulnetz-hs"

and my cmdlines.txt

[COMMANDS]

"RunOnceEx.cmd"

I would realy appreciate someone looking over it, there must be somewhere a little bugger that´s nagging me, and I can´t find it! I suspect ist has something to to with me trying to make a XP unattend working for W2k.

Thanks for all the help!

Link to comment
Share on other sites


You gave yourself 5 stars ?!? Geeeeeez !

Yeah, sorry, first time on a forum with stars, had to try it out! Can I change it? :blushing:

But eumm, thanks for the reply!

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