Q. Which applications shouldn't I try to virtualize with App-V?

John Savill

September 30, 2010

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. I've had a lot of people looking at application virtualization, and they often ask which applications they should virtualize. The answer is all of them, except the ones that fall into the following categories:

  1. The application has a driver. You can't virtualize drivers. If it's possible to separate out the driver then deploy the driver part to the machine using traditional means, such as System Center Configuration Manager and Group Policy, then virtualize the rest of the application you can do it, but it's not always possible.

  2. Applications that interact deeply with the OS, such as malware protection.

  3. Applications that have services that start independently of the application at system startup or logon, such as certain types of firewall clients and malware protection. You can virtualize services, but only ones that start as part of the application launch.

  4. Any part of the OS, such as Internet Explorer or Media Player.

  5. Applications that have shell extensions, such as an application that extends Explorer with additional functionality (i.e., compression).

  6. Applications larger than 4GB in size. (I can't think of any .)

  7. COM+ applications that are dynamic in nature and can't be sequenced. Normal COM or DCOM is static and can be sequenced.

You also need to remember licensing. Ensure the application will support being run on multiple computers and isn't physically tied to some aspect of the machine it's installed on.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like