Screencast: System Center Updates Publisher – Create an Update with a Prerequisite
Here is the next in a series of SCUP screencast. Today’s topic covers “SCUP – Create an Update with a Prerequisite”. Enjoy!
Here is the sample code to create an update with prerequisite.
<sdp:Prerequisites>
<sdp:AtLeastOne>
<sdp:PackageID><!-- My package ID -></sdp:PackageID>
</sdp:AtLeastOne>
</sdp:Prerequisites>