Adding a custom DCUserConfig.xml file to a Forcepoint Web Security Direct Connect Endpoint installation package

If you have a custom DCUserConfig.xml file that you want to use instead of the default file provided with the installation package, complete the following steps before you deploy the installation package.

Steps

  1. Create the installation package through the package builder.
  2. Run the following command from the command line to unpack the installation package:

    All-in-One.exe -fromexe <full_pathname_to_package>

    where <full_pathname_to_package> is the full path and filename of the installation package executable file.

    For example, if the FORCEPOINT-ONE-ENDPOINT-x64.exe file is located in C:\Test, the full command would be:

    All-in-One.exe -fromexe C:\Test\FORCEPOINT-ONE-ENDPOINT- x64.exe

  3. The unpacked installation package is now visible in the folder created in step 2 (in this example: C:\Test\FORCEPOINT-ONE-ENDPOINT-x64).

    Copy your DCUserConfig.xml file into this folder.

  4. Repack the installation package by running the following command from the command line:

    All-in-One.exe -toexe <full_pathname_to_package>

  5. Deploy the updated installation package using one of the methods below.