I would like to use Cameyo to deploy packaged apps to my clients, on an AD environment.
I currently use a Windows 2008R2 VM to host all the packages downloaded from the online library (Acrobat Reader, 7-Zip, Notepad, ...) and a Windows 7 x64 VM as my test client.
By GPO, I copy the apps to the Win7 VM, and then use them.
It is a correct way to deploy, but there are other options too.
For example, running the package from a central location with -FullIntegrate will do the job of copying the executable locally and integrating its shortcuts to the user's start menu & desktop.
But your approach is also good. Does it work for you?
In fact, I'm facing a problem with file association (ie pdf files).
The virtual package works great, but the first time the user launches his computer (the morning), he has to open first Acrobat Reader before open the pdf file (witch appears with the no-application icon).
Is there a way to make the association silently?
Also, when i start the -fullintegrate in a cmd window, the app crashes.