#5617 Remove plugins from Windows installer

This commit is contained in:
Andrew Nelless 2016-09-27 12:51:16 +01:00
parent a2ad4cb0dc
commit aee8e2874e
1 changed files with 0 additions and 8 deletions

View File

@ -27,7 +27,6 @@
<Feature Id="ProductFeature" Title="$(var.Name)">
<ComponentGroupRef Id="ProductComponents" />
<ComponentGroupRef Id="OpenSslComponents" />
<ComponentGroupRef Id="PluginsComponents" />
<MergeRef Id="CRT" />
</Feature>
@ -70,7 +69,6 @@
<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" />
@ -140,11 +138,5 @@
</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>