Pavel Nedkov

Results 6 comments of Pavel Nedkov

I have the same issue in Safari.

I have a similar issue with electron-builder version 24.13.3 on Windows 11. When I try to launch the nsis installer it crashes with the following error: Faulting module name: System.dll,...

The reason I turn to you is because the installer fails only with a specific set of attributes and not every time. For me it seems it has something to...

I have already tried turning off security features including DEP but it didn't do the trick. I also found similar resources on the exception code but I am using a...

Hello again, I managed to find where the problem occurs. It's on this line of the multiUser.nsh - https://github.com/electron-userland/electron-builder/blob/3d8e402f0ff1930de9c009dd78ee6dd8fe9c6133/packages/app-builder-lib/templates/nsis/multiUser.nsh#L30 When we have a fresh installation it goes into the else...

I managed to resolve the problem by using a before-build script which replaces the multiUser.nsh file with a custom one before build.