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
1 changed files with 2 additions and 1 deletions

View File

@ -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