Jump to content

Recommended Posts

Posted (edited)

Hi you all,

Anyway, there seems to be a problem in my unattended install. Everytime I start it, when it comes to a phase it complains that information is either missing or damaged. Here is my winnt.sif:

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

[Unattended]
UnattendMode=FullUnattended
UnattendSwitch=Yes
OemPreinstall=Yes
OemSkipEula=Yes
ProgramFilesDir="E:\x86 Apps"
CommonProgramFilesDir="E:\x86 Apps\Delade filer"
FileSystem=*
WaitForReboot=No
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
Hibernation=1
CrashDumpSetting=3
Repartition=No
TargetPath=\WINDOWS

[SetupData]
OSLoadOptionsVar=/noexecute=alwaysoff

[GuiUnattended]
AutoLogon=Yes
EncryptedAdminPassword=NO
AdminPassword="Longing for Serenity..."
TimeZone=110
OEMSkipRegional=1
OemSkipWelcome=1
AutoLogonCount=1

[UserData]
ProductKey=[OMITTED]
FullName="Serenity"
OrgName=""

[RegionalSettings]
SystemLocale=041d
UserLocale=041d
UserLocale_DefaultUser=041d
InputLocale=041d:0000041d
InputLocale_DefaultUser=041d:0000041d
LanguageGroup=1

[Networking]
InstallDefaultComponents=Yes

[WindowsFirewall]
Profiles=WindowsFirewall.TurnOffFirewall

[WindowsFirewall.TurnOffFirewall]
Mode=0

[Display]
BitsPerPel=32
Xresolution=1920
YResolution=1200
Vrefresh=60

[Identification]
JoinWorkgroup=[OMITTED]

It always brings up a dialog asking me to enter computer name as well as administrator password.

What can be causing this?

Edited by Serenity-

Posted

plhello and welcome.

1. you'll get this in a few other replies, but please use CODE TAGs as makes it easier to read.

2. it states your computer name is missing is beacuse it is you need to add that part to your winnt.sif under the [userdata] section. look inyour ref.chm for how to add as can't remember at moment

3. might be better to try with an easier password like rabbit or people

Posted (edited)

Computer name and administrator password, eh?

[UserData]
ProductKey = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"
ComputerName = PCNAME <<<<<<< COMPUTER NAME
FullName = "Your Name"
OrgName = "Your Organization"

[GuiUnattended]
EncryptedAdminPassword = "No"
AdminPassword = * <<<<<<<<ADMIN PASSWORD AS BLANK... "Longing for Serenity..."?
TimeZone = 010
OEMSkipRegional = 1
OemSkipWelcome = 1

Edited by razormoon

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