Creating an Update Package with the Visual Studio Runtime Library Feature

Once the Visual Studio runtime library package feature has been created, it can be associated with either an update or full package. Creating an update package containing this feature will cause the full parent package assembly information to include this same feature.

To create an update package with the Visual Studio runtime library feature:

  1. Go to menu GH9083, Package and Deployment Tools, and select the Package Assembly application.

  2. On the Work with Packages form, click Add.

  3. On the Package Assembly Director, click Next to begin the package assembly process.

  4. On the Package Information form, select the Express option, complete these fields, and click Next:

    Field

    Example Value

    Package Name

    DV20xxRTL

    where you will replace xx with the version number.

    Description

    Visual C++ 20xx RTL for DV

    where you will replace xx with the version number.

    Path Code

    DV900

  5. On the Package Component Revisions form, select the Update option and type or select the parent package. For example, DV900FA.

  6. Click the Features button.

  7. On the Features Components form, click the Browse button.

  8. On the Feature Component Selection form, click Find.

  9. Highlight the entry associated with VS20xx_RTL and click Select to mark the entry with a check mark.

  10. Click Close and Close again to return to the Package Component Revisions form.

  11. Verify that the form shows "Individual Features Selected" and click End to complete the package assembly process.

  12. On the Work with Packages form, select Row and Active/Inactive to activate the package.