Hi
I am using Vb.net to make a setup project for windows application which is also developed in vb.net.
The problem is that I created a shortcut in user'desktop folder and set its target property to "Application Folder".
It install successfully but i want to invoke my application using desktop shortcut.
When I click on shortcut, it opens destination folder when my application is intalled. I want to directly execute my exe file using desktop's shortcut. Can anyone help me in this context.

Thanks