AutoUpdater.NET: Extractor fail to extract/replace all or some file
I face an issue lately (I believe this is happening after the latest Windows update), where in some cases the extractor fails to extract/replace some or all of the files.
private void SoftwareUpdate()
{
AutoUpdater.AppTitle = "PayrollPlus";
AutoUpdater.LetUserSelectRemindLater = false;
AutoUpdater.RunUpdateAsAdmin = true;
AutoUpdater.ShowSkipButton = true;
AutoUpdater.Start(@"https://www.codeworks.com.cy/cw!Downloads/PayrollPlus/ver-10.1/updater/updater.xml");
}
This happens both with version 1.4.10 & 1.4.9.
<item>
<version>10.1.28.0</version>
<url>https://www.codeworks.com.cy/cw!Downloads/PayrollPlus/ver-10.1/updater/updater.zip</url>
<changelog>https://www.codeworks.com.cy/cw!Downloads/PayrollPlus/ver-10.1/updater/index.html</changelog>
<mandatory>true</mandatory>
</item>
I do not know why this is happening. The extract path is C:\Program Files (x86)\Codeworks Ltd\PayrollPlus
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 16 (6 by maintainers)
@tasossavva Updated NuGet package with the fix.