-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
customInstall wrong ${isUpdated} value #8365
Comments
I'm not too sure where Here's an alternative route that could be used though! |
I'm wondering if
|
@mmaietta I was able to see the message ("I'm inside customUnInstall -> isUpdated") from customUnInit, but after that the app says there was an error and I don't get to see customUnInstall message. |
where is $1 defined? |
See comment #5633 (comment) |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Electron-Builder Version: v24.13.3
Node Version: v20.10.0
Electron Version: v28.0.0
Electron Type (current, beta, nightly): current
Target: win nsis
I have a custom installer.nsh script
I'm overriding macros customWelcomePage, customInstall, customRemoveFiles, customUnInstall, customUnInit.
when I manually upgrade my app, the ${isUpdated} is false in customInstall.. although in other macros it's true.
what am I doing wrong?
installer.nsh :
electron-builder.json:
The text was updated successfully, but these errors were encountered: