Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide describes how to create a custom installer package using the Windows tool called "IExpress"

Table of Contents

Step 1:

...

Download the off-the-shelf installer package and unzip it to a local folder on your PC, e.g. "D:\Software\CLO"

Image Removed

The package contains 3 files:

...

FILE

...

config.json

...

Prepare installation files for the Deepnet Computer Logon Agent for Entra ID

Include Page
Prepare installation files for the Deepnet Computer Logon Agent for Entra ID
Prepare installation files for the Deepnet Computer Logon Agent for Entra ID

Step 2: Customise the configuration file

Open the config.json in a text editor, such as Notepad

Image Removed

If the application you set up for Computer Logon with MFA supports single tenant

Image Removed

then, replace "YOUR-TENANT-ID" in the configuration file with your Tenant ID in the Entra ID.

However, if the application you set up for Computer Logon with MFA supports multitenant

Image Removed

then, replace "YOUR-TENANT-ID" in the configuration file with the word "common"

Now, replace "YOUR-CLIENT-ID" with the "application (client) ID"

Image Removed

Save the configuration file.

Image Removed

Step 3: Create a custom installer package using iExpress

...