RIS setup still walks through Windows Welcome

  • Thread starter Thread starter n3llyb0y
  • Start date Start date
N

n3llyb0y

Hi People,

I'm trying to get RIS configured to fully automate client installs.
However, I just can't seem to be able to disable Windows Welcome walk
through from within the RIS .sif file. I am still prompted for Internet
Conectivity; Microsoft Registration; Computer User; and XP Tour.

Here is my .sif file:

[OEMBootFiles]

vmscsi.sys

vmscsi.inf

vmscsi.cat

txtsetup.oem



[MassStorageDrivers]

"VMware SCSI Controller" = "OEM"

"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"



[Data]

AutoPartition=1

MsDosInitiated="1"

UnattendedInstall="Yes"

floppyless="1"

OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"

OriTyp="4"

LocalSourceOnCD=1



[SetupData]

OsLoadOptions="/noguiboot /fastdetect"


SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]


OEMSkipWelcome=1

UnattendMode=FullUnattended

UnattendedSwitch=Yes

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

FileSystem=LeaveAlone

NtUpgrade=No

; OverwriteOemFilesOnUpgrade=No

DriverSigningPolicy = Ignore

OemPnpDriversPath = drivers\scsi

InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"



[GuiUnattended]

OEMSkipWelcome=1

AdminPassword=encryptedString

EncryptedAdminPassword=Yes

AutoLogon=Yes

AutoLogonCount=2

OEMSkipRegional=1

TimeZone=85





[UserData]

ProductID=*****-*****-*****-*****-*****

FullName="NAME"

OrgName="ORG"

ComputerName=%MACHINENAME%



[Display]

ConfigureAtLogon=1

BitsPerPel=4

Xresolution=800

YResolution=600

Vrefresh=70

AutoConfirm=1



[TapiLocation]

CountryCode=44



[RegionalSettings]

LanguageGroup=1

SystemLocale=00000809

UserLocale=00000809

InputLocale=0809:00000809





[Identification]

; JoinDomain=%MACHINEDOMAIN%

JoinWorkgroup=RISLab

DoOldStyleDomainJoin=Yes



[Networking]

InstallDefaultComponents=Yes

ProcessPageSections=Yes



[RemoteInstall]

Repartition=Yes



[Components]

chat=Off

msnexplr=Off



[OSChooser]

Description="Windows XP Professional corpsp1"

Help="This will install Windows XP corp SP1"

LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"

ImageType=Flat


Any thoughts?

TIA :-)

n
 
It's UnattendSwitch = Yes not UnattendedSwitch = Yes


regards

Johan Arwidmark
Microsoft MVP - Setup/Deployment
 
And OemSkipWelcome should only be in [GuiUnattended]


regards

Johan Arwidmark
Microsoft MVP - Setup/Deployment
 
Sweet! Thanks Johan, that was the fella :-)
n

It's UnattendSwitch = Yes not UnattendedSwitch = Yes


regards

Johan Arwidmark
Microsoft MVP - Setup/Deployment


Hi People,

I'm trying to get RIS configured to fully automate client installs.
However, I just can't seem to be able to disable Windows Welcome walk
through from within the RIS .sif file. I am still prompted for Internet
Conectivity; Microsoft Registration; Computer User; and XP Tour.

Here is my .sif file:

[OEMBootFiles]

vmscsi.sys

vmscsi.inf

vmscsi.cat

txtsetup.oem



[MassStorageDrivers]

"VMware SCSI Controller" = "OEM"

"IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller" = "RETAIL"



[Data]

AutoPartition=1

MsDosInitiated="1"

UnattendedInstall="Yes"

floppyless="1"

OriSrc="\\%SERVERNAME%\RemInst\%INSTALLPATH%"

OriTyp="4"

LocalSourceOnCD=1



[SetupData]

OsLoadOptions="/noguiboot /fastdetect"


SetupSourceDevice="\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"

[Unattended]


OEMSkipWelcome=1

UnattendMode=FullUnattended

UnattendedSwitch=Yes

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=\WINDOWS

FileSystem=LeaveAlone

NtUpgrade=No

; OverwriteOemFilesOnUpgrade=No

DriverSigningPolicy = Ignore

OemPnpDriversPath = drivers\scsi

InstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"



[GuiUnattended]

OEMSkipWelcome=1

AdminPassword=encryptedString

EncryptedAdminPassword=Yes

AutoLogon=Yes

AutoLogonCount=2

OEMSkipRegional=1

TimeZone=85





[UserData]

ProductID=*****-*****-*****-*****-*****

FullName="NAME"

OrgName="ORG"

ComputerName=%MACHINENAME%



[Display]

ConfigureAtLogon=1

BitsPerPel=4

Xresolution=800

YResolution=600

Vrefresh=70

AutoConfirm=1



[TapiLocation]

CountryCode=44



[RegionalSettings]

LanguageGroup=1

SystemLocale=00000809

UserLocale=00000809

InputLocale=0809:00000809





[Identification]

; JoinDomain=%MACHINEDOMAIN%

JoinWorkgroup=RISLab

DoOldStyleDomainJoin=Yes



[Networking]

InstallDefaultComponents=Yes

ProcessPageSections=Yes



[RemoteInstall]

Repartition=Yes



[Components]

chat=Off

msnexplr=Off



[OSChooser]

Description="Windows XP Professional corpsp1"

Help="This will install Windows XP corp SP1"

LaunchFile="%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"

ImageType=Flat


Any thoughts?

TIA :-)

n
 
Back
Top