Skip to content

Commit d4ebd82

Browse files
author
Piotr Obrzut
committed
Revert for the fix for the 'Bug#23593091: MYSQL SERVER MSI - REGISTRY ITEMS LEFT BEHIND WHEN > 1 SERVER VERSION INSTALLED'
The Server Installer needs some changes to accomodate for this fix so it got postponed for the next release.
1 parent 0002e13 commit d4ebd82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/WiX/mysql_server_extra.wxs.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<RegistryKey
7070
Id='MySQLKey'
7171
Root='HKLM'
72-
Key='SOFTWARE\MySQL AB\@PRODUCT_NAME@ @MAJOR_VERSION@.@MINOR_VERSION@'
72+
Key='SOFTWARE\MySQL AB\[ProductName]'
7373
Action='createAndRemoveOnUninstall'>
7474
<RegistryValue
7575
Type='string'

0 commit comments

Comments
 (0)