Assign a Configuration Set to a project
In order for a project to know which configuration set is to be used, it is necessary to update the ACConfig.xml file. If there is a corresponding configuration set in the project, it is applied to the project automatically.
- Copy the project folder to the system where it will run.
-
Edit
ACConfig.xml in a text editor.
To locate the ACConfig.xml file and for general information on modifying it, see the Kofax Capture documentation.
-
Add the
<Transformation> section just above the closing
</ACConfig> tag in the following format:
<ACConfig> ... <Transformation> <ConfigurationSet Name="ConfigurationSetName"/> </Transformation> </ACConfig>
-
Change the Name attribute of
<ConfigurationSet> so it matches the name of the configuration set as it appears in
Project Builder.
For example, if the name of the configuration set is production, the <Transformation> element would be as shown:
<ACConfig> <Transformation> <ConfigurationSet Name="production"/> </Transformation> ... </ACConfig>
-
Save and close the file.
The configuration set change is applied when the project is loaded automatically by a runtime module.
Note If the configuration set file is not found, the default project settings are used. A warning is recorded in the log.