The Device Manager installation MSI package lets you install the Device Manager using automation.
When installing the Device Manager using the MSI, you can pass the following arguments:
- CUSTOMERGUID
- SCMESSAGINGURL
The format of the arguments is as follows:
msiexec.exe /i DMInstaller.msi /qn CUSTOMERGUID=aGuid SCMESSAGINGURL="the scmessaging url" /l* DMInstaller_arg.log
To download and extract Device Manager for automated deployment
- In Service Center, click Site Management > Sites.
- Click the Site Name to which you want to download the Device Manager.
- Click Download and select Windows Device Manager > Device Manager MSI .
- Navigate to the folder where the setup package was downloaded. Extract the .zip file and run the SetupDM application.
- Click Save to choose a location to save the installer.
To install the Device Manager using MST
- Download the Device Manager MSI using the To download and extract Device Manager for automated deployment procedure above.
- Ensure DMInstaller.mst is in the same folder as DMInstaller.msi.
- In a Command Prompt window, type:
msiexec.exe /i DMInstaller.msi /qn TRANSFORMS="DMInstaller.mst" /l* DMInstaller_mst.log
To install the Device Manager using MWSetting.xml
- Download the Device Manager MSI using the To download and extract Device Manager for automated deployment procedure above.
- Ensure that MWsetting.xml is in the same folder as DMInstaller.msi.
- In a Command Prompt window, type:
msiexec.exe /i DMInstaller.msi /qn /l* DMInstallerl_xml.log
To deploy the Device Manager installer through Group Policy Objects (GPO)
- Download the Device Manager MSI using the To download and extract Device Manager for automated deployment procedure above.
- Unzip the .MSI to a network shared folder.
- In your Domain Server, open Server Manager, then click Tools and open Group Policy Management.
- In the Group Policy Management console, right-click the domain name Windows.ae, and click Create a GPO in this domain, and link it.
- In New GPO, in Name, type a name. Click OK.
- On the Group Policy Management console, right-click the GPO you just created and click Edit.
- In the Group Policy Management Editor, under Computer Configuration, expand Policies, then expand Software Settings.
- Right-click SoftwareIinstallation. From the context menu, click New > Package.
- In the Open dialog box, browse to the network shared folder, click DMInstaller.msi, then click Open.
- In the Deploy Software window, ensure that the Assigned option is selected, then click OK.
- Wait for few seconds, then verify DMInstaller is listed in the Group Policy Management Editor.
- Log onto your client computer.
The target client machine must be in the domain. - In a Command Prompt window, type:
gpupdate /force