#electron-builder custom window

7 messages · Page 1 of 1 (latest)

jagged star
#

Hey guys,

I'm pretty new to electron. I'm using electron-builder to package my app and create the installer. It works perfectly well, I'm aiming ONLY windows for the moment, and I would like to know if it's possible to customize the installer window ? I would like to keep the default behavior, but have an installer that match my app style and theme.
And if it possible for uninstaller too, it would be really nice !

Thanks

long linden
#

Since you are most likely using a NSIS target to build your windows binary, get ready to deep dive into NSIS script language.

Entire installation logic is defined by such a script.

Spend some weeks, write it, debug it and pass it to electron-builder

jagged star
halcyon perch
jagged star
#

And from what I read this does not gives the auto update feature, which I do needs tho