Ease Software Installations in a CDI
One feature I like about Kasm’s containerized virtual infrastructure is that the docker images are constantly checking for an update from docker hub. This keeps the base OS and software patched and the software up to date.

Time Consuming, Error Prone and Stale Software Install in legacy VDI
In the last page we briefly mentioned software packaging and how time consuming it can be even if you are using an image management solution because you have to follow a wizard before “sealing” the layer. Then repeat for every application you have, and then repeat again to keep them updated. Ouch!





Software distributors have agents (middle man) on the target endpoints to invoke the command line and run an msi with a silent switch like the example below. The executable is often outdated because it was downloaded from the vendor’s site and placed on a network share to distribute to endpoints.
VDAWorkstationCoreSetup.exe /quiet /controllers "Contr-East.domain.com" /enable_hdx_ports /noreboot
In the next page we will cover another VDI challenge which is right sizing and cost and how a containerized desktop infrastructure helps the case.