AutoUpdater.NET
AutoUpdater.NET copied to clipboard
Call start without xml file and hide close button in extract form
Hello, i use ParseUpdateInfoEvent and CheckForUpdateEvent to update. First, with ParseUpdateInfoEvent, i give infomation CurrentVersion,ChangelogURL,DownloadURL,Mandatory. So, i want to call AutoUpdater.Start without xml file path. Second, i use CheckForUpdateEvent to call update job, i want to hide close button in extract form, because if user click close button while extracting(copy and replace) that maybe incomplete files and app error.
You can put the .xml in the shared folder and then access
AutoUpdater.Start(@"\\Shared file directory\AutoUpdaterTest.xml");
I want to know if I can set the FormBorderStyle of ZipExtractor.FormMain to None to hide the close button