diff options
Diffstat (limited to 'win/packaging/heidisql_feature.wxi.in')
-rw-r--r-- | win/packaging/heidisql_feature.wxi.in | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/win/packaging/heidisql_feature.wxi.in b/win/packaging/heidisql_feature.wxi.in index 3f60fcd8f27..241554e035a 100644 --- a/win/packaging/heidisql_feature.wxi.in +++ b/win/packaging/heidisql_feature.wxi.in @@ -1,10 +1,10 @@ -<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>
+<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> |