Install 1E Client

Install the 1E Client during Microsoft Configuration Manager OS deployment task sequences using the Install 1E Client action, including support for MST transforms, MSP patches, Content Distribution modules, and automated service startup checks. This reference explains required prerequisite steps, restart requirements, task sequence variables, and configuration options for reliable 1E Client deployment in enterprise environments.

Installs the 1E Client. The Stage 1E Client Package step must be included before this step in the Task Sequence. The 1E Client installer and any Transform or Patch that should be applied during installation must be included in the 1E Client Package.

You must include a Restart Computer step after the Install 1E Client step. This is because the client installation adds the Content Distribution binaries folder to the system path, but because the Task Sequence (running as system) is already running it must be restarted to pick up the system path change. Subsequent steps in the Task Sequence that use Content Distribution will fail if this reboot is not included.

This custom action is available in the 1E Nomad task sequence actions.

Actions

Notes

When run, this task:

  • Reads the NomadinstallPath task sequence variable (Set by the Stage 1E Client Package action) for the location of the installer and installs the 1E Client

  • If an .mst file is found in the root of the package, it adds the transform automatically with the installation. If multiple .mst files are present in the root of the package, the TRANSFORMS installer property referencing the .mst file must be added in the command-line otherwise this step fails

  • If an .msp file (patch) is found in the root of the package, it will be applied during installation of the 1E Client.

This task sequence action:

  • Waits for the 1E Nomad Branch service to start. It checks every 15 seconds until a configurable timeout expires (default 10 mins). Once the Content Distribution service is found running, the step completes successfully. If the timeout is reached without the Content Distribution service running, the step fails. There are two TS variables to manage this behavior:

    • EnableNomadStartUpChecks - Default is true. If set to false then the step does not wait for the Content Distribution service to come up after 1E Client installation. This should only be set to false when the Install 1E Client action is not enabled in the Content Distribution client.

    • NomadStartUpChecksTimeout - Default is 10. Defines the number of minutes the step will wait for the Content Distribution service to start. If you notice the Content Distribution service taking longer than 10 minutes to be fully up and running in your environment, you can increase this value. The accepted ranges of this variable, is 10 to 60. If the specified value is not in range, it's set to a default 10 minutes.

Configurable parameters

Parameter

Default value

Description

Name

Install 1E Client

Name for the custom task sequence step.

Description

Action to install 1E Client in the new OS.

Description of the custom task sequence step.

Additional installation commands

 

Additional installation parameters.