-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
feat(windows): NSIS uninstaller icon and header image support #15201
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
Merged
Legend-Master
merged 26 commits into
tauri-apps:dev
from
Kokoro2336:feat/nsis-uninstaller-icon
Apr 8, 2026
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
66a0e56
feat: NSIS uninstaller support.
Kokoro2336 25372c3
chore: fix typo and update schema.
Kokoro2336 701dde7
fix: comments and alias.
Kokoro2336 bcab68d
fix: add pages for uninst sidebar.
Kokoro2336 ecc5d08
chore: fix typo in comments of fields.
Kokoro2336 6506140
fix: group HEADERIMAGE.
Kokoro2336 56f5e2b
fix: remove welcome/finish of uninstaller.
Kokoro2336 b2278cb
fix: remove uninstaller_sidebar_image.
Kokoro2336 f6ffd33
Update crates/tauri-utils/src/config.rs
Kokoro2336 19f10ef
chore: revert comments.
Kokoro2336 f356880
Merge branch 'feat/nsis-uninstaller-icon' of github.com:Kokoro2336/ta…
Kokoro2336 d1aafa2
chore: update schema.
Kokoro2336 7b3cebc
Update crates/tauri-utils/src/config.rs
Kokoro2336 84c373e
Update crates/tauri-utils/src/config.rs
Kokoro2336 2a1adbe
fix: typo of installer_icon.
Kokoro2336 7d31bed
chore: add change file.
Kokoro2336 120ac07
fix: typo.
Kokoro2336 7e95853
Merge branch 'dev' into feat/nsis-uninstaller-icon
Kokoro2336 16b4db1
chore: update config.json.
Kokoro2336 ff6ee87
Merge branch 'feat/nsis-uninstaller-icon' of github.com:Kokoro2336/ta…
Kokoro2336 96e798a
Update .changes/feat-uninstaller-icon-image.md
Kokoro2336 2408fcd
fix: revert alias.
Kokoro2336 d59546b
chore: update comments in settings.rs.
Kokoro2336 f2ab5d6
chore: update comments.
Kokoro2336 c12ec08
fix: installer.nsi
Kokoro2336 a1a466e
fix: installer.nsi
Kokoro2336 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| "tauri-bundler": minor:feat | ||
| "tauri-cli": minor:feat | ||
| "@tauri-apps/cli": minor:feat | ||
| "tauri-utils": minor:feat | ||
| --- | ||
|
|
||
| Added uninstaller icon and uninstaller header image support for NSIS installer. | ||
|
|
||
| Notes: | ||
|
|
||
| - For `tauri-bundler` lib users, the `NsisSettings` now has 2 new fields `uninstaller_icon` and `uninstaller_header_image` which can be a breaking change | ||
| - When bundling with NSIS, users can add `uninstallerIcon` and `uninstallerHeaderImage` under `bundle > windows > nsis` to configure them. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.