[openrtm-commit:01616] r620 - trunk/OpenRTM-aist-Python/installer

openrtm @ openrtm.org openrtm @ openrtm.org
2015年 10月 27日 (火) 16:10:56 JST


Author: kawauchi
Date: 2015-10-27 16:10:56 +0900 (Tue, 27 Oct 2015)
New Revision: 620

Modified:
   trunk/OpenRTM-aist-Python/installer/OpenRTM-aist-Python.wxs.in
Log:
[compat, installer] System environment variable RTM_ROOT has been added.

Modified: trunk/OpenRTM-aist-Python/installer/OpenRTM-aist-Python.wxs.in
===================================================================
--- trunk/OpenRTM-aist-Python/installer/OpenRTM-aist-Python.wxs.in	2015-10-22 06:05:38 UTC (rev 619)
+++ trunk/OpenRTM-aist-Python/installer/OpenRTM-aist-Python.wxs.in	2015-10-27 07:10:56 UTC (rev 620)
@@ -453,6 +453,11 @@
 				   Name="{% Product.Name %}">
 		  <Directory Id="Version"
 					 Name="{% Product.ShortVersion %}">
+            <Component Id="ENV_ROOT" Guid="61F1F7A1-7945-11E5-A548-D670D757CAAC">
+              <CreateFolder />
+              <Environment Id='RTM_ROOT' Name='RTM_ROOT' Action='create'
+                  System='yes' Value='[Version]' />
+            </Component>
 
             <!-- JRE -->
             <?if $(env.INCLUDE_JRE) = YES ?>
@@ -1145,6 +1150,7 @@
 
       <!-- runtime -->
       <Feature Id="Rtm_Runtime" Level="1" Title="Utility">
+        <ComponentRef Id="ENV_ROOT"/>
         <ComponentRef Id="Rtm_Bin"/>
         <ComponentRef Id="Rtm_Bin2"/>
       </Feature>



More information about the openrtm-commit mailing list