msiexec /x "path to .msi file" /qn
White Papers
title: "Deployment with Desktop Central" created_at: 2019.03.05 updated_at: 2019.03.05 category: White Papers --- :toc: macro :toc-title:
Retrospect Backup 16 includes improved support for deployment toolsets. With ManageEngine’s Desktop Central, you can deploy Windows clients throughout your infrastructure. Desktop Central supports Windows, Mac, and Linux deployments, but for this tutorial, we are going to focus on the Windows side.
Let’s walk through the process step-by-step.
Download the Windows client installer and extract the "Installer" folder with the
file and the Retrospect Client.msi
folder.public_key
Place the appropriate
file created by the engine in the pubkey.dat
folder.public_key
Create a network share under "Software Deployment → Software Repository".
Place the "Installer" folder in the DesktopCentral Software Repository directory.
Under "Software Deployment", click on "Add Package" and select "Windows".
Fill out "Package Name", select "MSI/MSP" radio button, select "Commercial" for "License Type".
For "Locate Installable:", choose "From Shared folder" which will see the Installer directory in the SoftwareRepository.
Under "Installed", click on "Browse MSI / MSP File Name". You do not need to choose a .MST file. Those correspond to languages.
Click on "Add Package".
Deploy the Retrospect client to the appropriate set of Windows machines.
You can also uninstall the client with
and the MSI file that was used for installation:msiexec
msiexec /x "path to .msi file" /qn
With this command, you can silently uninstall clients from machines.
Last Update: 05 de marzo de 2019