Jump to content

Win2000 winnt.sif unattended


Floppy

Recommended Posts


Hey

Been looking fir WinNT.sif for W2000 unattended.

Can someone pls. provide it for me.....pls

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

Link to comment
Share on other sites

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=1
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=No
TargetPath=WINDOWS
WaitForReboot=No
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
ProgramFilesDir="C:\Program Files"
CommonProgramFilesDir="C:\Program Files\Common"
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=No
OEMSkipRegional=1
TimeZone=4
OemSkipWelcome=1
ProfilesDir="%systemdrive%\Users\"
AutoLogon=Yes
AutoLogonCount=1
[UserData]
FullName="Windows User"
ComputerName=*
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=60
[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=360
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[RegionalSettings]
LanguageGroup=1
Language=00000409

This is my unattended script seen under setup:

;SetupMgrTag
[Data]
AutoPartition="0"
Floppyless="1"
MsDosInitiated="0"
UnattendedInstall="Yes"
[Unattended]
UnattendMode=ProvideDefault
OemSkipEula=Yes
OemPreinstall=No
TargetPath=\WINDOWS
WaitForReboot=No
NoWaitAfterTextMode=1
NoWaitAfterGUIMode=1
ProgramFilesDir="C:\Program Files"
CommonProgramFilesDir="C:\Program Files\Common"
DriverSigningPolicy=Ignore
NonDriverSigningPolicy=Ignore
[GuiUnattended]
AdminPassword=*
EncryptedAdminPassword=No
OEMSkipRegional=1
TimeZone=4
OemSkipWelcome=1
ProfilesDir="%systemdrive%\Users\"
AutoLogon=Yes
AutoLogonCount=1
[UserData]
FullName="Windows User"
OrgName=""
ComputerName=*
productid="HB9CF-JTKJF-722HV-VPBRF-9VKVM"
[Display]
BitsPerPel=32
Xresolution=1024
YResolution=768
Vrefresh=60
[TapiLocation]
CountryCode=1
Dialing=Tone
AreaCode=360
[Identification]
JoinWorkgroup=WORKGROUP
[Networking]
InstallDefaultComponents=Yes
[RegionalSettings]
LanguageGroup=1
Language=00000409

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

Link to comment
Share on other sites

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=en

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

Link to comment
Share on other sites

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 by Floppy
Link to comment
Share on other sites

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