Skip to content

Conversation

@Minh141120
Copy link
Member

@Minh141120 Minh141120 commented Jun 27, 2025

This pull request updates the NSIS installer configuration in the src-tauri/tauri.bundle.windows.nsis.template file to support installation for both the current user and all users.

Installer configuration change:

  • Updated the INSTALLMODE definition from "currentUser" to "both", enabling the installer to support both per-user and system-wide installations.

Important

Update NSIS installer to support both per-user and system-wide installations by changing INSTALLMODE to "both".

  • Installer Configuration:
    • Updated INSTALLMODE in tauri.bundle.windows.nsis.template from "currentUser" to "both" to support both per-user and system-wide installations.

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

@Minh141120 Minh141120 merged commit 472ef88 into dev Jun 27, 2025
14 of 19 checks passed
@Minh141120 Minh141120 deleted the chore/flexible-installation-path-windows-installer branch June 27, 2025 16:21
@github-project-automation github-project-automation bot moved this to QA in Jan Jun 27, 2025
@github-actions github-actions bot added this to the v0.6.3 milestone Jun 27, 2025
@pvase666
Copy link

@Minh141120 Hi, how can we change Path by silent installation?

@Minh141120
Copy link
Member Author

Minh141120 commented Jun 30, 2025

Hi @pvase666. Yes, you can change the installation PATH during a silent installation by passing it as a command-line parameter to the installer.
For example, if you have jan.exe, you can run:

jan.exe /S /D=D:\Jan

This will install Jan to the D: drive silently.

I recommend using /P instead of /S to see the installer GUI with minimal user interaction:

jan.exe /P /D=D:\Jan

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

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

4 participants