Questions tagged [wyupdate]

Questions about using wyUpdate to update Windows applications with patch files generated by wyBuild. Consider using the "wybuild" tag instead.

wyBuild is a third-party tool for generating version patch files for Windows applications. These applications are updated using wyUpdate. The patch files are uploaded to a server which the application connects to during its update cycle. If a new version of the application is discovered, the appropriate patch file is downloaded and applied by wyUpdate.

This tag is a synonym of .

3 questions
1
vote
2 answers

WiX: Update version number displayed in Add/Remove Programs

I use WyUpdate to automatically deliver program updates so my customers are always running the latest version. However one problem with this approach is that the MSI installer (created with WiX 3.5) is not invoked during updates and thus the version…
Lars Tackmann
  • 20,275
  • 13
  • 66
  • 83
0
votes
0 answers

Install .NET runtimes when performing automatic update using wyUpdate

Our software is using wyUpdate for the automatic update in the application. The problem that I have, now, is that the new version of the software was updated to .NET 6, so it requires the .NET 6 runtimes to run correctly. In a standalone…
Redy000
  • 129
  • 4
0
votes
2 answers

WyUpdate - C# Console application, update not responding working... how to run synchronous?

If anyone has any feedback on why my WyUpdate application doesn't want to work please let me know. I'm trying to create a basic console application which launches the WyUpdate process, and then on completion executes my main application (which has…
Neville
  • 545
  • 1
  • 4
  • 19