Skip to content

Conversation

@Minh141120
Copy link
Member

@Minh141120 Minh141120 commented Jul 26, 2025

This pull request includes a minor change to the src-tauri/tauri.bundle.windows.nsis.template file. The change ensures that the PassiveMode variable is always set to 1 in the .onInit function.

There's no selection for path or uninstall for now. We'll try to enhance it on upcoming releases

image

Important

Uncommented line in src-tauri/tauri.bundle.windows.nsis.template to ensure Windows installer always runs in passive mode.

  • Behavior:
    • In src-tauri/tauri.bundle.windows.nsis.template, uncommented StrCpy $PassiveMode 1 in .onInit to ensure installer always runs in passive mode.

This description was created by Ellipsis for 2b91162. You can customize this summary. It will automatically update as commits are pushed.

@Minh141120 Minh141120 self-assigned this Jul 26, 2025
@Minh141120 Minh141120 added the os: windows Windows issues label Jul 26, 2025
@Minh141120 Minh141120 added the platform: desktop Dekstop related issue label Jul 26, 2025
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

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

Caution

Changes requested ❌

Reviewed everything up to 2b91162 in 1 minute and 28 seconds. Click for details.
  • Reviewed 13 lines of code in 1 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 draft comments. View those below.
  • Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.

Workflow ID: wflow_KY57ljTojpVZ12xx

You can customize Ellipsis by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.

${EndIf}
; always run in passive mode
; StrCpy $PassiveMode 1
StrCpy $PassiveMode 1
Copy link
Contributor

Choose a reason for hiding this comment

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

Forcing $PassiveMode to 1 unconditionally might override any /P option from the command line. If always enforcing passive mode is intended, consider removing or refactoring the earlier conditional block for clarity.

@github-actions
Copy link
Contributor

Barecheck - Code coverage report

Total: 38.59%

Your code coverage diff: -0.01% ▾

✅ All code changes are covered

@Minh141120 Minh141120 requested a review from louis-jan July 26, 2025 15:15
@Minh141120 Minh141120 merged commit c3fa04f into release/v0.6.6 Jul 26, 2025
19 of 21 checks passed
@Minh141120 Minh141120 deleted the chore/revert-to-passive-mode-windows-installer branch July 26, 2025 15:30
@github-project-automation github-project-automation bot moved this to QA in Jan Jul 26, 2025
@github-actions github-actions bot added this to the v0.6.6 milestone Jul 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

os: windows Windows issues platform: desktop Dekstop related issue

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants