Permalink
Browse files
#5617 Remove plugins from Windows installer
- Loading branch information...
Showing
with
0 additions
and
8 deletions.
-
+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