summaryrefslogtreecommitdiff
path: root/packaging/WiX/mysql_server.wxs.in
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/WiX/mysql_server.wxs.in')
-rw-r--r--packaging/WiX/mysql_server.wxs.in11
1 files changed, 1 insertions, 10 deletions
diff --git a/packaging/WiX/mysql_server.wxs.in b/packaging/WiX/mysql_server.wxs.in
index 21f2a6256f3..a4289195d47 100644
--- a/packaging/WiX/mysql_server.wxs.in
+++ b/packaging/WiX/mysql_server.wxs.in
@@ -13,19 +13,10 @@
</Directory>
</Directory>
</Directory>
- <Directory Id="CommonAppDataFolder">
- <Directory Id="directory.Data.MySQL" Name="MySQL">
- <Directory Id="DATADIR" LongName="MySQL Server @MAJOR_VERSION@.@MINOR_VERSION@" src=".\">
- <Directory Id="DATADIR" Name=".">
- <!-- *****************************************************************************************
- data directory
- -->
- <Directory Id="DataDir" Name="data">
- <Directory Id="mysql" Name="mysql">
<Feature Id='Server' Level='1' Title="MySQL Server" Description="Install MySQL server" Display="expand">
<ComponentGroupRef Id='componentgroup.Server'/>
<Feature Level='1' Id='ClientPrograms' Title="Client Programs" Description="Various helpful (commandline) tools including the mysql command line client" >
- <ComponentRef Id="componentgroup.Client" />
+ <ComponentGroupRef Id="componentgroup.Client" />
</Feature>
</Feature>
<Feature Id='Devel' Level='1' Title="Development Components"