We have a system where we need to install this on 80+ client machines. We thought that ClickOnce might be a good option, but we are hoping to have a 'drop folder' where our Creative team can drop new images for the application. Once they do this, they can also update a config file that points to the images. Each of these changes should trigger a download of whatever new images is present. It doesn't seem that ClickOnce will work for this. We are expecting to know exactly where the app is installed and I don't believe ClickOnce can do that. I have seen nothing about overriding the installation location in ClickOnce deployments.
I've been reading everything I can on this, but I'm not finding any situations that are similar to ours. Any suggestions on where I should head with this?
Thanks! Mark