hutch555 Posted July 23, 2004 Posted July 23, 2004 I know this topic has been visited 37 times in as many days, but I'm still encountering problems.Win 2000 SP4 RIS Win XP SP1a clientsSIF installation works flawlessly...up to the point of actually logging on the first time. I'm joined to a domain so I understand that the local admin account is disabled by default. Changing the switch (DisableAdminAccountOnDomainJoin) from 1 to 0 does not correct this behavior. I'm also unable to run any batch files, etc., as the system will not automatically log in for the first time to execute the GUIRunOnce.Any pointers? Thanks@
homeskillet Posted July 23, 2004 Posted July 23, 2004 I'll take a shot. Been hitting the RIS installations hard this week myself. Can you post your risstndrd.sif and your other cmd files you're using (blank the keys!)?As far as the local admin account being disabled on first boot, I'm not experiencing this myself. And the only difference in my setup is a W2K3 SBS server. Have you tried to logon to the newly RIS'ed PC as local admin with success (not autologin)? As far as the batch files, everything in the XP guide and steps on this site works with RIS. It's beautiful. Post your sif and batch files and we'll try to get something working!
hutch555 Posted July 23, 2004 Author Posted July 23, 2004 I can login with normal domain accounts, but the local admin is disabled (no login!). If I enable the local account (remotely) before it attempts to login, the entire operation succeeds flawlessly.---XPinstall.sif-----------[data]floppyless = "1"msdosinitiated = "1"OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"OriTyp = "4"LocalSourceOnCD = 1DisableAdminAccountOnDomainJoin = 0[setupData]OsLoadOptions = "/noguiboot /fastdetect"SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"[unattended]OemPreinstall = yesNoWaitAfterTextMode = 0FileSystem = LeaveAloneExtendOEMPartition = 0TargetPath = \WINDOWSOemSkipEula = yesInstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"LegacyNIC = 1[userData]FullName = "Employee"OrgName = "Company"ComputerName = %MACHINENAME%ProductID="xxx"[GuiUnattended]OemSkipWelcome = 1OemSkipRegional = 1TimeZone = %TIMEZONE%AutoLogon=YesAutoLogonCount=1AdminPassword = "xxx"[userInfo]Identity000="bob"[Display]BitsPerPel = 32XResolution = 1024YResolution = 768VRefresh = 60[Networking][NetServices]MS_Server=params.MS_PSched[identification]JoinDomain = %MACHINEDOMAIN%CreateComputerAccountInDomain = NoDoOldStyleDomainJoin = Yes[GuiRunOnce]Command0="c:\windows\cleanup.cmd"[RemoteInstall]Repartition = YesUseWholeDisk = Yes[OSChooser]Description ="Windows XP Professional SP1a"Help ="Automatically installs Windows Professional with Service Pack 1a"LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"ImageType =FlatVersion="5.1"---cleanup.cmd-----------md c:\Temprd /q /s c:\pnpdrvrs
homeskillet Posted July 23, 2004 Posted July 23, 2004 I've just read that if you eliminate the DisableAdminAccountOnDomainJoin parameter from your .sif file, you'll be ok. I don't have that parameter in any of my .sif files and haven't experienced a disable admin account yet. Have you tried it without the setting in your .sif?
hutch555 Posted July 23, 2004 Author Posted July 23, 2004 Yes, I've tried it with (0 and 1) and without; all of which seem to default back to disabled admin account.
homeskillet Posted July 23, 2004 Posted July 23, 2004 Here's what I got that lets me Auto Login as Admin to do my program installs:ristndrd.sif[data]floppyless = "1"msdosinitiated = "1"OriSrc = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"OriTyp = "4"LocalSourceOnCD = 1[SetupData]OsLoadOptions = "/noguiboot /fastdetect"SetupSourceDevice = "\Device\LanmanRedirector\%SERVERNAME%\RemInst\%INSTALLPATH%"[Unattended]OemPreinstall = YesUnattendMode = FullUnattendedUnattendSwitch = yesOemPnPDriversPath = Drivers\AudioDrv;Drivers\Chipset\win2kxp;Drivers\Ethernet\win2k;Drivers\Display;Drivers\Mouse;Drivers\Mouse\engAutoActivate = YesCrashDumpSetting = 0Hibernation = NoFileSystem = ConvertNTFSExtendOEMPartition = 0TargetPath = \WINDOWSOemSkipEula = yesDriverSigningPolicy = IgnoreWaitForReboot = NoInstallFilesPath = "\\%SERVERNAME%\RemInst\%INSTALLPATH%\%MACHINETYPE%"LegacyNIC = 1[UserData]FullName = "user"OrgName = "none"ComputerName = computernameProductId = ************************[GuiUnattended]OemSkipWelcome = 1OemSkipRegional = 1TimeZone = 35AdminPassword = "********" (will set local admin password here)[Shell]DefaultStartPanelOff = YesDefaultThemesOff = Yes[Display]BitsPerPel = 16XResolution = 1024YResolution = 768VRefresh = 70[TapiLocation]CountryCode = 1AreaCode = 517Dialing = Tone[Networking][NetServices]MS_Server=params.MS_PSched[Identification]JoinDomain = DOMAINDoOldStyleDomainJoin = Yes[Components]msmsgs=offmsnexplr=offzonegames=off[RemoteInstall]Repartition = YesUseWholeDisk = Yes[TerminalServices]AllowConnections=1[GuiRunOnce]%systemdrive%\install\rehbatch.cmd[OSChooser]Description ="Microsoft Windows XP Professional SP1a"Help ="Automatically installs Microsoft Windows XP Professional SP1a without prompting the user for input."LaunchFile = "%INSTALLPATH%\%MACHINETYPE%\templates\startrom.com"ImageType =FlatVersion="5.1 (0)"cmdlines.txt, Which will run during T-13 of GUI setup:[COMMANDS]"useraccounts.cmd"useraccounts.cmdREGEDIT /S autologon.regautologon.regWindows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]"DefaultUserName"="administrator""DefaultPassword"="********" (uses same local admin password as in .sif)"AutoAdminLogon"="1""AutoLogonCount"=dword:00000001Then the rehbatch.cmd runs (unique for each employee) which calls a master batch file (that all employees run) and imports another registry file (unique) to set the users login name for their first logon.I know it seems a bit convoluted but I would try this route once to see if it works. If it does, I'd say there's something going on in your .sif file (setting wise) with the Admin auto logon. I modeled this setup from the unattended guide on this site.Let me know what happens. I hope something here helps!
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