Free solution for automatic updates with a .NET/C# app?

前端 未结 7 2215
礼貌的吻别
礼貌的吻别 2020-12-22 23:55

From searching I can see this has been asked time and time again, but not adequately enough, so here goes. I\'m a hobbyist developer with no budget. A program I\'ve been dev

7条回答
  •  独厮守ぢ
    2020-12-23 00:21

    You even can not to develop an external application but implement it as your application's module, e.g. into namespace Update, and use dynamic assembly builder to generate an exe, start it and exit app main, start it again when update will be finished.

    Some more info.

提交回复
热议问题