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. Open the command line and run the following command 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-ENDPOINTx64. 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. Running the following command from the command line to repack the installation package:
    All-in-One.exe -toexe <full_pathname_to_package>
  5. Deploy the updated installation package using one of the methods in Deploying Windows endpoints.