Skip to content

Conversation

@akleshchev
Copy link
Contributor

Fix silent uninstall asking about registry. Add an argument to clear registry without asking.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adjusts the Windows NSIS uninstaller script to better support non-interactive uninstalls and to add an explicit flag to clear registry keys without prompting.

Changes:

  • Skips the “Delete program files” confirmation dialog when $SKIP_DIALOGS is set.
  • Adds support for a /clearreg command-line option intended to clear registry keys without prompting the user.
  • Refactors the registry deletion confirmation flow to branch based on the new option and $SKIP_DIALOGS.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@akleshchev akleshchev force-pushed the andreyk/viewer_5335 branch 2 times, most recently from 85c4058 to b448d5e Compare January 28, 2026 00:15
@akleshchev akleshchev requested a review from Copilot January 28, 2026 00:16
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@akleshchev akleshchev force-pushed the andreyk/viewer_5335 branch 2 times, most recently from f476e4f to 15764c0 Compare January 28, 2026 14:42
@akleshchev akleshchev requested a review from Copilot January 28, 2026 14:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@akleshchev akleshchev merged commit b4a7d1c into develop Jan 28, 2026
21 checks passed
@akleshchev akleshchev deleted the andreyk/viewer_5335 branch January 28, 2026 22:25
@github-actions github-actions bot locked and limited conversation to collaborators Jan 28, 2026
@akleshchev akleshchev linked an issue Jan 30, 2026 that may be closed by this pull request
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NSIS uninstaller does not respect 'silent' flag

4 participants