Adding Windows Plugins Directory to install #4696
This commit is contained in:
parent
f230ae734e
commit
2db2ffac84
|
@ -27,6 +27,7 @@
|
|||
<Feature Id="ProductFeature" Title="$(var.Name)">
|
||||
<ComponentGroupRef Id="ProductComponents" />
|
||||
<ComponentGroupRef Id="OpenSslComponents" />
|
||||
<ComponentGroupRef Id="PluginsComponents" />
|
||||
<MergeRef Id="CRT" />
|
||||
</Feature>
|
||||
|
||||
|
@ -69,6 +70,7 @@
|
|||
<Directory Id="INSTALLFOLDER" Name="$(var.Name)">
|
||||
<Merge Id="CRT" Language="0" SourceFile="$(var.CRT)" DiskId="1" />
|
||||
<Directory Id="OpenSslDir" Name="OpenSSL" />
|
||||
<Directory Id="PluginsDir" Name="Plugins" />
|
||||
</Directory>
|
||||
</Directory>
|
||||
<Directory Id="ProgramMenuFolder" />
|
||||
|
@ -130,5 +132,12 @@
|
|||
<File Source="$(var.ResPath)/openssl/synergy.conf" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
|
||||
<ComponentGroup Id="PluginsComponents" Directory="PluginsDir">
|
||||
<Component Id="Plugins" Guid="0AB05500-0D04-4932-9B07-EDDA052796E2">
|
||||
<File Source="$(var.BinPath)/plugins/ns.dll" />
|
||||
</Component>
|
||||
</ComponentGroup>
|
||||
|
||||
</Fragment>
|
||||
</Wix>
|
||||
|
|
Loading…
Reference in New Issue