I am considering using ClickOnce for a legacy Windows Forms application. I have several questions related to ClickOnce itself.
- Does a user need administrative privelages to install the ClickOnce application?
- Can the ClickOnce application access the local file system?
- When does an end-user experience security prompts?
- Can the application be served over https://?
- Can the application make calls to services hosted on https://?
- Can the application be served over SSL?