Hi all, I have a WPF Application that uses ClickOnce. In my application I reference a satellite assembly that contains all the resources (messages, images, styles) for a specific customer and this assembly change from customer to customer. It is possible to use ClickOnce to deploy any updates of my application avoiding to delete this satellite assembly on the client machine?
Thanks in advance!