I’ve created a wpf application and its installer with Clickonce. But running installer on another computer causes exe file creation in Start-Programs-Microsoft. What should I do to make installer create a folder in Program files?
By the way, I also want a program to create a desktop shortcut, I put make the “Make desktop shortcut” checkbox enabled when customizing publishing options, but nothing happens.
I’ve created a wpf application and its installer with Clickonce. But running installer on
Share
Clickonce doesn’t allow to specify a folder in Program Files, the solution was to create a Setup Project within the solution.