简体   繁体   中英

Enable installation location chooser when installing an application published on Azure blob storage

I have a .Net desktop application published to Azure blob storage I followed this link to do so. The user can install the application by accessing a public blob link eg: https://root.blob.core.windows.net/appcontainer/publish.htm

By default, the application is installed to

C:\\Users\\username\\AppData\\Local\\Apps\\2.0

My question is, how to change the default installation path? or how can I make the user choose the installation location if applicable?

I'm using visual studio 2015 to publish the desktop application

My question is, how to change the default installation path? or how can I make the user choose the installation location if applicable?

As far as I know, for privilege and security concern, ClickOnce always install an application in the user Application Cache per user, and it does not enable user to choose the installation location. If you'd like to enable user to install application with a user specified installation location, you could use other installer technology.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM