[openrtm-commit:01390] r712 - trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTP

openrtm @ openrtm.org openrtm @ openrtm.org
2014年 3月 20日 (木) 19:02:54 JST


Author: win-ei
Date: 2014-03-20 19:02:54 +0900 (Thu, 20 Mar 2014)
New Revision: 712

Modified:
   trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTP/OpenRTP_inc.wxs
Log:
Added the starting parameter for specifying workspace to the shortcut of RTSystemEditor.

Modified: trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTP/OpenRTP_inc.wxs
===================================================================
--- trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTP/OpenRTP_inc.wxs	2014-03-19 10:27:32 UTC (rev 711)
+++ trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTP/OpenRTP_inc.wxs	2014-03-20 10:02:54 UTC (rev 712)
@@ -9,7 +9,8 @@
 		<File Id="Openrtp0000" Name="RTSystemEditorRCP.exe"
 	      DiskId="1" Source="C:\\distribution\\OpenRTP\\RTSystemEditor\\RTSystemEditorRCP.exe">
 	  	  <Shortcut Id="Openrtp0000" Directory="ToolsMenuFolder"
-		    Name="RTSystemEditor"
+                    Name="RTSystemEditor"
+		    Arguments="-data "%USERPROFILE%\workspace""
 		    Show="normal" WorkingDirectory="tools"/>
 	  	</File>
 		<File Id="Openrtp0001" Name=".eclipseproduct"



More information about the openrtm-commit mailing list