add missing ConfigurationHandler dll

#66
This commit is contained in:
chris.watts90@outlook.com 2017-03-19 07:49:53 +00:00
parent 735bfb6685
commit e88a904fac

View File

@ -4,6 +4,7 @@
<ComponentGroup Id="CoreComponents">
<ComponentGroupRef Id="InterfacesGroup"/>
<ComponentGroupRef Id="ConfigurationHandlerGroup"/>
</ComponentGroup>
<ComponentGroup Id="InterfacesGroup" Directory="INSTALLFOLDER">
@ -14,5 +15,14 @@
Checksum="yes"/>
</Component>
</ComponentGroup>
<ComponentGroup Id="ConfigurationHandlerGroup" Directory="INSTALLFOLDER">
<Component Id="ConfigurationHandler">
<File Id="ConfigurationHandler.dll"
Source="$(var.ConfigurationHandler.TargetDir)ConfigurationHandler.dll"
KeyPath="yes"
Checksum="yes" />
</Component>
</ComponentGroup>
</Fragment>
</Wix>