Jump to content

I cant get my install fully unattended


jeff8292

Recommended Posts


  • 11 months later...
What does your winnt.sif file look like? Please edit your serial number. ;)

I've got the same problem as jeff. Can you help Siginet?

; Generated by nLite 1.2.1

[Data]

AutomaticUpdates="No"

Autopartition=0

MsDosInitiated=0

UnattendedInstall="Yes"

[unattended]

UnattendMode=DefaultHide

UnattendSwitch="No"

OemPreinstall="Yes"

OemSkipEula="Yes"

FileSystem=*

WaitForReboot="No"

NoWaitAfterTextMode=1

NoWaitAfterGUIMode=1

DriverSigningPolicy=Ignore

NonDriverSigningPolicy=Ignore

Hibernation="No"

[Display]

Xresolution=1280

Yresolution=1024

BitsPerPel=32

Vrefresh=75

[GuiUnattended]

TimeZone=105

OEMSkipRegional=1

OemSkipWelcome=1

[shell]

DefaultThemesOff="Yes"

[Components]

Iis_common=Off

Iis_ftp=Off

Iis_inetmgr=Off

Iis_internetdataconnector=Off

Iis_nntp=Off

Iis_serversideincludes=Off

Iis_smtp=Off

Iis_webadmin=Off

Iis_webdav=Off

Iis_www=Off

Iis_www_vdir_scripts=Off

Iis_asp=Off

[userData]

ProductKey="xxxxxxxxxxxxxxxxxxxxxxxxxx"

ComputerName=SPECTRA

FullName="root"

OrgName="Workgroup"

[RegionalSettings]

LanguageGroup=1

SystemLocale="0409"

UserLocale="080c"

UserLocale_DefaultUser="080c"

InputLocale="0409:00000813"

InputLocale_DefaultUser="0409:00000813"

[Networking]

InstallDefaultComponents="No"

[NetClients]

MS_MSClient=params.MS_MSClient

[NetServices]

MS_SERVER=params.MS_SERVER

MS_PSched=params.MS_PSched

[NetProtocols]

MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

[WindowsFirewall]

Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]

Mode=0

[identification]

JoinWorkgroup="WORKGROUP"

Link to comment
Share on other sites

For a totally unattended install you should have

UnattendMode=FullyUnattended

BUT you must have all the information in the winnt.sif file for all setup pages or you will get an error

security screen and the user name screen
these will pop-up when the information to fill the boxes cannot be found in the winnt.sif file using your current setup. but if you change to FullyUnattended it will cause errors at these screens.
Link to comment
Share on other sites

Well firstly i can see there is no admin password (unless you removed the entire line), thats probably why security comes up. Not too sure but if you put in a password it might work for you then.

[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=No

AdminPassword=*

This option sets the Administrator password for the Admin account in Windows XP. Setting this option to * means a blank password will be set. No password so cannot be encrypted.

Edited by phkninja
Link to comment
Share on other sites

; Generated by nLite 1.2.1

[Data]
AutomaticUpdates="No"
Autopartition=0
MsDosInitiated=0
UnattendedInstall="Yes"

[Unattended]
UnattendMode=FullUnattended
UnattendSwitch="No"
OemPreinstall="Yes"
OemSkipEula="Yes"
FileSystem=*
WaitForReboot="No"
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
Hibernation="No"

[Display]
Xresolution=1280
Yresolution=1024
BitsPerPel=32
Vrefresh=75

[GuiUnattended]
EncryptedAdminPassword="No"
AutoLogon="Yes"
AutoLogonCount=1
AdminPassword="optique"
TimeZone=105
OEMSkipRegional=1
OemSkipWelcome=1

[Shell]
DefaultThemesOff="Yes"

[Components]
Iis_common=Off
Iis_ftp=Off
Iis_inetmgr=Off
Iis_internetdataconnector=Off
Iis_nntp=Off
Iis_serversideincludes=Off
Iis_smtp=Off
Iis_webadmin=Off
Iis_webdav=Off
Iis_www=Off
Iis_www_vdir_scripts=Off
Iis_asp=Off

[UserData]
ProductKey="ZUM-ZUM-ZUM"
ComputerName=SPECTRA
FullName="root"
OrgName="Workgroup"

[RegionalSettings]
LanguageGroup=1
SystemLocale="0409"
UserLocale="080c"
UserLocale_DefaultUser="080c"
InputLocale="0409:00000813"
InputLocale_DefaultUser="0409:00000813"

[Networking]
InstallDefaultComponents="No"

[NetClients]
MS_MSClient=params.MS_MSClient

[NetServices]
MS_SERVER=params.MS_SERVER
MS_PSched=params.MS_PSched

[NetProtocols]
MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

[WindowsFirewall]
Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode=0

[Identification]
JoinWorkgroup="WORKSGROUP"

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