Archive for the ‘Scripting’ tag
Using VBScript to automate ThinApp
If you want to automate processes around ThinApp or you just want to extend the functionality of the product, you can use the integrated ThinApp SDK. Tim wrote a great article about that on hi blog HorizonFlux.com. If you’re interested please visit his website.
Most of the times when I talk to our customers they want some functionality in ThinApp which it doesn’t offered out of the box. For example:
- Allow to run a virtualized application only until a specific date.
- Update a configuration file every time the applications is launched.
- Allow an application only to be executed when user is inside the corporate office.
- Messure the usage of an application.
- Enforce licensing restriction.
- And so on…
While such functionality, as already said, isn’t offered by ThinApp out of the box there is something else much more powerful available.
Link: http://www.horizonflux.com/thinapp-scripting-with-vbscript/
Using Client Information in VMware View
The VMware View Client delivers useful information to the VMware View Agent which can be found in the virtual desktops Windows registry. This information can be used by scripts i.e. for mapping the right network printer based on the location of the View Client device.
Running scripts on connect/reconnect
Login scripts are very important to administrators because they can manage to connect network drives, printers ,do personalization of user session and a lot more. But what, if the user just reconnects after an RDP disconnect? In bank environments i.e. the users are working with hot desks very often where they disconnect a session move to another office or desk and just reconnect their session again.




