summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2013-05-19 17:42:30 +0200
committerVladislav Vaintroub <wlad@montyprogram.com>2013-05-19 17:42:30 +0200
commitdb7085dfae07e8cf4e98e41bd0dc111fb1b4896b (patch)
tree75253334daa45a54a456a2700d3f8b690d03aa8a /win
parentb67ec975dcc0c4efcce14e8d5b967d8e38540d77 (diff)
downloadmariadb-git-db7085dfae07e8cf4e98e41bd0dc111fb1b4896b.tar.gz
remove start menu shortcut to upgrade wizard
Diffstat (limited to 'win')
-rw-r--r--win/packaging/extra.wxs.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/win/packaging/extra.wxs.in b/win/packaging/extra.wxs.in
index 124de5f4b40..da4ac6aa9ac 100644
--- a/win/packaging/extra.wxs.in
+++ b/win/packaging/extra.wxs.in
@@ -637,6 +637,7 @@
</Component>
<?if $(var.HaveUpgradeWizard) != "0" ?>
<ComponentRef Id='C.bin.mysql_upgrade_wizard.exe'/>
+ <!--
<Component Id="c.shortcuts.upgrade_wizard" Guid="*" Directory="ShortcutFolder" Transitive="yes">
<RegistryValue
Root="HKCU" Key="Software\@CPACK_WIX_PACKAGE_NAME@\Uninstall"
@@ -649,6 +650,7 @@
Description="Upgrades older instances of MariaDB/MySQL services to version @MAJOR_VERSION@.@MINOR_VERSION@"
Advertise="no"/>
</Component>
+ -->
<?endif?>
</Feature>