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
- validation conditions is the code for any conditions under which a transform can be applied to a package
Applying a Transform File
Use the following command to apply a transform file to an installation file (.msi):
- -a transform database [error conditions]
- where: