Commit db7085df authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

remove start menu shortcut to upgrade wizard

parent b67ec975
...@@ -637,6 +637,7 @@ ...@@ -637,6 +637,7 @@
</Component> </Component>
<?if $(var.HaveUpgradeWizard) != "0" ?> <?if $(var.HaveUpgradeWizard) != "0" ?>
<ComponentRef Id='C.bin.mysql_upgrade_wizard.exe'/> <ComponentRef Id='C.bin.mysql_upgrade_wizard.exe'/>
<!--
<Component Id="c.shortcuts.upgrade_wizard" Guid="*" Directory="ShortcutFolder" Transitive="yes"> <Component Id="c.shortcuts.upgrade_wizard" Guid="*" Directory="ShortcutFolder" Transitive="yes">
<RegistryValue <RegistryValue
Root="HKCU" Key="Software\@CPACK_WIX_PACKAGE_NAME@\Uninstall" Root="HKCU" Key="Software\@CPACK_WIX_PACKAGE_NAME@\Uninstall"
...@@ -649,6 +650,7 @@ ...@@ -649,6 +650,7 @@
Description="Upgrades older instances of MariaDB/MySQL services to version @MAJOR_VERSION@.@MINOR_VERSION@" Description="Upgrades older instances of MariaDB/MySQL services to version @MAJOR_VERSION@.@MINOR_VERSION@"
Advertise="no"/> Advertise="no"/>
</Component> </Component>
-->
<?endif?> <?endif?>
</Feature> </Feature>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment