From 54c86b41ed51814a2e33f05f5d2746e9472be9f1 Mon Sep 17 00:00:00 2001 From: "chris.watts90@outlook.com" Date: Fri, 21 Apr 2017 08:16:10 +0100 Subject: [PATCH] Add reference to ConfigurationHandler project. Add component tag for ConfigurationHandler dll #78 --- .../CardReaderServiceInstaller.wixproj | 8 ++++++++ .../CardReaderServiceInstaller/Common.wxs | 6 ++++++ 2 files changed, 14 insertions(+) diff --git a/DataCenter_Windows/WindowsDataCenter/CardReaderServiceInstaller/CardReaderServiceInstaller.wixproj b/DataCenter_Windows/WindowsDataCenter/CardReaderServiceInstaller/CardReaderServiceInstaller.wixproj index a8847dc..c5bbea3 100644 --- a/DataCenter_Windows/WindowsDataCenter/CardReaderServiceInstaller/CardReaderServiceInstaller.wixproj +++ b/DataCenter_Windows/WindowsDataCenter/CardReaderServiceInstaller/CardReaderServiceInstaller.wixproj @@ -37,6 +37,14 @@ Binaries;Content;Satellites INSTALLFOLDER + + ConfigurationHandler + {115250f6-f8c4-4f9b-a15f-251ea258d963} + True + True + Binaries;Content;Satellites + INSTALLFOLDER + Interfaces {b7347b72-e208-423a-9d99-723b558ea3d7} diff --git a/DataCenter_Windows/WindowsDataCenter/CardReaderServiceInstaller/Common.wxs b/DataCenter_Windows/WindowsDataCenter/CardReaderServiceInstaller/Common.wxs index 9bb6fef..e8a39b4 100644 --- a/DataCenter_Windows/WindowsDataCenter/CardReaderServiceInstaller/Common.wxs +++ b/DataCenter_Windows/WindowsDataCenter/CardReaderServiceInstaller/Common.wxs @@ -8,6 +8,12 @@ KeyPath="yes" Source="$(var.Interfaces.TargetDir)Interfaces.dll" /> + + +