Deploying Cloud Drive Mapper (CDM) via Command-line Interface (msiexec)
Use this method for a customized silent rollout. This includes deploying the software with customized settings such as desktop and Start menu shortcuts, startup behavior and so on. Before you begin, please download the CloudDriveMapper.msi file from the Downloads page in Iris (the IAM Cloud portal). Alternatively, you can also download this file by clicking here. You will also need your license key, which you can copy from the CDM Dashboard page in Iris.
-
Press Windows + S on your keyboard to open the search box.
-
Type cmd in the search box, right-click the Command Prompt tile and select Run as administrator from the shortcut menu. The User Account Control dialog box appears.
-
Select Yes to launch the Command Prompt console.
-
Assuming you downloaded the CloudDriveMapper.msi file in the Downloads folder, type cd "C:\Users\UserName\Downloads" and press Enter.
If you downloaded this file in another folder, replace cd "C:\Users\UserName\Downloads" with cd "C:\path\to\folder" and press Enter. Type msiexec /i "clouddrivemapper.msi" /qn LICENSEKEY=your_license_key to deploy CDM silently.
Customized settings
The following table lists customized settings that can be configured for CDM while deploying it via Command-line interface:
Examples
Scenario | Command | |
---|---|---|
1 | Install CDM silently for the first time | msiexec.exe /i CloudDriveMapper.msi /qn LICENSEKEY=your_license_key |
2 | Install CDM silently for the first time and launch it after installation | msiexec.exe /i CloudDriveMapper.msi /qn LICENSEKEY=your_license_key LAUNCHCDM=1 |
3 | Install CDM silently without shortcuts (recommended for VDI rollout) | msiexec.exe /i CloudDriveMapper.msi /qn LICENSEKEY=your_license_key DESKTOP_SHORTCUT=0 STARTMENU_SHORTCUT=0 STARTUP_SHORTCUT=0 |
4 | Uninstall CDM silently | msiexec.exe /x CloudDriveMapper.msi /qn |
5 | Install CDM silently with a custom mapping group | msiexec.exe /i CloudDriveMapper.msi /qn LICENSEKEY=your_license_key MAPPINGGROUPID= your_mapping_group_key |
6 | Install CDM silently with a folder redirection policy | msiexec.exe /i CloudDriveMapper.msi /qn LICENSEKEY=your_license_key FOLDERREDIRECTIONPOLICYID= your_folder_redirection_key |