Added:
branches/5.2/Installer/Binary/GlobalInstaller.exe
branches/5.2/Installer/register.cmd
Log:
including GlobalInstaller.exe and a helper file (register.cmd) to make it easy to register a build with VS with a single call
Added: branches/5.2/Installer/Binary/GlobalInstaller.exe
===================================================================
(Binary files differ)
Property changes on: branches/5.2/Installer/Binary/GlobalInstaller.exe
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/5.2/Installer/register.cmd
===================================================================
--- branches/5.2/Installer/register.cmd (rev 0)
+++ branches/5.2/Installer/register.cmd 2009-05-07 19:52:14 UTC (rev 1600)
@@ -0,0 +1,8 @@
+echo off
+gacutil /u mysql.data
+gacutil /u mysql.web
+gacutil /i MySql.Data\provider\bin\debug\mysql.data.dll
+installutil mysql.data\provider\bin\debug\mysql.data.dll
+gacutil /i MySql.Web\providers\bin\debug\mysql.web.dll
+installutil mysql.web\providers\bin\debug\mysql.web.dll
+installer\binary\globalinstaller mysql.visualstudio\bin\debug\mysql.visualstudio.dll version=VS2008 debug=true
| Thread |
|---|
| • Connector/NET commit: r1600 - in branches/5.2/Installer: . Binary | rburnett | 7 May |