How to deploy DisplayLink MSI files in a corporate environment with GPO or SCCM
Introduction
This article is intended to give a Windows Administrator a brief overview of Deploying DisplayLink’s Corporate Installer across a Windows Active Directory Domain.
DisplayLink provide the Microsoft Installer files, or a driver package to allow remote deployment of DisplayLink software. This article covers the deployment of the MSI files.
Deployment of a driver package, using an INF file, is covered in this article.
Target Audience
Any IT Professional who is familiar with Windows Server, Group Policy, and deploying software company-wide via Group Policy Software Installation (GPSI) or via SCCM (System Center Configuration Manager)
Corporate Install Download
DisplayLink corporate install images can be downloaded from: http://www.displaylink.com/downloads/corporate
System Compatibility check
It recommended that a system compatibility check is run on the PC system before deploying the DisplayLink software.
For more information about the System Compatibility Check, please refer to this article.
Deploying the DisplayLink Software using the MSI files
It is not possible to install these MSI files just by double
clicking them to install. If User Access Control (UAC) is enabled on the tested
machine during an installation, the
audio and Ethernet drivers will silently fail to install due to an
“access denied” error (even if a user is prompted for elevation).
If testing without using GPO, start the installation from command line with administrative privileges. The following commands can be used to install the MSI packages using msiexec on the command line:
V9.0 OR LATER
msiexec /i %SETUP%\DisplayLink_Win7-8.1.msi /norestart /quiet
Windows 10 Redstone (Build 10.0.14393 and later)
msiexec /i %SETUP%\DisplayLink_Win10RS.msi /norestart /quiet
V8.4 to 8.6
msiexec /i %SETUP%\DisplayLink_Win7-10TH2.msi /norestart /quiet
Windows 10 Redstone (Build 10.0.14393 and later)
msiexec /i %SETUP%\DisplayLink_Win10RS.msi /norestart /quiet
V8.0 TO V8.3
msiexec /i %SETUP%\DisplayLink_Win7-10TH2.msi /norestart /quiet
Windows 10 Redstone (Build 10.0.14393 and later)
msiexec /i %SETUP%\DisplayLink_Win10RS1.msi /norestart /quiet
About the DisplayLink MSI files
9.0 or later
A single MSI file can be deployed. The version of the MSI file differs depending on the Windows OS version, as the graphics architecture changed in Windows 10.
The corporate install zip file contains the following files from v9.0:
- Win32
- DisplayLink_Win10RS.msi
- DisplayLink_Win7-8.1.msi
- Win64
- DisplayLink_Win10RS.msi
- DisplayLink_Win7-8.1.msi
DisplayLink_Win10RS.msi must be deployed to systems running Windows 10 Redstone onwards (OS build 10.0.14393)
8.4 until 8.6
The corporate install zip file contains the following files from v8.4:
- Win32
- DisplayLink_Win10RS.msi
- DisplayLink_Win7-10TH2.msi
- Win64
- DisplayLink_Win10RS.msi
- DisplayLink_Win7-10TH2.msi
DisplayLink_Win10RS.msi must be deployed to systems running Windows 10 Redstone onwards (OS build 10.0.14393)
8.0 until 8.3
From V8.0 a single MSI file can be deployed. The version of the MSI file differs depending on the Windows OS version, as the graphics architecture changed in Windows 10 Anniversary update 2016.
The corporate install zip file contains the following files from v8.0:
- Win32
- DisplayLink_Win10RS1.msi
- DisplayLink_Win7-10TH2.msi
- Win64
- DisplayLink_Win10RS1.msi
- DisplayLink_Win7-10TH2.msi
DisplayLink_Win10RS1.msi must be deployed to systems running Windows 10 Redstone onwards (OS build 10.0.14393)
Windows 10 postponed installation
From now on, IT can now centrally distribute the driver to all clients and when the MSI driver executes:
- Driver will be updated straight away, if no DisplayLink product is connected,
- Driver will be updated at the next machine reboot/plug-unplug, if DisplayLink device is detected in use.
- Windows Service
Setting up the GPOs and File Shares
At the time of writing, our MSI's are available in 32-bit and 64-bit. If you have both 32-bit and 64-bit Operating Systems in your organisation, you’ll need to create two GPOs; one for 32-bit and one for 64-bit. For reference, the 32-bit installer will not install on a 64-bit OS.
Also as above the MSI used is OS dependant
DisplayLink_Win10RS.msi must be deployed to systems running Windows 10 Redstone onwards (OS build 10.0.14393)
Setting up the File Shares
- Download the DisplayLink Corporate install files from here: http://www.displaylink.com/corporateinstall/
- Create or use an existing file share for deploying software and drivers. The share must be accessible by the System user in order for GPSI to install the software on the target PCs
-
Extract
the .zip that was downloaded into a DisplayLink MSI directory on your network
file share.
Your extracted files
should look like this:
Creating the GPO
- Create a new Group Policy Object (GPO) in the Group Policy Management Console (GPMC) In this guide, we’ll be calling it DisplayLink Device Driver Deployment RS - 64-bit. You may wish to call it something else, particularly if you’re only interested in deploying the DisplayLink driver, and not extra drivers, such as Ethernet.
- Put the 64-bit DisplayLink_Win10RS1.msi onto a network file share.
-
Edit the GPO you just
created, and go to:
Computer Configuration > Policies > Software Settings > Software installation
-
Right click
> New > Package...
- Add and Assign DisplayLink_Win10RS.msi
Targeting Operating System Version
To ensure that only the correct MSI is installed on the correct architecture and operating system version, it’s necessary to utilise Group Policy’s WMI Filtering to target the correct OS architecture and version
Targeting
only 64-bit RS Onward Operating Systems (using
DisplayLink_Win10RS.msi )
Setting up the WMI Filter
- Open up the Group Policy Management Console (GPMC)
- Locate WMI Filters
- Right click on WMI Filters and choose “New…”
- Give the WMI Filter an appropriate name and description. For example, “Windows 10”
- Click Add, to add a new query
- Add the following Query:
select * from Win32_OperatingSystem WHERE (Version like "10.0.%") AND (BuildNumber >= "14393") AND (ProductType="1") AND (OSArchitecture = "64-bit")
- Click OK, then Save
Targeting
only 64-bit Windows 7-10TH2 Operating Systems (using
DisplayLink_Win7-8.1.msi )
Setting up the WMI Filter
- Open up the Group Policy Management Console (GPMC)
- Locate WMI Filters
- Right click on WMI Filters and choose “New…”
- Give the WMI Filter an appropriate name and description. For example, “Windows 7”
- Click Add, to add a new query
- Add the following Query:
select * from Win32_OperatingSystem WHERE (Version <"10.0.14393" or Version like "6.%") AND (ProductType="1") AND (OSArchitecture = "64-bit")
- Click OK, then Save
Setting up SCCM
This section will only explain how to deploy the DisplayLink Software using SCCM. A requirement for this is a working Active Directory and SCCM environment with the Configuration Manager Client installed, or being pushed, to the target machines.
This guide is showing the install of x64 bit Windows 10 RS1 onward, these steps will also work for x32 bit and other supported Windows OS's
Setting up the File Share
- Download the DisplayLink Corporate install files from here: http://www.displaylink.com/corporateinstall/
- Create or use an existing file share for deploying software and drivers. The share must have at least read permission rights for the end users in order for SCCM to install the software on the target PCs.
- Extract
the .zip that was downloaded into a DisplayLink MSI directory on your network
file share.
Your extracted files should look like this:
Creating the installation packages
- In
Software Library \ Overview \ Application Management \ Applications
, create a new application: - Select “Automatically detect…” and “Type” as “Windows Installer (*.msi file)”. Browse to the network share used and select the “DisplayLink_xxxxx.msi” file.
- If everything is correct, the following screen
should appear:
- Give the application a name, in this case the
64-bits version is being created. The name given here will appear in the list
of applications in SCCM.
- When the creation of the application is complete,
the following screen appears.
Setting the device collections
- In Assets and Compliance \ Device Collections, create new device collections suitable for your corporate OS deployment
- In this example, we are using Windows 10 RS1 (OS build 14393): Create your device collection. Right click and select Properties.
- Add query statement. Edit query statement to look as below.
- OK this page and apply to device collection.
Deploying the application
- Navigate back to the application that was created earlier.
- Righ click on this application and select deploy.
- Select the device collection that the application is going to be deployed to.
- Distribute this to your distribution points.
- Select either an available deployed or a required depoyment.
- You should now see this page displayed.
Testing the DisplayLink software deployment
Testing GPO
It’s best to test the GPO works before rolling it out company-wide:
- Make a Test OU and put a few Test or Lab PCs in the OU. Call it something like “DPinst Test Computers”
- Apply the DPinst GPO to the Test Computer OU
- If your AD DC infrastructure is large, you may need to wait a while for the new GPO to propagate around.
- On the test computers, add a domain user as a Limited Account on the Test PCs
- Run: gpupdate on the Test PCs
- Reboot the Test PCs
- Log in as the limited user and plug in the DisplayLink device. If the Drivers install successfully, everything went OK. If the drivers didn’t install, wait a while and reboot again. It may be that Group Policy wasn’t refreshed properly on the Test PC, or the GPO hasn’t propagated fully yet. It can sometimes take two or three reboots to pick up the new Group Policy settings.
- Once everything works as expected, it should then be safe to deploy the solution onto the corporate network.
Rolling out the Driver
To roll out the driver, simply link the GPO to which Computer OU you want to deploy the driver to.
After installation
In order for the DisplayLink-enabled hardware to function properly, a subsequent reboot may be required after GPSI has installed the DisplayLink software on the end-users machine. This is normal, as installing a graphics driver under Windows usually requires a reboot, post-installation.
Testing SCCM
If successful you should see the following window.
Uninstalling the MSI installed Drivers
Follow this article for instructions on how to uninstall the MSI files