mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
be8cd3e8df
Fixed detection of installed HeidiSQL in the machine, prevent installing own copy if HeidiSQL is already installed. On deinstallation, do not remove settings if official HeidiSQL is detected.
10 lines
320 B
Text
10 lines
320 B
Text
<Include>
|
|
<Feature Id="HeidiSQL"
|
|
Title='HeidiSQL'
|
|
Description= 'Powerful, easy and free MySQL/MariaDB GUI client by Ansgar Becker'
|
|
AllowAdvertise='no'
|
|
Level='1'>
|
|
<Condition Level="0">HEIDISQLINSTALLED AND NOT REMOVE ~= ALL</Condition>
|
|
<ComponentGroupRef Id='HeidiSQL'/>
|
|
</Feature>
|
|
</Include>
|