Status
Not open for further replies.

khattam_

Fresh Stock Since 2005
You will need to create an unattended Setup Disk. nLite from the link below can help you create ISO of Unattended setup of Windows 2000 from your CD. You can burn it to a CD and install......................
I've tried it.................... It rocks.
You should thank Nuhi (the author of nLite) who is taking time to make such a great app..................... and giving it for free............

Download Link:
*nuhi.msfn.org/download.html
 

aadipa

Padawan
nLite does a good job but it was not made to create unattended setup, but instead to remove components from Windows setups.

Here is what u can do to do the stuff manually.
There is a file named Winnt.sif

It works like answer file. You can put ur answers to diffrent prompts while installing Windows2000/NT

Here is my Winnt.sif

Code:
[Data]
	Autopartition = 0
	MsDosInitiated = 0
	UnattendedInstall = Yes

[Unattended]
	UnattendSwitch = No
	OemPreinstall = Yes
	OemSkipEula = Yes
	FileSystem = *
	WaitForReboot = No
	NoWaitAfterTextMode = 1
	NoWaitAfterGUIMode = 1
	TargetPath = Windows
	DriverSigningPolicy = Ignore
	NonDriverSigningPolicy = Ignore
	Hibernation = No

[SystemFileProtection]
	SFCQuota = 0

[SystemRestore]
	MaximumDataStorePercentOfDisk = 0

[GuiUnattended]
	TimeZone = 190
	OEMSkipRegional = 1
	OemSkipWelcome = 1

[Components]
	Indexsrv_system = Off

[UserData]
	ProductKey = "XXXXX-XXXXX-XXXXX-XXXXX-XXXXX"

[RegionalSettings]
	Language = 0409

[Networking]

[Identification]
	JoinWorkgroup = WORKGROUP


[FavoritesEx]
    Title1="Maxthon - Best IE Based Browser.url"
    URL1="www.maxthon.com"
    Title2="ThinkDigit Forum.url"
    URL2="*www.thinkdigit.com/forum"
    Title3="Tech-Arena.url"
    URL3="*www.tech-arena.com"
    Title4="Yahoo! Mail.url"
    URL4="*mail.yahoo.com"
    Title5="GMail - Google Mail.url"
    URL5="*gmail.google.com"
    Title6="Gutenberg.url"
    URL6="*www.gutenberg.net"
    Title7="Daemon tools.url"
    URL7="*www.daemon-tools.cc"
    Title8="YahooPOPs!.url"
    URL8="*yahoopops.sourceforge.net"
    Title9="DevientArt.url"
    URL9="*www.devientart.com"
    Title10="WordWeb.url"
    URL10="*wordweb.info"
    Title11="DAP.url"
    URL11="*www.speedbit.com"
    Title12="Zip Genius.url"
    URL12="*www.zipgenius.it"
    Title13="PDF Creater.url"
    URL13="*www.pdfcreator.de.vu"
    Title14="SequoiaView.url"
    URL14="*www.win.tue.nl/sequoiaview"
    Title15="SwitchOff.url"
    URL15="*yasoft.km.ru/eng/switchoff/"
    Title16="Ghost Installer.url"
    URL16="*www.ginstall.com/"
    Title17="Hackman Hex Editor.url"
    URL17="*www.technologismiki.com/hackman/"
    Title18="WinImage.url"
    URL18="*www.winimage.com/"
    Title19="Winamp.url"
    URL19="*www.winamp.com"
    Title20="Linux Solved.url"
    URL20="*www.linuxsolved.com"
    Title21="Cabel Nut.url"
    URL21="*www.cablenut.com/"
    Title22="No-IP Client.url"
    URL22="*www.no-ip.com"
    Title23="Mumbai University.url"
    URL23="*www.mu.ac.in"
    Title24="Indiatimes.url"
    URL24="*www.indiatimes.com"
    Title25="Rediff.url"
    URL25="*www.rediff.com"

[URL]
    Home_Page=*www.thinkdigit.com/forum
    Search_Page=*www.google.com/search?q=%s

It just asks for User name, organization and computer name. And at end waits for creating users.

You can try this GUI program to create ur Winnt.sif file
*www.yeek.com/~qmsfn/winntsif/1.1a.rar
[needs .NET runtimes]

Just put ur winnt.sif into the i386 folder in Win2000 CD. And create a normal bootable cd.

To get full list of what options u can put in Winnt.sif, read
*unattended.msfn.org/global/reference.htm
Although the page is for WinXP u can use most of it for Win2K too.

To Create the most perfect Winnt.sif file download deployment tools for Win2000 from microsoft site.
Then read ref.chm and run setupmgr.exe
 
Status
Not open for further replies.
Top Bottom