Can I ask the user WHERE to install the application during install time?
Most setups prompt the user where to install the application, I\'m sure you are familiar with it. How ca
No, you can't. ClickOnce install the application in a user's AppData folder it's not installed like a traditional application. If you want to have more control over stuff like this you need to write your own installer.