#5617 Remove plugins from Windows installer
This commit is contained in:
parent
a2ad4cb0dc
commit
aee8e2874e
|
@ -27,7 +27,6 @@
|
||||||
<Feature Id="ProductFeature" Title="$(var.Name)">
|
<Feature Id="ProductFeature" Title="$(var.Name)">
|
||||||
<ComponentGroupRef Id="ProductComponents" />
|
<ComponentGroupRef Id="ProductComponents" />
|
||||||
<ComponentGroupRef Id="OpenSslComponents" />
|
<ComponentGroupRef Id="OpenSslComponents" />
|
||||||
<ComponentGroupRef Id="PluginsComponents" />
|
|
||||||
<MergeRef Id="CRT" />
|
<MergeRef Id="CRT" />
|
||||||
</Feature>
|
</Feature>
|
||||||
|
|
||||||
|
@ -70,7 +69,6 @@
|
||||||
<Directory Id="INSTALLFOLDER" Name="$(var.Name)">
|
<Directory Id="INSTALLFOLDER" Name="$(var.Name)">
|
||||||
<Merge Id="CRT" Language="0" SourceFile="$(var.CRT)" DiskId="1" />
|
<Merge Id="CRT" Language="0" SourceFile="$(var.CRT)" DiskId="1" />
|
||||||
<Directory Id="OpenSslDir" Name="OpenSSL" />
|
<Directory Id="OpenSslDir" Name="OpenSSL" />
|
||||||
<Directory Id="PluginsDir" Name="Plugins" />
|
|
||||||
</Directory>
|
</Directory>
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory Id="ProgramMenuFolder" />
|
<Directory Id="ProgramMenuFolder" />
|
||||||
|
@ -140,11 +138,5 @@
|
||||||
</Component>
|
</Component>
|
||||||
</ComponentGroup>
|
</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>
|
</Fragment>
|
||||||
</Wix>
|
</Wix>
|
||||||
|
|
Loading…
Reference in New Issue