Hi
We are thinking using ClickOnce for deployment. I am not sure if this can be easily achieved while using ClickOnce. We create the ClickOnce and distribute to clients, and each client will put the clickOnce on their own network, each user of the client will run it from their local network. The application has some settings in the config file. Each client will have their own setting values (all users under the client will use the same seeting). My understanding is once the ClickOnce package created, clients can not change the config file to set their own settings, or the ClickOnce has to be re-signed. My questions are: Is my understanding correct? Is there a workaround? Can the application access the update location for files not included in the ClickOnce manifest?
Thanks,
Q