Packaging a Microsoft patch
- In the console's Folder view, create or select an appropriate folder under Depot. Right-click the folder and select New > Software > Custom Software.
- On the Select Installable Sources panel, browse to the location of the downloaded patch from Step 1. Select the patch, and click OK.
- On the Add Software panel, a custom software package template appears. Add or change information in the right panel:
- Optionally, add information in the Description field.
- Update the Install command syntax to include your preferred hotfix installation parameters, such as "/norestart /passive /quiet".
Replace the Uninstall command syntax to include correct and preferred parameters for uninstalling the hotfix, including the hotfix number. A typical command is:
"??WINDIR??\\$NTUninstall{*}<<{_}KB_Number{_}>>{*}$\\spuninst\\spuninst.exe" /u /q /z
For example:
"??WINDIR??\\$NTUninstallKB970430$\\spuninst\\spuninst.exe" /u /q /z
- Click Finish.
- Verify that the custom software package for the hotfix exists in the Depot:
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*