[openrtm-commit:00447] r581 - trunk/jp.go.aist.rtm.RTC/installer/win32

openrtm @ openrtm.org openrtm @ openrtm.org
2011年 10月 5日 (水) 14:22:52 JST


Author: fsi-katami
Date: 2011-10-05 14:22:52 +0900 (Wed, 05 Oct 2011)
New Revision: 581

Modified:
   trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTM-aist-Java.wxs.in
Log:
changed the installation directory of OpenRTP.

Modified: trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTM-aist-Java.wxs.in
===================================================================
--- trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTM-aist-Java.wxs.in	2011-10-05 00:46:09 UTC (rev 580)
+++ trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTM-aist-Java.wxs.in	2011-10-05 05:22:52 UTC (rev 581)
@@ -34,6 +34,7 @@
     </Property>
     
     <!-- RTSE Property-->
+<!--
     <Property Id="FILEEXISTS">
       <DirectorySearch Id="CheckFileDir" Path="C:\Program Files">
         <DirectorySearch Id="CheckFileDir2" Path ="OpenRTP">
@@ -43,6 +44,7 @@
         </DirectorySearch>
       </DirectorySearch>
     </Property>
+-->
 <!--     <SetProperty Id="FILEEXISTSDIR" After="AppSearch" Value="[FILEEXISTS]">
     </SetProperty>-->
 
@@ -1209,15 +1211,22 @@
 
             <!-- end of examples -->
             </Directory>
+            <!-- rtmtools components -->
+            <?if $(env.INCLUDE_OPENRTP) = YES ?>
+            <?include OpenRTP_inc.wxs ?>
+            <?endif ?>
+            <!-- end of rtmtools -->
 
           </Directory>
 	        
       </Directory>
         
-        <!-- rtmtools components -->
+      <!-- rtmtools components -->
+<!--
         <?if $(env.INCLUDE_OPENRTP) = YES ?>
         <?include OpenRTP_inc.wxs ?>
-        <?endif ?>
+	<?endif ?>
+-->
         <!-- end of rtmtools -->
       <!-- end of Program Files Folder -->
         
@@ -1342,8 +1351,10 @@
     <!-- OpenRTP tools -->
     <?if $(env.INCLUDE_OPENRTP) = YES ?>
     <Feature Id="OpenRTP" Level="1" Title="OpenRT Platform Tool Chain">
+      <!--
       <Condition Level ="1"><![CDATA[ (FILEEXISTS =  "") ]]></Condition>
       <Condition Level ="0"><![CDATA[ (FILEEXISTS <> "") ]]></Condition>
+      -->
       <!-- rtse rcp -->
       <Feature Id="RTSystemEditor" Level="1" Title="RTSystemEditor">
 	<ComponentRef Id="Openrtp" />



openrtm-commit メーリングリストの案内