From: Date: February 22 2008 8:28pm Subject: Connector/NET commit: r1189 - in branches/5.2: . Installer List-Archive: http://lists.mysql.com/commits/42868 X-Bug: 34674 Message-Id: <200802221928.m1MJS5d0002397@bk-internal.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Modified: branches/5.2/CHANGES branches/5.2/Installer/visualstudio.wxs branches/5.2/Installer/vs2008.wxs Log: - Fixed installer that did not install the DDEX provider binary if the Visual Studio 2005 component was not selected. (bug #34674) The VS 2005 component included the wix code necessary to copy the DDEX binary but the VS 2005 component did not. This patch fixes that. Modified: branches/5.2/CHANGES =================================================================== --- branches/5.2/CHANGES 2008-02-22 17:56:02 UTC (rev 1188) +++ branches/5.2/CHANGES 2008-02-22 19:28:05 UTC (rev 1189) @@ -6,6 +6,8 @@ server explorer nodes to not function - Fixed web providers so that they don't attempt to check their schema or cache their application id if the connection string has not been set. (bug #34451) +- Fixed installer that did not install the DDEX provider binary if + the Visual Studio 2005 component was not selected. (bug #34674) Version 5.2 - 2/11/2008 . Added ClearPool and ClearAllPools features Modified: branches/5.2/Installer/visualstudio.wxs =================================================================== --- branches/5.2/Installer/visualstudio.wxs 2008-02-22 17:56:02 UTC (rev 1188) +++ branches/5.2/Installer/visualstudio.wxs 2008-02-22 19:28:05 UTC (rev 1189) @@ -4,12 +4,15 @@ - + + - + + + Not VS_2005_PATH + Modified: branches/5.2/Installer/vs2008.wxs =================================================================== --- branches/5.2/Installer/vs2008.wxs 2008-02-22 17:56:02 UTC (rev 1188) +++ branches/5.2/Installer/vs2008.wxs 2008-02-22 19:28:05 UTC (rev 1189) @@ -78,6 +78,7 @@ Not VS_2008_PATH +