Step 1: Download the TruU Application and Config file
- Login to your TruU Admin Console

- Top right corner, Click on the user icon and select Downloads

- Accept EULA terms to download software

- Click on the version of the Windows Authenticator that you would like to download, enable the Include Config File in Download and click Download

Step 2: Download the Win32 Content Prep Tool
- Download the Win32 packaging tool from Microsoft’s official GitHub repository: Win32 Content Prep Tool
- Extract the downloaded ZIP file to a preferred location (e.g.,
C:\IntuneWinAppUtil).
Step 3: Prepare Your Source Files
Before running the packaging tool, place the TruU installation file (.exe) and Application.config file in a single folder:- Create a folder (e.g.,
C:\SourceApp). - Copy the EXE installer (
TruU XX.XX.XX.exe) into this folder. - Copy the configuration file (e.g.,
Application.config) into the same folder if required for installation.
Step 4: Run the Win32 Content Prep Tool
- In the extracted folder, open the IntuneWinAppUtil application and specify the source folder.
- Specify the installation file name along with file type. (Eg: TruUInstallerBundle_24.2.0.2893.exe)
- Specify the output folder path where the packaged Win32 file should be saved.
- As there is no catalog folder, enter ‘N’ for Do you want to specify catalog folder (Y/N)?

- The tool will process the files and create a
.intunewinpackage in the output folder.
Step 5: Upload and Deploy a Win32 App in Intune
- Go to the Microsoft Endpoint Manager Admin Center: https://endpoint.microsoft.com
- In the left-hand menu, go to Apps > Windows. Click Create and select Windows app (Win32).
- Click Select app package file.
- Click Browse and select your
TruU_XX.XX.XX.intunewinfile which we packaged in the previous step. Click OK to upload the file. - Enter a Name (e.g., “TruU Client”).
- Add a Description for users.
- Choose the Publisher (e.g., “TruU Inc.”).
- Optionally, add categories, display as featured, and an icon.
- Click Next.
- Install command: “TruUInstallerBundle_XX.X.X.XXXX.exe” /quiet /config=application.config
- Uninstall command: “TruUInstallerBundle_XX.X.X.XXXX.exe” /quiet /uninstall
- Set Install behavior to System and Device restart behavior to Intune will force a mandatory device restart of you are deploying for User-driven Autopilot else, you can select App install may force a device restart.

- Set the minimum requirements as needed.
- Configure Detection Rules → Select Manually configure detection rules → Click Add and choose Rule type File → Enter the folder path of the app after installation
C:\Program Files\TruU Inc\→ file or folder: TruUAgentService.exe → Detection method: String (version) → Operator: Greater than or equal to → Value: the app version which is being deployed (eg: 25.1.1.4474).

- Click OK, then Next.
- Under Assignments, choose Requirement and add the Dynamic group which was created earlier “UserDriven Autopilot Devices”
- Click Next → Review → Save.
Intune Self-Deployment mode Autopilot Enrollment Workflow Windows Authenticator Uninstallation

