From 454f8eff839fe641272e73837624929301697c78 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 15 Sep 2022 04:07:57 +0200 Subject: [PATCH] templates/windows/installer: Check for the correct Mutexes --- templates/windows/installer.iss.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/windows/installer.iss.in b/templates/windows/installer.iss.in index 9250eaa..6372f4b 100644 --- a/templates/windows/installer.iss.in +++ b/templates/windows/installer.iss.in @@ -21,7 +21,7 @@ AppPublisher={#MyAppPublisher} AppPublisherURL={#MyAppURL} AppSupportURL={#MyAppURL} AppUpdatesURL={#MyAppURL} -AppMutex={#MyAppName} +AppMutex=@PROJECT_NAME@,Global\@PROJECT_NAME@ ; Versioning VersionInfoProductName={#MyAppName} @@ -46,6 +46,7 @@ PrivilegesRequiredOverridesAllowed=dialog commandline WizardStyle=modern WizardResizable=yes SetupIconFile="@PROJECT_SOURCE_DIR@/media/icon.ico" +SetupMutex=@PROJECT_NAME@-Setup,Global\@PROJECT_NAME@-Setup UninstallDisplayIcon={uninstallexe} ; Other Information