Hi All,
I have a console application and I want to deploy/share it using some msi/setup.exe file. I have used Visual Studio Setup Project type. I have created a desktop shortcut in User's desktop folder. But I can not point this shortcut to the application .exe file, it only allow to add application folder.
So what I want, once I install my application (using the msi/exe), it will create a shortcut in desktop, and then when I will click the shortcut it should open the application directly, and not the application folder.
Thanks, Pritam