I am developing an application, which I want to deploy on my VMWare VDI. I want the application to start as soon as the user logs on to his/her desktop.
I have a golden image of Operating System (Windows 7) which is pushed to all machines at startup, and a user specific network share which is permanently mounted & available. I can either place the files on the golden image and edit the startup registry, or place the files on the network share and point the startup registry to this.
Which method will be best suited? or any other suggestions?