This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5617 Remove plugins from Windows installer

  • Loading branch information...
nlyan committed Sep 27, 2016
1 parent a2ad4cb commit aee8e2874e030fb64d9741d219910d600fd3573a
Showing with 0 additions and 8 deletions.
  1. +0 −8 src/setup/win32/Product.wxs
@@ -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>

0 comments on commit aee8e28

Please sign in to comment.