To create a job that distributes Microsoft Hotfixes or Security Patches:
| 1. |
Create a directory for the hotfixes.
This might be, .\lib\software\Windows 2000 HotFixes.
|
| 2. |
Download the hotfixes and patches into the new directory.
|
| 3. |
Create a file named install.cmd in the new directory with the following contents. For example,
@echo off
Q123456_w2k_sp2_x86.exe -z -m -n -q
Q456789_w2k_sp2_x86.exe -z -m -n -q
qchain.exe
NOTE: The actual .exe filenames are based on the hotfixes that you plan on installing.
|
| 4. |
Create a new job. For example, Distribute Windows 2000 Hotfixes.
| a. |
Add a Distribute Software task with the following options:
|
| Field |
Value |
|
| Name |
install.cmd, created in step 3 |
|
| Copy all directory files |
Selected |
|
|
| b. |
Add a Power Control task with the following options:
|
| Field |
Value |
|
| Restart |
Selected |
|
| Force applications to close without a message |
Selected |
|
|
|
| 5. |
Execute the new job on the managed server(s).
|