Ok, I have just created build a software (Deployment) in VB.net. However, when I click on the icon open the program after installing, to my utter amazement, the program folder which is located in the Program Files in the Drive C, is opening to me!
I don't want that to open of course, I just want that when I click on the icon on the desktop, the software opens to me directly, not its folder in the Program Files in the Drive C.
Below is the technique I used to build it:
After that, I click on Application Folder and put True to AlwaysCreate in the property. I did this also for BOTH User's Desktop and User's Program Menu.
Then, I right-click on on BOTH User's Desktop and User's Program Menu to create a short-cut, giving them the same name.
Finally, on BOTH short-cut's property, I put the Target as Application Folder. Then build.
Can you help me how to not get the software folder located in the Program Files in Drive C to not open from there when I click on the icon after building it?
Thank you!