Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.12 KB

generating-a-transform.md

File metadata and controls

27 lines (17 loc) · 1.12 KB
description ms.assetid title ms.topic ms.date
The following procedure describes a scenario to generate a transform that permanently hides a feature.
43f36866-a9df-4035-a8ae-5ccbcb628a90
Generating a Transform
article
05/31/2018

Generating a Transform

The following procedure describes a scenario to generate a transform that permanently hides a feature.

To permanently hide a product feature

  1. Copy the original installation package.
  2. Alter the copy by setting the value of the Display column in the Feature table to zero. This specifies hiding the feature.
  3. Create a transform from the original installation package to the new installation packages by calling MsiDatabaseGenerateTransform.
  4. Create the summary information in the transform by calling MsiCreateTransformSummaryInfo.

The transform is then ready to be applied during installation. For more information, see Applying Transforms.