Serenity- Posted May 7, 2006 Posted May 7, 2006 (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 May 7, 2006 by Serenity-
oioldman Posted May 7, 2006 Posted May 7, 2006 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 moment3. might be better to try with an easier password like rabbit or people
razormoon Posted May 9, 2006 Posted May 9, 2006 (edited) Computer name and administrator password, eh?[UserData]ProductKey = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"ComputerName = PCNAME <<<<<<< COMPUTER NAMEFullName = "Your Name"OrgName = "Your Organization"[GuiUnattended]EncryptedAdminPassword = "No"AdminPassword = * <<<<<<<<ADMIN PASSWORD AS BLANK... "Longing for Serenity..."?TimeZone = 010OEMSkipRegional = 1OemSkipWelcome = 1 Edited May 9, 2006 by razormoon
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now