Using ThinApp to Troubleshoot Misbehaving Applications
One of my customers had a challenge with a nonpersistent VDI pool. They were using a web app that required some specialized software in order to work. That specialized software installs per user, when the web app is executed. On persistent desktops, it’s not too big of a deal, since the user installs it once and is good to go. On the nonpersistent pool, it proved to be a pain point, as it was prompting to install every day for every user. After digging into it a bit, it turned out that the key to the install was a .cab file. Extracting that file didn’t prove helpful, so I went another route. If you buy VMware View, you get ThinApp along with it. So, I ThinApped Internet Explorer and set it to WriteCopy isolation mode. I stuck the executable onto a file share and created a ‘thinstall’ folder alongside it (so that the sandbox for that package would reside on the file share). Once that was in place, I instructed one of the desktop administrators to execute that ThinApp and per