From: Date: August 12 2008 8:19pm Subject: Connector/NET commit: r1358 - in branches/5.2: . Installer List-Archive: http://lists.mysql.com/commits/51443 X-Bug: 38534 Message-Id: <200808121819.m7CIJbJD019848@bk-internal.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modified: branches/5.2/CHANGES branches/5.2/Installer/core.wxs branches/5.2/Installer/webproviders.wxs Log: - Fixed problem where the uninstall was not cleaning up the state files (bug #38534) Modified: branches/5.2/CHANGES =================================================================== --- branches/5.2/CHANGES 2008-08-12 18:18:31 UTC (rev 1357) +++ branches/5.2/CHANGES 2008-08-12 18:19:37 UTC (rev 1358) @@ -25,6 +25,7 @@ and made it public and static. (bug #36205) - Fixed problem where column metadata was not being read with the correct characterset (bug #38721) +- Fixed problem where the uninstall was not cleaning up the state files (bug #38534) Version 5.2.2 - - Fixed profile provider that would throw an exception if you were updating Modified: branches/5.2/Installer/core.wxs =================================================================== --- branches/5.2/Installer/core.wxs 2008-08-12 18:18:31 UTC (rev 1357) +++ branches/5.2/Installer/core.wxs 2008-08-12 18:19:37 UTC (rev 1358) @@ -31,12 +31,14 @@ - - - - - + + + + + + + @@ -75,9 +77,9 @@ + Value='"[WindowsFolder]\Microsoft.NET\Framework\v2.0.50727\installUtil.exe" /LogToConsole=false /LogFile= "[#MySqlData]"'/> + Value='"[WindowsFolder]\Microsoft.NET\Framework\v2.0.50727\installUtil.exe" /LogToConsole=false /LogFile= /u "[#MySqlData]"'/> Modified: branches/5.2/Installer/webproviders.wxs =================================================================== --- branches/5.2/Installer/webproviders.wxs 2008-08-12 18:18:31 UTC (rev 1357) +++ branches/5.2/Installer/webproviders.wxs 2008-08-12 18:19:37 UTC (rev 1358) @@ -12,6 +12,7 @@ + @@ -30,9 +31,9 @@ + Value='"[WindowsFolder]\Microsoft.NET\Framework\v2.0.50727\installUtil.exe" /LogToConsole=false /LogFile= "[#MySqlWeb]"'/> + Value='"[WindowsFolder]\Microsoft.NET\Framework\v2.0.50727\installUtil.exe" /LogToConsole=false /LogFile= /u "[#MySqlWeb]"'/>