We are developing a frame application that supports many vendor devices. Devices are installed as plugins inside the frame application. But device plugins are not included in the control panel - Add Remove Programs or MSI.
We load device plugins as a zip file that contains XML data and several DLL files.
What is the recommended solution available in .NET , so that whenever a device is last updated, our system can detect and automatically update it via the Internet.
ClickOnce seems like a black box. We need to inform the client that there are updates for the list of devices.
One example would be the Ubuntu Update manager.
user90150
source
share