Article ID: 135584
Article Last Modified on 10/27/2006
COPY UPDATE.INF SP1QUIET.INF.
rem Supporting batch file to apply Windows NT 3.51 Service Pack 1
rem Create a safe place to store a local copy of the Service Pack
rem so we can give SETUP.EXE an absolute path to the source
rem directory.
md c:\nt351sp1
rem Copy the Service Pack files from the CDM set by PCM to the
rem safe directory. Administrators should remove this using another
rem (PCM) method later.
copy *.* c:\nt351sp1\*.*
rem Run Windows NT Setup
setup.exe /s c:\nt351sp1 /i c:\nt351sp1\sp1quiet.inf
[PDF]
Version=1.0
[Unattended Setup]
CommandLine=sp1.bat
CommandName=Unattended NT 3.51 SP1 Installation
UserInputRequired=FALSE
SynchronousSystemExitRequired=TRUE
SupportedPlatforms=Windows NT 3.1 (x86), Windows NT 3.1 (MIPS),
Windows NT
3.1 (Alpha)
[Package Definition]
Product=Windows NT
Version=3.51
Comment=NT 3.51 Service Pack 1 English
SetupVariations=Unattended
[Setup Package for Inventory]
InventoryThisPackage=TRUE
Detection Rule Part 1=file 1
[file 1]
FILE=NTOSKRNL.EXE
COLLECT=FALSE
Checksum=
CRC=
DATE=7, 27, 95
SIZE=805264
TIME=
BYTE=
WORD=
LONG=
TOKEN 1=
TOKEN 2=
TOKEN 3=
TOKEN 4=
Additional query words: prodsms sms
Keywords: kbsetup kbsmsappscripts kbsmsutil KB135584