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

feat: add nsis option to remove the default uninstall welcome page #7141

Merged
merged 2 commits into from Sep 19, 2022
Merged

Conversation

moulinierf
Copy link
Contributor

add nsis option to remove the default uninstall welcome page
nsis

until now we can't modify the default unwelcome page, this feature adds the option removeDefaultUninstallWelcomePage to give the possibility to remove from the nsis option this default page in order to custom it in the installer.nsh BREAKING CHANGE: the nsis option removeDefaultUninstallWelcomePage is used in the assistedInstaller.nsh to decide if we must add the MUI_UNPAGE_WELCOME or not. based on the issue based on this issue https://github.com//issues/6987

<subject>add nsis option to remove the default uninstall welcome page</subject>
<BLANK LINE>
<Scope>nsis</scope>
<body>until now we can't modify the default unwelcome page, this feature adds the option removeDefaultUninstallWelcomePage to give the possibility to remove from the nsis option this default page in order to custom it in the installer.nsh </body>
<BLANK LINE>
<footer>BREAKING CHANGE: the nsis option removeDefaultUninstallWelcomePage is used in the assistedInstaller.nsh to decide if we must add the MUI_UNPAGE_WELCOME or not. based on the issue based on this issue #6987 </footer>
@changeset-bot
Copy link

changeset-bot bot commented Sep 16, 2022

🦋 Changeset detected

Latest commit: 70bd60d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
app-builder-lib Minor
dmg-builder Minor
electron-builder-squirrel-windows Minor
electron-builder Minor
electron-forge-maker-appimage Minor
electron-forge-maker-nsis-web Minor
electron-forge-maker-nsis Minor
electron-forge-maker-snap Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@netlify
Copy link

netlify bot commented Sep 16, 2022

Deploy Preview for car-park-attendant-cleat-11576 ready!

Name Link
🔨 Latest commit 70bd60d
🔍 Latest deploy log https://app.netlify.com/sites/car-park-attendant-cleat-11576/deploys/63249bd26f3cdc0008507c96
😎 Deploy Preview https://deploy-preview-7141--car-park-attendant-cleat-11576.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@mmaietta mmaietta changed the title <type>feat</type> feat: add nsis option to remove the default uninstall welcome page Sep 16, 2022
@mmaietta
Copy link
Collaborator

LGTM. Can you clarify how this is a breaking change though? Seems with the default as false, the current functionality is being preserved

@moulinierf
Copy link
Contributor Author

Hello Mike,
You're right the value false preserves the current behavior.
I thought that the add of a new nsis option was big change, but it's my first contribution on the project.
if it's ok for you go ahead.
thanks

@mmaietta mmaietta merged commit d71a579 into electron-userland:master Sep 19, 2022
@mmaietta
Copy link
Collaborator

Thanks for the contribution! :)

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

Successfully merging this pull request may close these issues.

None yet

2 participants