From fa0e501d63919a96313f5bf666c54ffa94c3de67 Mon Sep 17 00:00:00 2001 From: Jonathan Jenne Date: Wed, 15 Jun 2022 10:10:27 +0200 Subject: [PATCH] First installer, not working yet --- Zooflow.Setup/Config.wxi | 21 ++++ Zooflow.Setup/Product.wxs | 175 ++++++++++++++++++++++++---- Zooflow.Setup/Zooflow.Setup.wixproj | 125 +++++++++++--------- 3 files changed, 242 insertions(+), 79 deletions(-) create mode 100644 Zooflow.Setup/Config.wxi diff --git a/Zooflow.Setup/Config.wxi b/Zooflow.Setup/Config.wxi new file mode 100644 index 0000000..342def4 --- /dev/null +++ b/Zooflow.Setup/Config.wxi @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Zooflow.Setup/Product.wxs b/Zooflow.Setup/Product.wxs index 358e649..4c6b7bf 100644 --- a/Zooflow.Setup/Product.wxs +++ b/Zooflow.Setup/Product.wxs @@ -1,30 +1,161 @@ - - - - + - - + + + - - - - + + + + - + + + + + + + + + + + - + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + DISABLE_DESKTOP_ICON + + + + + DISABLE_STARTMENU_ICON + + + + + + + + + + + + 1 + 1 + 1 + 1 + 1 + + diff --git a/Zooflow.Setup/Zooflow.Setup.wixproj b/Zooflow.Setup/Zooflow.Setup.wixproj index de572ce..2f462e3 100644 --- a/Zooflow.Setup/Zooflow.Setup.wixproj +++ b/Zooflow.Setup/Zooflow.Setup.wixproj @@ -1,64 +1,75 @@ - - Debug - x86 - 3.10 - 6b91537c-7a93-41ac-930a-0aefdc19294f - 2.0 - Zooflow.Setup - Package - - - bin\$(Configuration)\ - obj\$(Configuration)\ - Debug - + + Debug + x86 + 3.10 + 6b91537c-7a93-41ac-930a-0aefdc19294f + 2.0 + Zooflow.Setup + Package + + + bin\$(Configuration)\ + obj\$(Configuration)\ + Debug + -b "$(SolutionDir)Zooflow\bin\$(Configuration)" - de-DE;en-US;en-GB - - - bin\$(Configuration)\ - obj\$(Configuration)\ - - - - - - - $(WixExtDir)\WixUtilExtension.dll - WixUtilExtension - - - $(WixExtDir)\WixUIExtension.dll - WixUIExtension - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + +