[commit] r2006 - trunk/Install

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Aug 14 13:19:42 CDT 2012


Author: ksmyth
Date: Tue Aug 14 13:19:42 2012
New Revision: 2006

Log:
Dont try to install and GAC ISIS.GME.Common without .NET 4

Modified:
   trunk/Install/GME_SDK.wxs

Modified: trunk/Install/GME_SDK.wxs
==============================================================================
--- trunk/Install/GME_SDK.wxs	Tue Aug 14 12:42:02 2012	(r2005)
+++ trunk/Install/GME_SDK.wxs	Tue Aug 14 13:19:42 2012	(r2006)
@@ -211,7 +211,7 @@
     </Component>
     <Component Directory="INSTALLDIR_SDK_DOTNET_CSHARPDSMLGENERATOR" Guid="{AEE769E8-E82D-46AF-AF94-F61B2C41DF5A}" Permanent="yes">
       <File Source="..\SDK\DotNet\DsmlGenerator\CSharpDsmlGenerator\bin\Release\ISIS.GME.Common.dll" KeyPath="yes" Assembly=".net"/>
-      <Condition>NETFRAMEWORK20 OR NETFRAMEWORK40FULL OR NETFRAMEWORK40CLIENT</Condition>
+      <Condition>NETFRAMEWORK40FULL OR NETFRAMEWORK40CLIENT</Condition>
     </Component>
     <Component Directory="INSTALLDIR_SDK_DOTNET_CSHARPDSMLGENERATOR">
       <File Source="..\SDK\DotNet\DsmlGenerator\CSharpDsmlGenerator\bin\Release\MgaMeta.dll" />


More information about the gme-commit mailing list