I have many programs in my system using Clickonce installation. Some of the programs need to start other programs. Is there a process in which i can determine if the application is already installed and launch it, else launch the installation from the Clickonce location?
For example, User 1 has already installed Program-A, Program-B and Program-C. An option in Program-A requires that I run Program-B, another option requires that I run Program-F. Program-B is installed, while Program-F has not been installed yet.
I can always launch the Clickonce installation, but if the program is already installed, how do I find and launch it instead?
One thing I tried that seemed to work for me was to always launch this
http://MyServer/ClickOnce/Program-F/Program-F.application
But my users are saying that this does not work for them.