Skip to main content
Skip table of contents

Deploy RICOH CloudStream Client using Microsoft Intune

This guide describes how to silently deploy RICOH CloudStream Client software on Windows 10/11 user devices being managed using Microsoft Intune.

Pre-requisites/requirements for customer

  • Microsoft Intune & Active Directory Premium subscriptions
  • Windows 10/11 on user devices
  • Microsoft Entra Joined, Windows 10/11 user devices, or Intune Company Portal for manual installation.
  • Latest version of the RICOH CloudStream Client software that you download from CloudStream Web UI.

Configuration and deployment steps

Configuration and deployment of RICOH CloudStream Client software to end user devices (Windows 10/11) using Microsoft Intune is a 3-steps process.

  1. Package the .exe to a .intunewin file
  2. Upload and create the Intune deployment
  3. Assign it to profiles/user groups

Intune will silently deploy RICOH CloudStream Client software on all workstations when the next sync happens.
Now refer below guidelines to configure and deploy RICOH CloudStream Client software.

Create .intunewin file

Package the RICOH CloudStream Client for MS Intune using the Microsoft-Win32-Content-Prep-Tool. This can be downloaded from GitHub – https://github.com/microsoft/Microsoft-Win32-Content-Prep-Tool

This command line tool guides you through the process. Ensure the RICOH CloudStream Client is located in a folder with no other files present.

Example:

CODE
Please specify the source folder: C:\Users\%username%\Documents\Client
Please specify the setup file: hcpclient-3.17.0-release-setup.exe
Please specify the output folder: C:\Users\%username%\Documents\Output
Do you want to specify catalog folder (Y/N)? N


Ensure there are no other files in the folder, or the intunewin creation tool will attempt to package everything and the subsequent install will fail.

Upload and create the Intune deployment

  1. Log into the Intune Portal – https://aka.ms/intuneportal
  2. Navigate to All Apps, and + Add
  3. Select App Type – Windows App (Win32) – Select
  4. Follow the Intune Portal to upload the created .intunewin file.
  5. Name and Describe the File accordingly, and add Ricoh as the publisher.
  6. The Program section requires:
    1. Install Command, this is if you were running the installer as a command line, and all the install flags can be found in the CloudStream documentation. At a minimum you would need primary/gateway and account domain address, however, setting login type, and denying access to config is recommended. Further information regarding silent installation can be found in the RICOH CloudStream Client section of the documentation. Example: hcpclient-3.XX.Y-release-setup.exe /S /GATEWAYADDRESS=[GATEWAYADDRESS] /ACCOUNTDOMAIN=[DOMAIN]
    2. Uninstall command:
      for client version 2025.02.20 and newer you can use
      – "C:\Program Files\Ricoh\RICOH CloudStream Client\latest\uninstall.exe" /S
      for older clients you need to specify full path including client version for example:
      "C:\Program Files\Ricoh\RICOH CloudStream Client\2025.02.06.2\uninstall.exe" /S

    3. Behavior:
      • User – the installer has the same privileges as the logged-in user. If the user has the administrative permissions necessary for adding a driver and a system service, the installation finishes and the user can see the RICOH CloudStream Client tray icon. If the user does not have the necessary permissions and cannot grant administrative consent, the installation will abort.
      • System – the installer has privileges of the local system account, so the installation finishes. The logged-in user will not see the RICOH CloudStream Client tray icon right after the installation because the installation was not running under the user account. The icon will be visible after the next login or restart of the computer.
    4. Device Restart Behavior – None.
  7. Requirements
    • OS Architecture – 64-bit & 32-bit
    • Minimum OS – Win 10 1607
  8. Detection Rules – we can detect the version of the RICOH CloudStream Client by looking for a Registry entry. This enables different versions to be created to install over the top or use the supersedence feature in Intune.

    • Registry = Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\RICOH CloudStream Client

    • Value name = DisplayVersion

    • Detection method = Version Comparison
    • Operator = Greater than or equal to
    • Value = 3.XX.X or YYYY.MM.DD.X

      Note that the value depends on which client version is being installed. 
      It can be in the format 3.XX.X (semantic version) or YYYY.MM.DD.X (calendar version), where ‘X’ denotes the version of the RICOH CloudStream Client being installed.”

       

Assign the App to the required groups

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.