Jump to content

Unattended Install Xpsp2


Recommended Posts

Hi, I am trying to automate an installation of XPSP2, everything goes as planned until the Windows Welcome Screen pops up at the end... this prevents my admin login and script from running.

Can you please help me identify what is going wrong.

Thanks

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   TargetPath=\WINDOWS
   UnattendedSwitch="Yes"
   WaitForReboot=No
   DriverSigningPolicy=Ignore
   KeyboardLayout=US
   Hibernation=No
   Repartition=Yes

[SystemRestore]
   MaximumDataStorePercentOfDisk=10

[GuiUnattended]
   AdminPassword=12345
   EncryptedAdminPassword=No
   OemSkipRegional=1
   TimeZone=35
   OemSkipWelcome=1
   AutoLogon=Yes
   AutoLogonCount=1

[Display]
   BitsPerPel=32
   Xresolution=1024
   Yresolution=768
   AutoConfirm=1

[UserData]
   ProductKey=**productkeyhere**
   FullName=name
   OrgName=org
   ComputerName=computername

[TapiLocation]
   CountryCode=1
   Dialing=Tone
   AreaCode=302

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00000409
   UserLocale=00000409
   InputLocale=0409:00000409

[Branding]
   BrandIEUsingUnattended=Yes

[Proxy]
   Proxy_Enable=0
   Use_Same_Proxy=1

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

[WindowsFirewall]
Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
   Mode=0

[Components]
   deskpaper=off
   msnexplr=off
   OEAccess=off
   media_clips=off
   media_utopia=off
   mousepoint=off
   Accessopt=off
   AutoUpdate=off
   templates=off
   rec=off
   pinball=off
   freecell=off
   minesweeper=off
   solitaire=off
   spider=off
   hearts=off
   zonegames=off

[Shell]
   DefaultStartPanelOff=Yes
   DefaultThemesOff=Yes

[GuiRunOnce]
%systemdrive%\install\Start.cmd

Winnt.sif

Link to comment
Share on other sites


When the PC reboots at the point it should log in and run the %systemdrive%\install\Start.cmd it stops and the Welcome to Windows screen comes up... I then have to enter a user name and click next ... then once logged in the Start.cmd launches.

I've compared the winnt.sif file with ones in the forum and can't see where its going wrong.

I've tried using a .reg file for the auto logon from the MSFN guide and it gets the same result.

Sorry no screen shots, the sif seems to be ignoring the OemSkipWelcome=1

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