Jump to content

OemSkipWelcome


Recommended Posts

I have a fairly simple unattended disk that I am working on for my employer. It is supposed to install Windows XP SP2 fully unattended, then login once and process a quick set of RunOnceEx entries. All is fine and dandy except for the welcome screen. For some reason, I am having to answer the Windows Firewall Question, create a local user, and optionally register. I just want it to auto login as the local administrator account and perform the RunOnceEx entries. Here is my winnt.sif file:

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

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
Repartition=Yes
UnattendedSwitch="Yes"
TargetPath=\WINDOWS
WaitForReboot="No"

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=Yes
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1
AutoLogin=Yes

[Display]
BitsPerPel=32
Xresolution=800
Yresolution=640
VRefresh=60
AutoConfirm=1

[UserData]
ProductKey=*
FullName="*"
OrgName="*"
ComputerName=xpnewinstall

[TapiLocation]
CountryCode=1
AreaCode=*

[Identification]
JoinWorkgroup=WORKGROUP

[Networking]
InstallDefaultComponents=Yes

[Components]
msmsgs=off
msnexplr=off
freecell=off
hearts=off
minesweeper=off
pinball=off
spider=off
solitaire=off
zonegames=off

[WindowsFirewall]
Profiles = WindowsFirewall.standard_profile, WindowsFirewall.domain_profile
LogFile = %WINDIR%\Pfirewall.log
LogSize = 4096
LogDroppedPackets = 1
LogConnections = 1

[WindowsFirewall.Standard_profile]
Type=1
Mode=1
Exceptions=0

[WindowsFirewall.Domain_profile]
Type=0
Mode=1
Exceptions=1
Services=WindowsFirewall.AllServices
PortOpenings=WindowsFirewall.DameWare

[WindowsFirewall.AllServices]
Type=5
Mode=1
Scope=1

[WindowsFirewall.DameWare]
Protocol=6
Port=6129
Name=DameWare
Mode=1
Scope=1

[WindowsFirewall.Ping]
Type=8
Mode=1

Any suggestions? Thanks!

Link to comment
Share on other sites


1. You can't encrypt a blank Admin password.

2. UnattendSwitch = "Yes"

3. Repartition=Yes is not needed for CD install.

Admin password isn't blank, I just blanked out the encrypted password when I posted it. I'm REALLY paranoid sometimes... Someone might decrypt it? :ph34r:

I need to lose the quotes on UnattendedSwitch=Yes, correct?

And I confused on the Repartion item... I want to boot from CD and wipe the exsisting HDD of all data and partitions. Would AutoPartition alone do that for me? The ref.cfm file is a little vague.

Thanks!

Link to comment
Share on other sites

UnattendSwitch

is correct, NOT:

UnattendedSwitch

I know it's confusing and you'd think unattendedswitch is correct. I put it down to Americanism.

Repartition is only applicable in network and RIS installs. You can leave it but it's just irrelevant.

AutoLogon = Yes

It's autologon not autologin, as least so it says in my ref.chm.

You cannot use autologon with encrypted pw.

Link to comment
Share on other sites

UnattendSwitch

Repartition is only applicable in network and RIS installs. You can leave it but it's just irrelevant.

I don't believe that this is correct. I have YES for vmware installs and NO for for the final CD burn. I forgot to change it ti NO once (before I automated the whole thing with a batch) and I ended up destroying my first drive's partitions.

Link to comment
Share on other sites

UnattendSwitch

Repartition is only applicable in network and RIS installs. You can leave it but it's just irrelevant.

Sez who? My WINNT.SIF from a CD disagrees w/the above quote...

Link to comment
Share on other sites

The first sections need to be

[Data]

Autopartition = 0

MsDosInitiated = 0

UnattendedInstall = Yes

AutomaticUpdates=1

[unattended]

UnattendMode = FullUnattended

UnattendSwitch = Yes

OemPreinstall = Yes

OemSkipEula = Yes

FileSystem = *

WaitForReboot = No

NoWaitAfterTextMode = 1

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=Yes

TimeZone = (whatever your in)

OEMSkipRegional = 1

OemSkipWelcome = 1

NoWaitAfterGUIMode = 1

hope this helps.

Edited by Littlebr00k
Link to comment
Share on other sites

Repartition is only applicable in network and RIS installs. You can leave it but it's just irrelevant.
I certainly don't agree :no:

ref.chm and deploy.chm both say

Repartition is valid only when performing an unattended Setup by starting the computer from the Windows product CD.

AutoPartition

Installs Windows to the first available partition that has adequate space for a Windows installation and does not already contain an installed version of Windows.

Repartition

Specifies whether to delete all partitions on the first drive of the client computer and to reformat the drive with the NTFS file system.

When I use them both together and it totally wipes the drive, partitions and runs just fine without any and I do mean ANY intervention so you must be carefull with that.

Like No6, used em both one time and lost everything cause I had 2 partitions and it made 1 and installed.

Edited by maxXPsoft
Link to comment
Share on other sites

OK, looking at ref.chm again, repartition can be used in CD (under [unattended]) and RIS (when it's under [RemoteInstall]).

When Repartition is used, then Autopartition is redundant, I think. When both are included, you never know for sure if both are actually applied or one is ignored. The only way to find out is to use a systematic approach, use one at a time and then both and see.

Link to comment
Share on other sites

Hi I had the same problem............

Does it happen at the T32 min stage?

If so rename your xp autorun to something elese

Basically I had a VIDEO driver with a autorun file that started setup.exe man took me weeks to find it!

you could adjust your inf file.

Info on what stage this happens will solve your problemo!

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