You will need to deploy your transform with the primary installation. Transforms can be used with any install started with the InfoConnect Setup program (setup.exe) or with command-line installs (used by many deployment tools). The installer can only apply transforms during an installation. The following procedure describes how to add your transform file to installations started with the InfoConnect Setup program.
To add the transform to an install started with setup.exe
From your administrative installation point, open the Installation Customization Tool from a shortcut or by typing the following command line:
path_to_setup\setup.exe /admin
Select
, and then click .In the .mst) file.
dialog box, browse to select your transform (Click
and select .When you save your transform with this option selected, the Installation Customization Tool automatically updates the setup.ini file to apply your transform to the InfoConnect installation by adding the following line to the [Setup] section:
CustomTransform=<your_transform.mst>
From the
menu, click . (If appears dimmed, click and you will be prompted to save the file.)The transform can now be deployed to end users via the setup.exe file. (Users can run setup.exe, the setup.exe file can be called from a script, or setup.exe can be initiated from a command line.)