How do I dictate the destination folder of a clickOnce application?

后端 未结 3 1195
一整个雨季
一整个雨季 2020-12-07 01:21

How do I dictate the destination folder of a clickOnce application?

相关标签:
3条回答
  • 2020-12-07 01:48

    As a further to the above, this is a security feature. Allowing websites to install software to arbitrary locations on someone's harddrive somewhat automatically is a bad idea.

    0 讨论(0)
  • 2020-12-07 01:56

    One Click application directly installs into the user profile directory. There is no way you can install it to your Programme files. To customize the your application use Installaware Admin http://www.installaware.com/studio-admin-features.htm

    0 讨论(0)
  • 2020-12-07 02:11

    This is not possible with ClickOnce. ClickOnce applications are always installed in the Apps subdirectory of local application data.

    0 讨论(0)
提交回复
热议问题