To display the pop-up message box on automatic process
forwarding, complete the following steps.
-
From the
%Composerdir% directory, open
Composer.Client.exe.config with a text editor that supports
UTF-8.
-
Within the
<appSettings> element, insert the following
line:
<add key="showInfoBoxOnAutomaticForwarding"
-
Complete one of the following substeps.
- To display the
pop-up message box, set the
value attribute to
True.
- To not display
the pop-up message box , set the
value attribute to
False.
Note: The default value is True.
-
Save and close the file.