From fe7fda42a5b222e440cc77977ef36307201461cb Mon Sep 17 00:00:00 2001 From: "chris.watts90@outlook.com" Date: Wed, 15 Feb 2017 22:53:55 +0000 Subject: [PATCH] renamed WebApiServerHostInstaller project to DataCenterHostInstaller. Started adding components. #7 --- ...ixproj => DataCenterHostInstaller.wixproj} | 2 + .../DirectoryStructure.wxs | 10 + .../WebApiServerHostInstaller/Product.wxs | 228 ++++++++++++++++-- 3 files changed, 217 insertions(+), 23 deletions(-) rename DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/{WebApiServerHostInstaller.wixproj => DataCenterHostInstaller.wixproj} (95%) create mode 100644 DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/DirectoryStructure.wxs diff --git a/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/WebApiServerHostInstaller.wixproj b/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/DataCenterHostInstaller.wixproj similarity index 95% rename from DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/WebApiServerHostInstaller.wixproj rename to DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/DataCenterHostInstaller.wixproj index 0e079ad..ee91883 100644 --- a/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/WebApiServerHostInstaller.wixproj +++ b/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/DataCenterHostInstaller.wixproj @@ -10,6 +10,7 @@ Package $(MSBuildExtensionsPath32)\Microsoft\WiX\v3.x\Wix.targets $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.targets + DataCenterHostInstaller bin\$(Configuration)\ @@ -21,6 +22,7 @@ obj\$(Configuration)\ + diff --git a/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/DirectoryStructure.wxs b/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/DirectoryStructure.wxs new file mode 100644 index 0000000..dec0bc9 --- /dev/null +++ b/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/DirectoryStructure.wxs @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/Product.wxs b/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/Product.wxs index a5c9f54..a285bcd 100644 --- a/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/Product.wxs +++ b/DataCenter_Windows/WindowsDataCenter/WebApiServerHostInstaller/Product.wxs @@ -1,30 +1,212 @@ - - + + - - + + - - - - + + + + - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +