Unattended installation issue.

N

news.microsoft.com

I am having two issues with my unattended installation.

1. When the resolution is incorrect a msgbox pop's up telling me to let
windows pick, this isnt a big deal but it stops the proccess. I read that
the AutoConfirm=1 line under the [Display] section will fix this. I have
not had success.

2. I still continue to get the Welcome Windows setup dialog that asks about
updates and usernames, I would like to have this skipped also. From what I
understand the UnattendedSwitch="yes" under the [Unattned] section should
prevent this, I have not seen this to be the case.

Below is a copy of my winnt.sif file, any help is greatly appreciated!

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

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
TargetPath=\WINDOWS
Repartition=Yes
WaitForReboot=No
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
OemPreinstall=Yes
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
UnattendedSwitch="yes"

[GuiUnattended]
AdminPassword="x"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=3
TimeZone=30
OemSkipWelcome=1
OEMSkipRegional=1

[Display]
AutoConfirm=1

[Shell]
DefaultThemesOff=Yes
DefaultStartPanelOff=Yes

[UserData]
ProductKey=XXXX-XXXX-XXXX-XXXX-XXXX
FullName="Org"
OrgName="Org"
ComputerName=*

[TapiLocation]
CountryCode=52
Dialing=Tone
AreaCode=949
LongDistanceAccess="9"

[Identification]
JoinWorkgroup=workgroup

[Networking]
InstallDefaultComponents=Yes
 
J

JKFischer

Have you tried adding something similar to your SIF?

[Display]
BitsPerPel=32
Xresolution=1280
YResolution=800
 
N

news.microsoft.com

will try that thanks! Any ideas on the other issue?


JKFischer said:
Have you tried adding something similar to your SIF?

[Display]
BitsPerPel=32
Xresolution=1280
YResolution=800

news.microsoft.com said:
I am having two issues with my unattended installation.

1. When the resolution is incorrect a msgbox pop's up telling me to let
windows pick, this isnt a big deal but it stops the proccess. I read
that
the AutoConfirm=1 line under the [Display] section will fix this. I have
not had success.

2. I still continue to get the Welcome Windows setup dialog that asks
about
updates and usernames, I would like to have this skipped also. From
what I
understand the UnattendedSwitch="yes" under the [Unattned] section should
prevent this, I have not seen this to be the case.

Below is a copy of my winnt.sif file, any help is greatly appreciated!

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

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
TargetPath=\WINDOWS
Repartition=Yes
WaitForReboot=No
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
OemPreinstall=Yes
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
UnattendedSwitch="yes"

[GuiUnattended]
AdminPassword="x"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=3
TimeZone=30
OemSkipWelcome=1
OEMSkipRegional=1

[Display]
AutoConfirm=1

[Shell]
DefaultThemesOff=Yes
DefaultStartPanelOff=Yes

[UserData]
ProductKey=XXXX-XXXX-XXXX-XXXX-XXXX
FullName="Org"
OrgName="Org"
ComputerName=*

[TapiLocation]
CountryCode=52
Dialing=Tone
AreaCode=949
LongDistanceAccess="9"

[Identification]
JoinWorkgroup=workgroup

[Networking]
InstallDefaultComponents=Yes
 
K

Klaus Jorgensen

news.microsoft.com expressed precisely :
2. I still continue to get the Welcome Windows setup dialog that asks about
updates and usernames, I would like to have this skipped also. From what I
understand the UnattendedSwitch="yes" under the [Unattned] section should
prevent this, I have not seen this to be the case.

Have you tried UnattendSwitch - i.e. removing the "ed"-part.
 
J

JKFischer

I have no real answer for part 2, however, I will drop in a copy of my
SYSPREP.INF. It may contain some clues...

[sysprep]
BuildMassStorageSection=yes

[Unattended]
OemSkipEula=Yes
OemPreinstall=Yes
InstallFilesPath=\sysprep\i386
UpdateUPHAL="ACPIAPIC_UP,%WINDIR%\Inf\Hal.inf
OemPnPDriversPath = \A\BUNCH\OF;\INFO\GOES\HERE
DriverSigningPolicy=Ignore
KeepPageFile=0
TargetPath=\WINDOWS

[GuiUnattended]
AdminPassword="something"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=35
OemSkipWelcome=1

[UserData]
ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
OrgName="University of Kentucky"
ComputerName=
FullName="UKHCITS User"
ProductID=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

[Display]
BitsPerPel=32
Xresolution=1280
YResolution=800

[TapiLocation]
CountryCode=1
AreaCode=859

[RegionalSettings]
LanguageGroup=1
Language=00000409

[Identification]
JoinWorkgroup=UKHCITS

[Networking]
InstallDefaultComponents=Yes

[sysprepcleanup]
 
N

news.microsoft.com

THANK YOU! that was it!


news.microsoft.com said:
will try that thanks! Any ideas on the other issue?


JKFischer said:
Have you tried adding something similar to your SIF?

[Display]
BitsPerPel=32
Xresolution=1280
YResolution=800

news.microsoft.com said:
I am having two issues with my unattended installation.

1. When the resolution is incorrect a msgbox pop's up telling me to let
windows pick, this isnt a big deal but it stops the proccess. I read
that
the AutoConfirm=1 line under the [Display] section will fix this. I
have
not had success.

2. I still continue to get the Welcome Windows setup dialog that asks
about
updates and usernames, I would like to have this skipped also. From
what I
understand the UnattendedSwitch="yes" under the [Unattned] section
should
prevent this, I have not seen this to be the case.

Below is a copy of my winnt.sif file, any help is greatly appreciated!

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

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
TargetPath=\WINDOWS
Repartition=Yes
WaitForReboot=No
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
OemPreinstall=Yes
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
UnattendedSwitch="yes"

[GuiUnattended]
AdminPassword="x"
EncryptedAdminPassword=NO
AutoLogon=Yes
AutoLogonCount=3
TimeZone=30
OemSkipWelcome=1
OEMSkipRegional=1

[Display]
AutoConfirm=1

[Shell]
DefaultThemesOff=Yes
DefaultStartPanelOff=Yes

[UserData]
ProductKey=XXXX-XXXX-XXXX-XXXX-XXXX
FullName="Org"
OrgName="Org"
ComputerName=*

[TapiLocation]
CountryCode=52
Dialing=Tone
AreaCode=949
LongDistanceAccess="9"

[Identification]
JoinWorkgroup=workgroup

[Networking]
InstallDefaultComponents=Yes
 
N

news.microsoft.com

Good eye! Thanks!!


Klaus Jorgensen said:
news.microsoft.com expressed precisely :
2. I still continue to get the Welcome Windows setup dialog that asks
about updates and usernames, I would like to have this skipped also.
From what I understand the UnattendedSwitch="yes" under the [Unattned]
section should prevent this, I have not seen this to be the case.

Have you tried UnattendSwitch - i.e. removing the "ed"-part.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top