10 lines
360 B
Text
10 lines
360 B
Text
|
<?xml version="1.0"?>
|
||
|
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:dep="http://schemas.microsoft.com/wix/DependencyExtension">
|
||
|
<?include "Variables.wxi" ?>
|
||
|
<Fragment>
|
||
|
<Component Id="$(var.DependencyKeyId)" Directory="TARGETDIR" Win64="no" Guid="*">
|
||
|
<dep:Provides Key="$(var.DependencyKey)" />
|
||
|
</Component>
|
||
|
</Fragment>
|
||
|
</Wix>
|