From 2d334e4df05e09c204abe394ee12e42f534b360e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 27 Sep 2024 11:06:07 +0200 Subject: [PATCH] installer: create config file, if config file location is customized (#1642) --- installer/files.wxs | 4 ++-- installer/main.wxs | 12 +++++++----- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/installer/files.wxs b/installer/files.wxs index 1578d912..c7c39da9 100644 --- a/installer/files.wxs +++ b/installer/files.wxs @@ -13,7 +13,7 @@ Start="auto" Type="ownProcess" Vital="yes" - Arguments="--log.file eventlog [ConfigFile_NonDefault][ConfigFile_Default] [CollectorsFlag] [ListenFlag] [MetricsPathFlag] [TextfileDirsFlag] [ExtraFlags]"> + Arguments="--log.file eventlog [ConfigFileFlag] [CollectorsFlag] [ListenFlag] [MetricsPathFlag] [TextfileDirsFlag] [ExtraFlags]"> - \ No newline at end of file + diff --git a/installer/main.wxs b/installer/main.wxs index 8318972c..cec4ebeb 100644 --- a/installer/main.wxs +++ b/installer/main.wxs @@ -41,9 +41,10 @@ Value="amus" /> - + @@ -74,8 +75,9 @@ - - + + + @@ -216,4 +218,4 @@ - \ No newline at end of file +