...
Make sure that there is a backup copy of the working installation of FIXICC and FIXICC-Agent.
Remove the existing directories:
rm -rfCode Block <FIXEdge
installation>/fixicc-agent/
rm -rf <FIXEdgeand <FIXEdge installation>/fixicc/ directories.
Copy all files into the respective directories:
cp -r <newCode Block from the new fixicc-agent
package>/* <FIXEdgepackage into the <FIXEdge installation>/fixicc-agent/
cp -r <new fixicc package>/* <FIXEdgedirectory and all files from the new fixicc package into the <FIXEdge installation>/fixicc/ directory
If there were changes in fixicc-agent and fixicc configuration then replace the new configuration with the configuration from the backup.
The default Windows path for fixicc-agent configuration is:
Code Block fixicc-agent\FIXEdge1.fixicc-agent\conf\
The default Linux path for fixicc-agent configuration is:
Code Block fixicc-agent/conf
...