I'm lost. I have tried Click Once deployment and windows installer as a .msi package. I prefer to use MSI. I have followed several tutorials which all say the same thing, but when followed exactly, my application is installed, appears as it should, but the program will not launch by double clicking icon or right-click and run as administrator.
The process I am following is to add a setup project, add a primary output to the application folder, create a shortcut to primary output in the user's desktop and program menu. Build project. MSI is in bin/Debug or bin/release depending on which was used to build. The MSI file is available.
I double clicked the MSI. Proceed through the wizard and it successfully installs. I see the shortcuts and it is installed, but it will not start. It looks like it tries when double clicked, but then... nothing. Any ideas why?