Jump to content

Not yet unattended, some leftovers...


Recommended Posts

I created an Unattended CD image, but I'm left with some manual screens. The first is a confirmation of a change in screen resolution, a welcome screen, a automatic update screen, a internet connection check sreen, a registration screen (not serial, but registering at microsoft as a user), an add user screen (although there is a oobe.ini file, but I've to check on the location... and an error stating it's unable to execute c:\install\scripts\install.cmd

Who can help me to solve this?

winnt.sif is as follows

;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
AutomaticUpdates=yes

[Unattended]
UnattendMode=FullUnattended
OemPreinstall=Yes
TargetPath=\WINDOWS
OemSkipEula=Yes
DriverSigningPolicy=Ignore
LegacyNIC=1
OemPnPDriversPath="Install\chipset\IntelINF;Install\chipset\Intelraid;Install\chipset\heci;
Install\chipset\lms;Install\chipset\ati;Install\chipset\nforce3;Install\chipset\nforce4itl;
Install\chipset\nforce4amd;Install\chipset\nforce430;Install\network\broadcom;
Install\network\pro100;Install\network\pro1000;Install\network\wlan\intel\drivers;
Install\network\wlan\eminent\driver;Install\network\marvell;Install\network\nforce430;
Install\network\realtek;Install\graphics\IntelVga;Install\graphics\ati;Install\graphics\nvidia;
Install\graphics\intel8xx"


[GuiUnattended]
AdminPassword=-<removed>-
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=110
OemSkipWelcome=1
AutoLogon=Yes
AutoLogonCount=1

[UserData]
ProductKey=....you wish....
FullName="ICT"
OrgName="Syncera B.V."
ComputerName=*

[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768

[TapiLocation]
CountryCode=31
Dialing=Tone
AreaCode=015

[RegionalSettings]
SystemLocale=00000413
UserLocale=00000413
InputLocale=0413:00020409

[Identification]
JoinWorkgroup=syncera

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[Components]
msmsgs=off
zonegames=off

[URL]
Home_Page=www.syncera.net

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

[GuiRunOnce]
Command0="c:\install\scripts\install.cmd"

Link to comment
Share on other sites


I created an Unattended CD image, but I'm left with some manual screens.

The first is a confirmation of a change in screen resolution,

Add "AutoConfirm=1" to the [Display] section.

a welcome screen,
Add "UnattendSwitch=Yes" to the [unattended] section.
a automatic update screen, a internet connection check sreen, a registration screen (not serial, but registering at microsoft as a user), an add user screen (although there is a oobe.ini file, but I've to check on the location... and an error stating it's unable to execute c:\install\scripts\install.cmd

Most of these should be solved by setting UnattendSwitch to Yes (see above). The Install.cmd probably isn't executed because you've set EncryptedAdminPassword to Yes. This disables the Autologon feature.

Link to comment
Share on other sites

Ok, that did the trick. I also solved my *.cmd installation issues. I found out that extreme long names were not copied correctly. And I no longer kick-off the installation script (install.cmd) using the winnt.sif file, but I put the needed files accompanied with a cmdlines.txt file in $oem$ and then it runs fine, even if there is a password on the administrator. Cool.

Jules

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...