[commit] r1952 - trunk/Install

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Fri Jun 29 10:40:33 CDT 2012


Author: ksmyth
Date: Fri Jun 29 10:40:33 2012
New Revision: 1952

Log:
GAC ISIS.GME.Common.dll

Modified:
   trunk/Install/GME_SDK.wxs

Modified: trunk/Install/GME_SDK.wxs
==============================================================================
--- trunk/Install/GME_SDK.wxs	Fri Jun 29 10:10:53 2012	(r1951)
+++ trunk/Install/GME_SDK.wxs	Fri Jun 29 10:40:33 2012	(r1952)
@@ -204,8 +204,9 @@
     <Component Directory="INSTALLDIR_SDK_DOTNET_CSHARPDSMLGENERATOR">
       <File Source="..\SDK\DotNet\DsmlGenerator\CSharpDsmlGenerator\CSharpDSMLGenerator.ico" />
     </Component>
-    <Component Directory="INSTALLDIR_SDK_DOTNET_CSHARPDSMLGENERATOR">
-      <File Source="..\SDK\DotNet\DsmlGenerator\CSharpDsmlGenerator\bin\Release\ISIS.GME.Common.dll" />
+    <Component Directory="INSTALLDIR_SDK_DOTNET_CSHARPDSMLGENERATOR" Permanent="yes">
+      <File Source="..\SDK\DotNet\DsmlGenerator\CSharpDsmlGenerator\bin\Release\ISIS.GME.Common.dll" Assembly=".net" />
+      <Condition>NETFRAMEWORK</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