Bug #25928 Invalid Registry Entries
Submitted: 29 Jan 2007 20:46 Modified: 31 Jan 2007 15:56
Reporter: Sean Wright Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S3 (Non-critical)
Version:5.0.x OS:Windows (Windows XP / Vista)
Assigned to: CPU Architecture:Any
Tags: registry

[29 Jan 2007 20:46] Sean Wright
Description:
The installation for the connector does not write the correct registry keys, in particular, the location keys.

My connector has been installed to C:\Program Files\MySQL\MySQL Net Connector 5.0.3\Bin\2.0\

eg: on my system, HKLM->software->microsoft->visual studio->8.0->AssemblyFolders->MySQL Connector NET 5.0.3 has a default value of D:\bin\2.0\
Looking at the main.wix file, it seems that [TARGETDIR] is not registering properly for some reason.

How to repeat:
Uninstall and reinstall.

Suggested fix:
unknown.  Is this a possible issue with wix?
[30 Jan 2007 9:25] Tonci Grgin
Hi Sean and thanks for your problem report. Indeed, on my XP Pro machine it is "installed", by registry, into non-existent folder (C:\bin\.NET 2.0\)...
[30 Jan 2007 18:57] Bugs System
A patch for this bug has been committed. After review, it may
be pushed to the relevant source trees for release in the next
version. You can access the patch from:

  http://lists.mysql.com/commits/19036
[30 Jan 2007 18:58] Reggie Burnett
Fixed in 5.0.4
[31 Jan 2007 15:56] MC Brown
A note has been added to the 5.0.4 changelog.