From: Date: February 15 2007 11:22pm
Subject: Connector/NET commit: r590 - in branches/5.0: . Installer Installer/Binary
List-Archive: http://lists.mysql.com/commits/19971
X-Bug: 26430
Message-Id: <200702152222.l1FMMq1h026643@bk-internal.mysql.com>
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Added:
branches/5.0/Installer/Binary/
branches/5.0/Installer/Binary/InstallUtilLib.dll
branches/5.0/Installer/Binary/MSVBDPCADLL.ibd
branches/5.0/Installer/Binary/VSDNETCFG.ibd
Modified:
branches/5.0/CHANGES
branches/5.0/Installer/main.wxs
branches/5.0/Package.build
Log:
Bug #26430 Will not install under Vista
Had to fix how the custom actions were being called and added the execute="deferred" element and impersonate="no"
Modified: branches/5.0/CHANGES
===================================================================
--- branches/5.0/CHANGES 2007-02-13 22:19:00 UTC (rev 589)
+++ branches/5.0/CHANGES 2007-02-15 22:22:42 UTC (rev 590)
@@ -15,7 +15,8 @@
Bug #25906 Typo makes GetSchema with DataTypes collection throw an exception
Bug #25907 DataType Column of DataTypes collection does'nt contain the correct CLR Datatype
Bug #25950 DataSourceInformation collection contains incorrect values
-
+ Bug #26430 Will not install under Vista
+
Other changes
-------------
Return parameters created with DeriveParameters now have the name RETURN_VALUE
Added: branches/5.0/Installer/Binary/InstallUtilLib.dll
===================================================================
(Binary files differ)
Property changes on: branches/5.0/Installer/Binary/InstallUtilLib.dll
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/5.0/Installer/Binary/MSVBDPCADLL.ibd
===================================================================
(Binary files differ)
Property changes on: branches/5.0/Installer/Binary/MSVBDPCADLL.ibd
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/5.0/Installer/Binary/VSDNETCFG.ibd
===================================================================
--- branches/5.0/Installer/Binary/VSDNETCFG.ibd 2007-02-13 22:19:00 UTC (rev 589)
+++ branches/5.0/Installer/Binary/VSDNETCFG.ibd 2007-02-15 22:22:42 UTC (rev 590)
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Modified: branches/5.0/Installer/main.wxs
===================================================================
--- branches/5.0/Installer/main.wxs 2007-02-13 22:19:00 UTC (rev 589)
+++ branches/5.0/Installer/main.wxs 2007-02-15 22:22:42 UTC (rev 590)
@@ -45,7 +45,7 @@
-
+
@@ -56,7 +56,7 @@
-
+
@@ -90,14 +90,6 @@
-
-
-
-
-
-
-
-
@@ -118,20 +110,34 @@
-
-
+
+
+
-
- NOT Installed
- NOT Installed
+
+
+
- Installed
- Installed
- -->
+
+
+
+
+
+
+
+ NOT Installed
+ NOT Installed
+
+
+ Installed
+ Installed
+ Installed
+
Modified: branches/5.0/Package.build
===================================================================
--- branches/5.0/Package.build 2007-02-13 22:19:00 UTC (rev 589)
+++ branches/5.0/Package.build 2007-02-15 22:22:42 UTC (rev 590)
@@ -9,7 +9,7 @@
-
+