views:

60

answers:

1

I have to create a folder by doing coding in ClickOnce installer. I need to add plugins to my application which i want to download in a separate folder. for that i need to add a folder where all my plugins will be downloaded. Whenever any new plugin is available with the main application then it'll get downloaded in this custom folder(say Documents and Files) and then when i run my application then it asks me that updates are available, do i want to download? Please help.

A: 

You're going to need Full Trust to access other folders on the installed system.

You can create a separate initial installer for you application, but it still uses Click Once mechanics.

I suggest you explore your options under "Prerequisites" in the Click Once settings for the project and adding a Custom prereq.

Brett Veenstra