Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

winnt.sif CD for 3 machines

Featured Replies

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

please use CODE tages. They're not hard to figure out, just press the code button, paste the text, press the button again.

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)

just make a cmd file that asks u what computer your using, or make a script that detects the pc & sets appropriate pc name / resolution

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

  • Author

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.

  • Author

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.

i dont have 1, but its been posted here

  • Author

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

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.

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

  • Author

:D

>prathapml, ]Bonkers[, Incroyable HULK

Thank for your interesting information ! I will try this week end.

  • Author

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:

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.