I have been reading documentation, and still just don't really "get it"
If I package an application, and have a single entry point .exe file as well as an MSI file, how do I "stream" the application to end user desktops (VIEW VMs in particular, but any desktop really) without having to have a disk large enough to "install" the applications that have been packaged?
If I use the MSI does that fully "install" the application to my target desktop? I think it is at least supposed to put down shortcuts, right? But do the shortcuts point to my network location so that the app is streamed to the desktop? Or does that only happen when I launch the app with the .exe?
I have read that VIEW (also a newbie with that) REQUIRES that one use the MSI to deliver the applications - so if the MSI installs the app to the desktop hard disk, then how does that help me keep my disk small?
What I would like to do, really is get all (or most) of my applications ThinApp packaged, and then have all users start to use the apps from the network location, and then start to deploy VIEW with the ThinApp applications being exclusively how the apps are launched. I'd like to keep my linked clone disks for win7 (the golden master copy) no bigger than maybe 25GB and still deliver all of office 2010 and 5 or 10 other verticle specific apps and the usual "reader, flash, quicktime, etc ...."
Am I chasing hot air, not really understanding something, or is what I want to do possible?