[commit] r1790 - trunk/GME

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Mon Jan 9 11:16:28 CST 2012


Author: ksmyth
Date: Mon Jan  9 11:16:28 2012
New Revision: 1790

Log:
Need to GME.exe /regserver to register GME.Application and CLSID

Modified:
   trunk/GME/regrelease.bat

Modified: trunk/GME/regrelease.bat
==============================================================================
--- trunk/GME/regrelease.bat	Mon Jan  9 11:04:29 2012	(r1789)
+++ trunk/GME/regrelease.bat	Mon Jan  9 11:16:28 2012	(r1790)
@@ -88,6 +88,11 @@
 %windir%\Microsoft.NET\Framework\v4.0.30319\regtlibv12.exe "%~dp0%1\Release\GME.exe"
 if errorlevel 1 goto errorlabel
 
+echo GME.exe
+"%~dp0%1\Release\GME.exe" /regserver
+if errorlevel 1 goto errorlabel
+echo    OK
+
 goto eof
 
 :errorlabel
@@ -97,3 +102,4 @@
 exit /b %tlevel%
 
 :eof
+	
\ No newline at end of file


More information about the gme-commit mailing list