From f2c30f7a16ce6a5b7ed577467355363090001402 Mon Sep 17 00:00:00 2001 From: dbuechel Date: Wed, 7 Aug 2019 16:13:23 +0200 Subject: [PATCH] SEBWIN-337: Defined configuration setup resources. Build actions still missing. --- Setup/Components/Configuration.wxs | 6 ++++++ Setup/Components/Configuration.xslt | 17 +++++++++++++++++ Setup/Directories.wxs | 1 + Setup/Product.wxs | 1 + Setup/Setup.wixproj | 10 ++++++++++ Setup/Shortcuts.wxs | 3 +++ 6 files changed, 38 insertions(+) create mode 100644 Setup/Components/Configuration.wxs create mode 100644 Setup/Components/Configuration.xslt diff --git a/Setup/Components/Configuration.wxs b/Setup/Components/Configuration.wxs new file mode 100644 index 00000000..ebbb9f6d --- /dev/null +++ b/Setup/Components/Configuration.wxs @@ -0,0 +1,6 @@ + + + + + + diff --git a/Setup/Components/Configuration.xslt b/Setup/Components/Configuration.xslt new file mode 100644 index 00000000..e800d81a --- /dev/null +++ b/Setup/Components/Configuration.xslt @@ -0,0 +1,17 @@ + + + + + + + + + + + + + ConfigurationToolExecutable + + + + \ No newline at end of file diff --git a/Setup/Directories.wxs b/Setup/Directories.wxs index 862c1b77..e6aedbef 100644 --- a/Setup/Directories.wxs +++ b/Setup/Directories.wxs @@ -5,6 +5,7 @@ + diff --git a/Setup/Product.wxs b/Setup/Product.wxs index 8b94dc87..f89ac3b9 100644 --- a/Setup/Product.wxs +++ b/Setup/Product.wxs @@ -13,6 +13,7 @@ + diff --git a/Setup/Setup.wixproj b/Setup/Setup.wixproj index 8c75815c..e4a73366 100644 --- a/Setup/Setup.wixproj +++ b/Setup/Setup.wixproj @@ -22,6 +22,7 @@ + @@ -75,9 +76,18 @@ Binaries;Content;Satellites INSTALLFOLDER + + SebWindowsConfig + {bef73897-0d04-4f40-ad89-62e24d260cd0} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + + diff --git a/Setup/Shortcuts.wxs b/Setup/Shortcuts.wxs index 76d3feb8..78a4f195 100644 --- a/Setup/Shortcuts.wxs +++ b/Setup/Shortcuts.wxs @@ -5,6 +5,9 @@ +