Jump to content

Fully Unattended Setup Stops at Date and Time Settings


Recommended Posts

I have a fully unattended XP Pro SP3 setup that always prompts for input at the "Date and Time" settings dialog, any ideas on what settings I might be missing? I have included my unattended.txt file below:

[Data]
AutoPartition="1"
MsDosInitiated="0"
UnattendedInstall="Yes"

[Unattended]
Unattendmode = "FullUnattended"
OemPreinstall = "Yes"
OemSkipEula="Yes"
TargetPath = *
Filesystem = "LeaveAlone"
OEMPnPDriversPath="Drivers\Audio\;Drivers\Other\;Drivers\Other2\;Drivers\Other3\;Drivers\Net\;Drivers\Video\"
DriverSigningPolicy="Ignore"
NonDriverSigningPolicy="Ignore"
UpdateInstalledDrivers=Yes

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=99
OEMSkipRegional=1
TimeZone = "(GMT-08:00) Pacific Time (US & Canada); Tijuana"
OemSkipWelcome=1

[UserData]
ProductKey="INSERT KEY HERE"
FullName="Name"
OrgName="Group"
ComputerName="CPU"

[Display]
BitsPerPel="32"
Xresolution="1024"
YResolution="768"
Vrefresh="70"

[TapiLocation]
CountryCode="1"
AreaCode="206"

[RegionalSettings]
LanguageGroup="1"
Language="00000409"

[Branding]
BrandIEUsingUnattended="Yes"

[URL]
Home_Page="http://google.com/"

[Proxy]
Proxy_Enable="0"
Use_Same_Proxy="0"

[Identification]
JoinWorkgroup="WG"

[Networking]
InstallDefaultComponents="Yes"

[WindowsFirewall]
Profiles = "WindowsFirewall.TurnOffFirewall"

[WindowsFirewall.TurnOffFirewall]
Mode = "0"

Link to comment
Share on other sites


have you tried changing the TimeZone value to the numerical version

old:

TimeZone = "(GMT-08:00) Pacific Time (US & Canada); Tijuana"

new

TimeZone=4

dont know if that'll make a differance

Thanks, that appears to have solved the issue.

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