Jump to content

Recommended Posts

Posted

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.


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

Posted

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.

Posted
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. :blushing:

Posted (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 by Floppy
Posted (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 by Floppy

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...