From 5b0bbf539b709ee045c029aa78d5b9eae79c6bb4 Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Mon, 13 Feb 2023 23:34:43 +0100 Subject: [PATCH] improve FailOnRunningApp action --- dist/win/resources/main.wxs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/win/resources/main.wxs b/dist/win/resources/main.wxs index 1fb7b552d..a9ca9d9c4 100644 --- a/dist/win/resources/main.wxs +++ b/dist/win/resources/main.wxs @@ -143,11 +143,11 @@ CloseMessage="no" RebootPrompt="no" PromptToContinue="yes" - Description="A running instance of $(var.JpAppName) is found. Please close it to continue." + Description="A running instance of $(var.JpAppName) is found, using files marked for update. Please close it to continue." Property="FOUNDRUNNINGAPP" > - + @@ -182,7 +182,7 @@ FOUNDRUNNINGAPP - + NOT Installed OR REINSTALL NOT Installed OR REINSTALL