Using UDF Files with Windows NT 4.0 Unattended SetupID: Q156876
|
Unattended Setup with Windows NT 4.0 supports the use of the Uniqueness
Database File (UDF), which provides the ability to specify per-computer
parameters. The functionality of the UDF is to merge or replace specific
sections of the answer file for the GUI portion of setup. The use of the
UDF provides a structured and convenient method for the deployment of
Windows NT 4.0 on a large scale.
The information in this article assumes that a working answer file has
been developed for unattended installation of Windows NT 4.0.
The UDF is an ASCII text file created using a simple text editor. The file
is stored with the other Windows NT files on the distribution server.
The UDF is broken down into two sections, the UniqueIDs and the UniqueID
parameters. The UniqueIDs section identifies the Unique ID and the
sections of the answer file that are going to be merged or replaced. The
UniqueIDs parameter is the actual data that will be merged or replaced in
the answer file.
[UniqueIDs]
UserID1 = Userdata,GuiUnattended,Network
UserID2 = Userdata,GuiUnattended,Network
[UniqueIDs]
UserID1 = Userdata,GuiUnattended,Network
UserID2 = Userdata,GuiUnattended,Network
[UserID1:UserData]
FullName = "User ID-1"
ComputerName = "MACHINE-1"
[UserID1:GuiUnattended]
TimeZone = " (GMT-05:00) Eastern Time (US & Canada)"
[UserID1:Network]
JoinDomain = "DomainEast"
[UserID2:UserData]
FullName = "User ID-2"
ComputerName = "MACHINE-2"
[UserID2:GuiUnattended]
TimeZone = "(GMT-06:00) Central Time (US & Canada)"
[UserID2:Network]
JoinDomain = "DomainCentral"
[Unattended]
NoWaitAfterTextMode = 1
NoWaitAfterGUIMode = 1
FileSystem = LeaveAlone
ExtendOemPartition = 0
ConfirmHardware = No
NtUpgrade = no
Win31Upgade = no
OverwriteOemFilesOnUpgrade = yes
TargetPath = winnt
[GuiUnattended]
OemBlankAdminPassword = 1
DetachedProgram = "C:\REGINI.EXE"
Arguments = "C:\CHANGEIT.INI"
[UserData]
OrgName = "The Computer Company"
ProductID = "123-1234567"
[NetWork]
InstallAdapters = AdaptersList
InstallProtocols = ProtocolsList
[AdaptersList]
DECETHERWORKSTURBO = DECParams
[DECParams]
InterruptNumber = 5
IOBaseAddress = 768
MemoryMappedBaseAddress = 851968
InterfaceType = 1
BusNumber = 0
[ProtocolsList]
NBF = NetBeuiParams
[NetBeuiParams]
ARTICLE-ID: Q155197Additional information on Windows NT 4.0 deployment is available on the Microsoft web site at http://www.microsoft.com/ under the Windows NT 4.0 Workstation Home Page Migration Tools section.
TITLE : Unattended Setup Parameters for Unattend.txt File
Additional query words: prodnt
Keywords : kbsetup ntsetup ntdriver ntreskit NTSrvWkst
Version : 4.0
Platform : winnt
Issue type :
Last Reviewed: January 24, 1999