General

Here are a few notes from my recent install of the App-V 5 Server install. Check out the  Management Server Prereqs to ensure you’ve got everything covered The following Powershell command line will install the Web Server with IIS role enabled and the relevant features:  dism /online /enable-feature /featurename:IIS-WebServer /featurename:IIS-WebServerRole /featurename:IIS-WindowsAuthentication /featurename:IIS-ISAPIFilter /featurename:IIS-ISAPIExtensions /featurename:IIS-RequestFiltering /featurename:IIS-NetFxExtensibility /featurename:IIS-ASPNET
Read More

A quick post on Java Web Start links and something you might want to consider when deploying out a shortcut to your environment. In my current environment with Win7, IE9 and Java installed when a user types in a java web start url (.jnlp)  into IE, the file is downloaded and the java application is
Read More

App-V Netscaler Visual Layout

Recently I was asked to assist in setting up a Citrix Netscaler to load balance two App-V servers. Having had no hands on experience with a Netscaler before, I jumped on the net to see what information I could find. Very little specific information came up and so I’ve detailed how I got the load
Read More

Heres a quick demo of the WIX based tool that I have been working on to automate the generation of MSIs to install drivers. Its still a work in progress at the moment, but I hope to be able to release it in the future for public use. Check out the video. Sorry, theres no
Read More