Bug #88034 | Installer unable to find Visual Studio 2017 | ||
---|---|---|---|
Submitted: | 9 Oct 2017 23:55 | Modified: | 6 Dec 2017 22:32 |
Reporter: | Jose Ramirez Ruiz | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL for Windows: Installer | Severity: | S2 (Serious) |
Version: | 5.7.19 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[9 Oct 2017 23:55]
Jose Ramirez Ruiz
[18 Oct 2017 14:09]
MySQL Verification Team
https://bugs.mysql.com/bug.php?id=88138 marked as duplicate of this one.
[18 Oct 2017 14:19]
Simon Kunze
Is there any workaround?
[18 Oct 2017 14:56]
Javier Treviño
The workaround is to download the stand-alone MSI from https://dev.mysql.com/downloads/windows/visualstudio/ and install from the MSI.
[25 Nov 2017 23:35]
Javier Treviño
Posted by developer: Fixed a bug in the code that checks prerequisites in the Windows Registry that was happening only in 32-bit versions of Windows. Changed the Visual Studio detection rules to check for the following registry keys: HKEY_CLASSES_ROOT\VisualStudio.DTE.9.0 HKEY_CLASSES_ROOT\VisualStudio.DTE.10.0 HKEY_CLASSES_ROOT\VisualStudio.DTE.12.0 HKEY_CLASSES_ROOT\VisualStudio.DTE.12.0 HKEY_CLASSES_ROOT\VisualStudio.DTE.14.0 HKEY_CLASSES_ROOT\VisualStudio.DTE.15.0
[6 Dec 2017 21:15]
Rafael Antonio Bedoy Torres
Posted by developer: Fixed on 1.4.21
[6 Dec 2017 22:32]
Christine Cole
Fixed as of the upcoming MySQL Installer 1.4.21 release, and here's the changelog entry: MySQL for Visual Studio (32-bit) detection rules failed to locate prerequisite software even when it was installed. Thank you for the bug report.