Running Sconfig from a Command Line

Sconfig

Running Sconfig from a Command Line

You can use a command-line prompt to generate transform files and to apply them to an installation file (.msi).

Generating a Transform

Use the following command to generate a transform file:

-g basedb newdb transform [error/validation conditions]

where:
    • basedb is the installation file you want to use to create the transform file.
    • newdb is the name of the new installation file that contains changes that you want to add to the transform.
    • tranform is the file name of the transform file you want to create.
    • error is the code for any errors you want to suppress Click for more information
    • validation conditions is the code for any conditions under which a transform can be applied to a package Click for more information

Applying a Transform File

Use the following command to apply a transform file to an installation file (.msi):

-a transform database [error conditions]

where:
    • transform is the transform file you want to apply
    • database is the installation file to which you want to apply the transform
    • error conditions is the code for any errors you want to suppress Click for more information