Geert van Horrik

Results 221 comments of Geert van Horrik

I saved all setup files, so I can replay this as often as needed. Squirrel-update.log (seems fine): ``` [09/05/25 18:14:56] info: FileDownloader: Downloading file: [redacted]/logviewer-1.4.0-alpha1159-full.nupkg [09/05/25 18:16:11] info: ApplyReleasesImpl: Writing...

Just to check: it should not fail because with Squirrel we used the app title (`Log Viewer`) where we don't set the packTitle using velopack (so it's `LogViewer`)? If I...

Just checking, we use the self-update mechanism from Squirrel (see https://github.com/Squirrel/Squirrel.Windows/blob/develop/src/Squirrel/UpdateManager.ApplyReleases.cs#L397). I thought about auto-detecting in our libs that a migration is taking place, but if someone closes the app...

I was going through the source code to see if I could PR it, but I am not (very) familiar with rust (not enough to help out on that part)....

Can confirm it works for us: 1. Squirrel.exe is replaced with velopack 2. Running the (old) shortcut on the desktop starts the migration 3. Desktop icon gets replaced 4. App...

Seems to be a WPF issue (see https://github.com/dotnet/wpf/issues/277). Maybe Catel can make sure that child windows get closed first.

Tried detecting when this happens, but no luck so far. Will first fix the app itself by closing in the "right order".

Thanks for the change, I think this is a good change. But.... it's also a breaking change so we need to investigate the impact of this change. We will look...

Manually copying over the code to add it to the 6.0.4 hotfix release.