Floppy Posted March 17, 2006 Posted March 17, 2006 HeyBeen looking fir WinNT.sif for W2000 unattended.Can someone pls. provide it for me.....plsI have made one for WinXP but it's not the same thing.
Ghostrider Posted March 18, 2006 Posted March 18, 2006 HeyBeen looking fir WinNT.sif for W2000 unattended.Can someone pls. provide it for me.....plsI have made one for WinXP but it's not the same thing.find the deply.cab in the windows 2000 cd and extract setupmgr.exe then you can make your own...
Daemonforce Posted March 18, 2006 Posted March 18, 2006 I'm currently testing multiple unattend scripts for Windows 2000 Adv. Server. Setup is currently at the end but I'm still waiting on it. I have no idea what could be wrong with it. I just finished testing Windows 2000 Professional.This is my crashdebug/textattend script seen before setup:;SetupMgrTag[Data]AutoPartition=1MsDosInitiated="0"UnattendedInstall="Yes"[Unattended]UnattendMode=FullUnattendedOemSkipEula=YesOemPreinstall=NoTargetPath=WINDOWSWaitForReboot=NoNoWaitAfterTextMode=1NoWaitAfterGUIMode=1ProgramFilesDir="C:\Program Files"CommonProgramFilesDir="C:\Program Files\Common"DriverSigningPolicy=IgnoreNonDriverSigningPolicy=Ignore[GuiUnattended]AdminPassword=*EncryptedAdminPassword=NoOEMSkipRegional=1TimeZone=4OemSkipWelcome=1ProfilesDir="%systemdrive%\Users\"AutoLogon=YesAutoLogonCount=1[UserData]FullName="Windows User"ComputerName=*[Display]BitsPerPel=32Xresolution=1024YResolution=768Vrefresh=60[TapiLocation]CountryCode=1Dialing=ToneAreaCode=360[Identification]JoinWorkgroup=WORKGROUP[Networking]InstallDefaultComponents=Yes[RegionalSettings]LanguageGroup=1Language=00000409This is my unattended script seen under setup:;SetupMgrTag[Data]AutoPartition="0"Floppyless="1"MsDosInitiated="0"UnattendedInstall="Yes"[Unattended]UnattendMode=ProvideDefaultOemSkipEula=YesOemPreinstall=NoTargetPath=\WINDOWSWaitForReboot=NoNoWaitAfterTextMode=1NoWaitAfterGUIMode=1ProgramFilesDir="C:\Program Files"CommonProgramFilesDir="C:\Program Files\Common"DriverSigningPolicy=IgnoreNonDriverSigningPolicy=Ignore[GuiUnattended]AdminPassword=*EncryptedAdminPassword=NoOEMSkipRegional=1TimeZone=4OemSkipWelcome=1ProfilesDir="%systemdrive%\Users\"AutoLogon=YesAutoLogonCount=1[UserData]FullName="Windows User"OrgName=""ComputerName=*productid="HB9CF-JTKJF-722HV-VPBRF-9VKVM"[Display]BitsPerPel=32Xresolution=1024YResolution=768Vrefresh=60[TapiLocation]CountryCode=1Dialing=ToneAreaCode=360[Identification]JoinWorkgroup=WORKGROUP[Networking]InstallDefaultComponents=Yes[RegionalSettings]LanguageGroup=1Language=00000409See something strange?Under volume license mode, Windows 2000 generates that exact key. I can try putting in something else and it always reverts. I'm still waiting for someone to tell me why it does this.
Floppy Posted March 18, 2006 Author Posted March 18, 2006 find the deply.cab in the windows 2000 cd and extract setupmgr.exe then you can make your own...Thank you...It was right in front of me.
nmX.Memnoch Posted March 19, 2006 Posted March 19, 2006 The ones on the CD may not be the latest version. Here's a link to the Windows 2000 SP4 Deployment Tools.http://www.microsoft.com/downloads/details...&DisplayLang=enThere may be subtle differences, but some of them can be important. This is especially true if you're using, for instance, the XP Gold or XP SP1 deployment tools on an XP SP2 deployment.
Floppy Posted March 20, 2006 Author Posted March 20, 2006 (edited) How can I skip:The Admin login at bottup after first instal?The Welcome window, the one with "skip this on startup"Do I do this in the winnt.sif file---->if so how ? Edited March 20, 2006 by Floppy
Floppy Posted March 20, 2006 Author Posted March 20, 2006 (edited) This is my winnt.sif, it skips login and welcome and starts aplication instal.W2000&Sp4------------------------------------------------------------------;SetupMgrTag[Data] AutoPartition=1 MsDosInitiated="0" UnattendedInstall="Yes"[unattended] UnattendMode=FullUnattended OemSkipEula=Yes OemPreinstall=Yes TargetPath=Windows UnattendSwitch = Yes[GuiUnattended] AdminPassword=* AutoLogon=Yes OEMSkipRegional=1 TimeZone=110 OemSkipWelcome=1[userData] ProductID="xxxxxxxxxxxxxxxxxxxxxxxxxxxxx" FullName=Kunde OrgName=Production ComputerName=Kundex[TapiLocation] CountryCode=47 Dialing=Tone[RegionalSettings] LanguageGroup=1 Language=00000414[setupMgr][GuiRunOnce] Command0=%systemdrive%\install\start.cmd[identification] JoinWorkgroup=whatever[Networking] InstallDefaultComponents=Yes Edited March 20, 2006 by Floppy
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now