Jump to content

winnt.sif CD for 3 machines


Recommended Posts

I tried several times but I could not solve. :(

I want to make an Unattended install CD for my 3 machines. Only Network is OK but “Display” and 3 “Computer names” do not work.

I put below “winnt.sif”, winnt.udb and winnt.bat in XPCREAT / FILESCD / i386.

Will you let me know ? :wacko:

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=Yes

TargetPath=/WINDOWS

Repartition=No

FileSystem=*

UnattendSwitch="yes"

DriverSigningPolicy=Ignore

OemPnPDriversPath="Drivers/Nic/Asus_LAN;Drivers/Nic/Abit_LAN;Drivers/Nic/Aopen_LAN"

DriverSigningPolicy=Ignore

[GuiUnattended]

AdminPassword=xxxxxxxxxxxxxxxxxxxx

EncryptedAdminPassword=Yes

OEMSkipRegional=1

TimeZone=200

OemSkipWelcome=1

[userData]

ProductID=""

FullName="Tinywoods"

OrgName=""

ComputerName=*

[Display]

BitsPerPel=24

Xresolution=1280

YResolution=1024

[RegionalSettings]

LanguageGroup=1,2,9

[setupMgr]

ComputerName0=PC1

ComputerName1=PC2

ComputerName2=PC3

[identification]

JoinWorkgroup=WORKGroup

[Networking]

InstallDefaultComponents=No

[NetAdapters]

Adapter1=params.Adapter0

[params.Adapter0]

INFID=*

[NetClients]

MS_MSClient=params.MS_MSClient

[NetServices]

MS_SERVER=params.MS_SERVER

[NetProtocols]

MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]

DNS=No

UseDomainNameDevolution=No

EnableLMHosts=Yes

AdapterSections=params.MS_TCPIP.Adapter0

[params.MS_TCPIP.Adapter0]

SpecificTo=Adapter0

DHCP=No

IPAddress=192.168.00.00

SubnetMask=255.255.255.0

DefaultGateway=192.168.00.00

DNSServerSearchOrder=000.000.000.000,111.111.111.111

WINS=No

NetBIOSOptions=0

Link to comment
Share on other sites


So basically youre trying to have 1 UA cd, but use it for multiple PC's.. which of course each would need to have different hostnames and CDKEYS?

Id be very interested to find the solution to this as well, as I would make things much more convenient. (Course I havent searched for it so someone has probably already covered this before)

Link to comment
Share on other sites

Right, but the winnt.sif is loaded way at the beginning of the install... how would you implement this?

Again, I havent search a bunch for this.. not really sure what terms to use to be honest.. so if its been covered (which i wouldnt be surprised if it has) hit me up with some search terms or the thread and Ill stop buggin ya... ;)

Link to comment
Share on other sites

Thank you for all responses. :

>Alanoll

OK I?fll use Code Buttons from next time.

> durex

Yes, I have three PCs that need to have different hostnames and XP CDKEYS. So I set ?gblank?h in ProductID part. Actually, it is not full unattended mode. I need to input ProductIDs and select ComputerNames for 3 machines.

I have visited many sites that describe about winnt.sif, but I could not find out any solution.

> MCT

It?fs a good idea. ?c.?@I want to try the cmd file if you have.

I do not want to use a winnnt.sif in floppy. I want to use just one DVD for my PCs when I install XP pro and Office.

Link to comment
Share on other sites

Sorry, there are something happen above my previous post. :huh:

Thank you for all responses.

>Alanoll

OK I?fll use Code Buttons from next time.

> durex

Yes, I have three PCs that need to have different hostnames and XP CDKEYS. So I set ?gblank?h in ProductID part. Actually, it is not full unattended mode. I need to input ProductIDs and select ComputerNames for 3 machines.

I have visited many sites that describe about winnt.sif, but I could not find out any solution.

> MCT

It?fs a good idea. ?c.?@I want to try the cmd file if you have.

I do not want to use a winnnt.sif in floppy. I want to use just one DVD for my PCs when I install XP pro and Office.

Link to comment
Share on other sites

Here are other 2 files that I use with winnt.sif. In case of .bat, you may not able to read some sentences, I guess. But do not worry; it is only mentioned "caution" in Japanese.

Winnt.udb

;SetupMgrTag
[UniqueIds]
   PC1=UserData
   PC2=UserData
   PC3=UserData
   
[PC1:UserData]
   ComputerName=PC1

[PC2:UserData]
   ComputerName=PC2

[PC3:UserData]
   ComputerName=PC3

winnt.bat

@rem SetupMgrTag
@echo off

rem
rem ‚±‚ê‚Í?AƒZƒbƒgƒAƒbƒv ƒ}ƒl?[ƒWƒƒ ƒEƒBƒU?[ƒh‚Å?¶?¬‚³‚ꂽƒoƒbƒ` ƒXƒNƒŠƒvƒg‚̃Tƒ“ƒvƒ‹‚Å‚·?B
rem ‚±‚̃XƒNƒŠƒvƒg‚ð?A?¶?¬‚³‚ꂽ?ê?Š‚©‚çˆÚ“®‚³‚¹‚½?ê?‡‚Í?AƒXƒNƒŠƒvƒg‚Ì?C?³‚ª•K—v‚Å‚ ‚邱‚Æ‚ª‚ ‚è‚Ü‚·?B
rem

set AnswerFile=.\winnt.sif
set UdfFile=.\winnt.udb
set ComputerName=%1
set SetupFiles=F:\i386

if "%ComputerName%" == "" goto USAGE

F:\i386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile% /udf:%ComputerName%,%UdfFile% /makelocalsource /copysource:lang
goto DONE

:USAGE
echo.
echo Žg—p–@: unattend ^<computername^>
echo.

:DONE

Link to comment
Share on other sites

You can make a multi-boot disc with 3 different BOOT folders (each having a different winnt.sif).

So that when the CD boots up, it will ask which of the 3 options to install and you just choose the one you want - that's all.

Link to comment
Share on other sites

You can make a multi-boot disc with 3 different BOOT folders (each having a different winnt.sif).

So that when the CD boots up, it will ask which of the 3 options to install and you just choose the one you want - that's all.

I agree, go for Multi-Boot! Much more flexible

Link to comment
Share on other sites

I understand there are two ways to make an Unattended DVD for my three PCs. One is a cmd file that ]Bonkers[ has posted, another one is three-winnt.sif.

http://www.msfn.org/board/index.php?showtopic=21316&st=10

http://www.911cd.net/forums/index.php?showtopic=3352

Cmd file is too difficult to understand for me due to my less skill. So I chose three-winnt.sif. However, three-winnt.sif is also difficult for me to make a DVD.

I do not understand to load three boot.Bin files in one time. I may need to make a script file to load them. Nero Burning ROM can not load more than two boot.bin files in a same time.

I may need more time to find out solution. Now I'm studying! :yes:

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