clowd / Clowd.Squirrel

Quick and easy installer and automatic updates for cross-platform dotnet applications
427 stars 39 forks source link

Progress dialog title has a random process name #178

Closed luislhg closed 10 months ago

luislhg commented 1 year ago

Any way to change this random title "squF8D3.tmp.exe"? image

KennyTK commented 1 year ago

I don't think this dialog box is intended function. Could you share a code snippet or example project that causes this to happen?

luislhg commented 1 year ago

In Squirrel pack command just add a framework dependency, such as "squirrel pack --framework net6" and make sure to run the installer in a machine that does not have this .NET runtime installed.

Squirrel will open a dialog for each missing dependency/framework that it's installing.

This is the piece of code doing it: image

caesay commented 12 months ago

This dialog is only shown if you do not provide a splash image. If you provide your own splash image, this image is shown instead. However, I do think we can improve this dialog.