NSIS: Create a mutex to ensure only one installer is running

PR #23450.
This commit is contained in:
namoen0301
2025-11-14 21:20:02 +08:00
committed by GitHub
parent fec4e01aeb
commit 530c7d1bbd
59 changed files with 128 additions and 14 deletions

View File

@@ -36,6 +36,8 @@ LangString inst_uninstall_link_description ${LANG_BASQUE} "Uninstall qBittorrent
LangString inst_arch_mismatch_x64_on_arm64 ${LANG_BASQUE} "This x64 version of qBittorrent cannot run on ARM64 systems. Please download the ARM64 installer."
;LangString inst_arch_mismatch_arm64_on_x64 ${LANG_ENGLISH} "Error: This ARM64 version of qBittorrent cannot run on x64 systems. Please download the x64 installer."
LangString inst_arch_mismatch_arm64_on_x64 ${LANG_BASQUE} "This ARM64 version of qBittorrent cannot run on x64 systems. Please download the x64 installer."
;LangString inst_already_running ${LANG_ENGLISH} "Another instance of the installer is already running."
LangString inst_already_running ${LANG_BASQUE} "Another instance of the installer is already running."
;------------------------------------
;Uninstaller strings