FlexitimeTracker/DataCenter_Windows/WindowsDataCenter/CardReaderServiceInstaller/Common.wxs

14 lines
475 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Fragment>
<ComponentGroup Id="CommonComponents" Directory="INSTALLFOLDER">
<Component Id="Interfaces" Guid="{B13D293D-FCA6-49C3-878A-0ECDCE724672}">
<File Id="Interfaces.dll"
Checksum="yes"
KeyPath="yes"
Source="$(var.Interfaces.TargetDir)Interfaces.dll" />
</Component>
</ComponentGroup>
</Fragment>
</Wix>