It is necessary to make an auto update for the program created in winforms. I found a solution here , but on implementation in the project, it does not work, or it downloads a new version to the Downloads folder or nothing happens at all. Maybe there is someone who used this library, tell me it should be, the library simply downloads without replacing the source file, or am I doing something wrong?
- And you do not want to look in the direction of ClickOnce ? Yet the "native" technology from MS. - Dmitry D.
- @DmitryD. I want to, but I haven’t found a normal installation manual, I'm new to c # and it’s hard for me without a good example. Plus, I read somewhere that if the user is not admin on the computer, then there may be problems with ClickOnce. - Winteriscoming
- Look towards NAppUpdate . It is also available through NuGet. It seemed simpler and more reliable than AutoUpdater.NET, there are demo examples in the delivery to make it easier to understand. - BlackWitcher
|