Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loadingGif takes a few seconds to show during installation. Can we make it show immediately? #456

Open
GitMurf opened this issue Jan 9, 2023 · 2 comments

Comments

@GitMurf
Copy link

GitMurf commented Jan 9, 2023

I know this has been discussed in the past but I am curious if windows-installer has/can provide a customization to make the loadingGif show immediately? I have gotten reports that some of my users click the installer several times because they don't think anything is happening. On my Windows system which is pretty beefy I notice the same issue... it takes a few seconds to show the installer Gif and I always wonder whether I properly double clicked my setup.exe or not.

I see here that electron-builder removed the delay in a fork of squirrel: electron-userland/electron-builder#374 (comment)

I am wondering if this is something windows-installer would consider? Thanks!

Also see here: Squirrel/Squirrel.Windows#77

@GitMurf
Copy link
Author

GitMurf commented Jan 9, 2023

Or alternatively (which I am fine with implementing) is there any "hook" that I could tap into with the squirrel install process that emits immediately so that I could show my own installer splash screen / GIF and then a hook when it is done so I can hide it? Then I can disable the loadingGif all together and just use my custom splash screen that will show immediately after the user double clicks my setup.exe. Is this possible?

@GitMurf
Copy link
Author

GitMurf commented Jan 9, 2023

Or alternatively (which I am fine with implementing) is there any "hook" that I could tap into with the squirrel install process that emits immediately so that I could show my own installer splash screen / GIF and then a hook when it is done so I can hide it? Then I can disable the loadingGif all together and just use my custom splash screen that will show immediately after the user double clicks my setup.exe. Is this possible?

Although now that I think about this, my plan to show this custom splash screen would be HTML / browser window which I guess wouldn't be available to me yet because Electron isn't installed yet! 🤔 So maybe this isn't an option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant