Install a Preconfigured Validation Extension

A simple way to install the Validation Extension along with an installer customization package is to open a command window and use a command in the form (note that this is all on one command line):

                  msiexec /i "OriginalInstallerFile.msi"

                 TRANSFORMS="InstallerCustomizationFile.mst"

For example:

          msiexec /i "SerVE for Microsoft IIS x64.msi" TRANSFORMS="SerVE.mst"

Refer to Advanced Deployment Options for other methods of deploying the Validation Extension and installer customization package.