- This topic is empty.
- Post
-
- January 1, 2025 at 7:21 am
Weekend WikiKeymasterTo install Royal TS using Microsoft Intune, you can deploy it as a Win32 app or a Line-of-business app, depending on the installer format (.msi or .exe). Royal TS is a remote desktop management tool that requires specific steps for deployment.
Steps to Install Royal TS with Intune
Step 1: Download the Installer
- Visit the Royal TS Download Page.
- Download the appropriate version of the Royal TS installer:
- MSI installer (preferred for simpler deployment).
- EXE installer (requires packaging as a Win32 app).
Option 1: Deploy the MSI Installer
- Add the MSI Installer to Intune:
- Go to the Microsoft Intune Admin Center: https://endpoint.microsoft.com.
- Navigate to Apps > All Apps > Add.
- Select App type: Line-of-business app.
- Upload the
.msi
file you downloaded.
- Configure the App:
- Provide the app details:
- Name: Royal TS.
- Publisher: Royal Apps.
- Description: “Remote desktop and connection management tool.”
- Category: (Optional) Assign a category such as IT Tools.
- Command-line options (if needed): Add custom parameters for silent installation (if provided by Royal TS).
- Provide the app details:
- Assign the App:
- Under Assignments, target the app to specific device or user groups.
- Choose between:
- Required: Automatically installs on all assigned devices.
- Available for enrolled devices: Makes it optional via the Company Portal.
- Deploy the App:
- Save and deploy the app.
- Intune will push the app to targeted devices.
Option 2: Deploy the EXE Installer as a Win32 App
If the installer is an
.exe
file, you must package it into a Win32 app.Step 1: Prepare the Installer
- Download the Microsoft Win32 Content Prep Tool:
- Download the tool from GitHub.
- Convert the Installer:
- Place the Royal TS
.exe
installer in a folder (e.g.,C:\RoyalTSInstaller
). - Open a command prompt and run:
IntuneWinAppUtil.exe -c C:\RoyalTSInstaller -s RoyalTSInstaller.exe -o C:\OutputFolder
- This generates a
.intunewin
file in the specified output folder.
- Place the Royal TS
Step 2: Upload the Win32 App
- Add the Win32 App to Intune:
- Go to Apps > All Apps > Add.
- Select App type: Win32 app.
- Upload the
.intunewin
file.
- Specify Install/Uninstall Commands:
- Install command:
RoyalTSInstaller.exe /quiet
- Uninstall command (if applicable):
msiexec /x {ProductCode} /quiet
(Replace
{ProductCode}
with the GUID from the Royal TS installation if needed.)
- Install command:
- Configure App Details:
- Fill in the app metadata fields like Name, Description, and Publisher.
- Assign the App:
- Assign the app to device or user groups as needed.
Step 3: Monitor and Verify
- Monitor App Deployment:
- Go to Apps > Monitor > Device Install Status.
- Check the deployment status and ensure that it’s successful.
- Verify on Target Devices:
- Open the Company Portal on a managed device (if deployed as “Available”).
- Confirm that Royal TS is installed and operational.
Optional Configuration
If Royal TS has configurable options for pre-configuring connections or preferences, you can use the following methods:
- Registry Settings: Deploy registry keys via Intune or scripts to apply specific settings.
- Configuration Files: Include a pre-configured
.rtsx
file with the deployment for preloaded settings.
By following these steps, you can successfully deploy and manage Royal TS on your organization’s devices using Microsoft Intune. Let me know if you need additional details or help with this process!
- You must be logged in to reply to this topic.