Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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

like image 518
user23149 Avatar asked Sep 28 '08 07:09

user23149


People also ask

Where are ClickOnce applications stored?

Every ClickOnce application installed on a local computer has a data directory, stored in the user's Documents and Settings folder.

How do I manage updates for a ClickOnce application?

With a project selected in Solution Explorer, on the Project menu, click Properties. Click the Publish tab. Click the Updates button to open the Application Updates dialog box. In the Application Updates dialog box, make sure that the The application should check for updates check box is cleared.

Where is the ClickOnce cache?

A ClickOnce cache is a family of hidden directories under the Local Settings directory of the current user's Documents and Settings folder. This cache holds all the application's files, including the assemblies, configuration files, application and user settings, and data directory.


2 Answers

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

like image 72
Sören Kuklau Avatar answered Sep 17 '22 13:09

Sören Kuklau


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.

like image 43
Matthew Scharley Avatar answered Sep 21 '22 13:09

Matthew Scharley