templates/windows/installer: Check for the correct Mutexes

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-09-15 04:07:57 +02:00
parent 588316e3f1
commit 454f8eff83

View file

@ -21,7 +21,7 @@ AppPublisher={#MyAppPublisher}
AppPublisherURL={#MyAppURL} AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL} AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL} AppUpdatesURL={#MyAppURL}
AppMutex={#MyAppName} AppMutex=@PROJECT_NAME@,Global\@PROJECT_NAME@
; Versioning ; Versioning
VersionInfoProductName={#MyAppName} VersionInfoProductName={#MyAppName}
@ -46,6 +46,7 @@ PrivilegesRequiredOverridesAllowed=dialog commandline
WizardStyle=modern WizardStyle=modern
WizardResizable=yes WizardResizable=yes
SetupIconFile="@PROJECT_SOURCE_DIR@/media/icon.ico" SetupIconFile="@PROJECT_SOURCE_DIR@/media/icon.ico"
SetupMutex=@PROJECT_NAME@-Setup,Global\@PROJECT_NAME@-Setup
UninstallDisplayIcon={uninstallexe} UninstallDisplayIcon={uninstallexe}
; Other Information ; Other Information