parent
735bfb6685
commit
e88a904fac
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user