From: Date: January 30 2007 7:57pm Subject: Connector/NET commit: r569 - in branches/5.0: . Installer Installer/Bitmaps List-Archive: http://lists.mysql.com/commits/19036 X-Bug: 25928 Message-Id: <200701301857.l0UIvNLZ023279@bk-internal.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed: branches/5.0/Installer/Bitmaps/New.ico branches/5.0/Installer/Bitmaps/Up.ico branches/5.0/Installer/Bitmaps/exclamic.ico branches/5.0/Installer/Bitmaps/info.ico Modified: branches/5.0/CHANGES branches/5.0/Installer/Bitmaps/bannrbmp.bmp branches/5.0/Installer/Bitmaps/dlgbmp.bmp branches/5.0/Installer/Custom.wxs branches/5.0/Installer/main.wxs branches/5.0/Installer/samples.wxs branches/5.0/Installer/sources.wxs branches/5.0/Package.build Log: Bug #25928 Invalid Registry Entries Also, moved the installer to WiX v3 and removed the extra dialog that gave options for installing into the GAC and creating the start menu items. These things are always done now. Also, the assembly now properly appears in the Visual Studio 2005 Add/Remove References dialog. Modified: branches/5.0/CHANGES =================================================================== --- branches/5.0/CHANGES 2007-01-24 14:53:45 UTC (rev 568) +++ branches/5.0/CHANGES 2007-01-30 18:57:14 UTC (rev 569) @@ -10,6 +10,7 @@ Bug #25651 SELECT does not work properly when WHERE contains UTF-8 characters Bug #25726 MySqlConnection throws NullReferenceException and ArgumentNullException Bug #25609 MySqlDataAdapter.FillSchema + Bug #25928 Invalid Registry Entries Other changes ------------- @@ -17,7 +18,10 @@ Fixed problem with parameter name hashing where the hashes were not getting updated or removed in certain situations. Fixed problem with calling stored functions when a return parameter was not given - + Fixed problem that prevented use of SchemaOnly or SingleRow command behaviors with + sprocs or prepared statements + Assembly now properly appears in the Visual Studio 2005 Add/Remove Reference dialog + Version 5.0.3 12-31-2006 Bugs fixed Deleted: branches/5.0/Installer/Bitmaps/New.ico =================================================================== (Binary files differ) Deleted: branches/5.0/Installer/Bitmaps/Up.ico =================================================================== (Binary files differ) Modified: branches/5.0/Installer/Bitmaps/bannrbmp.bmp =================================================================== (Binary files differ) Modified: branches/5.0/Installer/Bitmaps/dlgbmp.bmp =================================================================== (Binary files differ) Deleted: branches/5.0/Installer/Bitmaps/exclamic.ico =================================================================== (Binary files differ) Deleted: branches/5.0/Installer/Bitmaps/info.ico =================================================================== (Binary files differ) Modified: branches/5.0/Installer/Custom.wxs =================================================================== --- branches/5.0/Installer/Custom.wxs 2007-01-24 14:53:45 UTC (rev 568) +++ branches/5.0/Installer/Custom.wxs 2007-01-30 18:57:14 UTC (rev 569) @@ -1,8 +1,8 @@ - + - + Register Connector/Net in the Global Assembly Cache @@ -12,7 +12,7 @@ - + WixUI_InstallMode = "InstallCustom" WixUI_InstallMode = "InstallTypical" WixUI_InstallMode = "InstallComplete" @@ -20,22 +20,25 @@ WixUI_InstallMode = "Repair" WixUI_InstallMode = "Remove" - + - + 1 - + + + 1 + 1 - + \ No newline at end of file Modified: branches/5.0/Installer/main.wxs =================================================================== --- branches/5.0/Installer/main.wxs 2007-01-24 14:53:45 UTC (rev 568) +++ branches/5.0/Installer/main.wxs 2007-01-30 18:57:14 UTC (rev 569) @@ -1,83 +1,84 @@ - + - - + + - + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - + + - - + + - - - + + + + + - - - + + + + + - - - - - - - - + + + - + @@ -99,7 +100,6 @@ - @@ -112,12 +112,14 @@ - + + + - + - + Modified: branches/5.0/Installer/samples.wxs =================================================================== --- branches/5.0/Installer/samples.wxs 2007-01-24 14:53:45 UTC (rev 568) +++ branches/5.0/Installer/samples.wxs 2007-01-30 18:57:14 UTC (rev 569) @@ -1,36 +1,36 @@ - - - + + + - + - - - - - - + + + + + + - - - - - + + + + + - - - - - + + + + + Modified: branches/5.0/Installer/sources.wxs =================================================================== --- branches/5.0/Installer/sources.wxs 2007-01-24 14:53:45 UTC (rev 568) +++ branches/5.0/Installer/sources.wxs 2007-01-30 18:57:14 UTC (rev 569) @@ -1,171 +1,171 @@ - + - - + + - + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - - + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - + + + + + + + + + + + + + + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - + Modified: branches/5.0/Package.build =================================================================== --- branches/5.0/Package.build 2007-01-24 14:53:45 UTC (rev 568) +++ branches/5.0/Package.build 2007-01-30 18:57:14 UTC (rev 569) @@ -84,13 +84,7 @@ - - - - - - + @@ -114,7 +108,15 @@ --> - + + + + + + +