[openrtm-commit:01408] r721 - trunk/jp.go.aist.rtm.RTC/installer/win32
openrtm @ openrtm.org
openrtm @ openrtm.org
2014年 3月 26日 (水) 10:15:59 JST
Author: win-ei
Date: 2014-03-26 10:15:59 +0900 (Wed, 26 Mar 2014)
New Revision: 721
Modified:
trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTM-aist-Java.wxs.in
Log:
Fixed Package Id.
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 2014-03-25 05:03:19 UTC (rev 720)
+++ trunk/jp.go.aist.rtm.RTC/installer/win32/OpenRTM-aist-Java.wxs.in 2014-03-26 01:15:59 UTC (rev 721)
@@ -11,9 +11,9 @@
<Package Id="*"
Keywords="Installer"
Description="{% Package.Description %}"
- InstallerVersion="300"
+ InstallerVersion="{% Package.InstallerVersion %}"
Languages='$(var.language)'
- Compressed="yes"
+ Compressed="{% Package.Compressed %}"
SummaryCodepage='$(var.codepage)' />
<!-- Property -->
@@ -65,7 +65,7 @@
Minimum="1.1.0"
Maximum="1.1.0.1"
Property="OLDERVERSIONBEINGUPGRADED"
- IncludeMaximum="no" />
+ IncludeMaximum="yes" />
<UpgradeVersion OnlyDetect='no' Property='PREVIOUSFOUND'
Minimum='1.1.0' IncludeMinimum='yes'
Maximum='1.2.0' IncludeMaximum='no' />
More information about the openrtm-commit
mailing list