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
- Create the installation package through the package builder.
- 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
-
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.
-
Repack the installation package by running the following command from the command line:
All-in-One.exe -toexe <full_pathname_to_package>
-
Deploy the updated installation package using one of the methods below.