Sysdiff Cannot Be Used to Apply Service PackID: Q163303
|
When you build a Sysdiff package that includes a Windows NT Service Pack and apply it to another computer, you may receive the following error message on a blue screen:
STOP: C000021A The Session Manager terminated unexpectedly with Status 0xc0000005
Sysdiff cannot update system components that are currently in use. Sysdiff is designed to install new components only.
Apply the Service Pack in Unattended Setup mode with the UPDATE /U command, or during an Unattended Setup with following method:
mkdir c:\<dist>\$oem$\Cwhere <dist> is the name of the existing distribution share point folder, and <i386> corresponds to the platform type (PPC for PowerPC, Alpha for DEC Alpha) you are installing.
mkdir c:\<dist>\$oem$\C\SP3
mkdir c:\<dist>\$oem$\C\SP3\<i386>
copy <d>:\i386\*.* c:\dist\$oem$\C\SP3\<i386>where <d> is the CD-ROM drive letter and <i386> is the target platform.
copy <d>:\spcdrom.40 c:\dist\$oem$\C\SP3
copy <d>:\disk1 c:\dist\$oem$\C\SP3
[Commands]
".C:\SP3\<i386>\update /u /z"
[Unattended]
OemPreinstall = yes
c:\dist\winnt /u:unattend.txt
ARTICLE-ID: Q168814
TITLE : Installing WinNT 4.0 Service Packs During Unattended Install
Additional query words: sysdiff SP3
Keywords : kbsetup ntstop ntsetup
Version : 1.0 4.0 SP3
Platform : winnt
Issue type :
Last Reviewed: February 6, 1999