AutoUpdater.NET icon indicating copy to clipboard operation
AutoUpdater.NET copied to clipboard

Call start without xml file and hide close button in extract form

Open mrsiro789 opened this issue 4 years ago • 2 comments

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.

mrsiro789 avatar Nov 23 '20 07:11 mrsiro789

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

zlyxm avatar Oct 23 '21 00:10 zlyxm