Author: ruschein
Date: 2010-02-04 12:30:44 -0800 (Thu, 04 Feb 2010)
New Revision: 19182
Modified:
cytoscape/trunk/tools/Cytoscape.install4j
Log:
Now successfully executes gen_vmoptions.sh.
Modified: cytoscape/trunk/tools/Cytoscape.install4j
===================================================================
--- cytoscape/trunk/tools/Cytoscape.install4j 2010-02-04 20:24:12 UTC (rev
19181)
+++ cytoscape/trunk/tools/Cytoscape.install4j 2010-02-04 20:30:44 UTC (rev
19182)
@@ -53,7 +53,7 @@
</customScript>
</launcher>
</launchers>
- <installerGui installerType="1" suggestPreviousProgramGroup="true"
addOnAppId="" suggestPreviousLocations="true">
+ <installerGui installerType="1" suggestPreviousProgramGroup="true"
addOnAppId="" suggestPreviousLocations="false">
<customCode useInstalledFiles="false" />
<applications>
<application name="" id="installer"
beanClass="com.install4j.runtime.beans.applications.InstallerApplication"
enabled="true" commentSet="false" comment="" customIcnsFile="" customIcoFile="">
@@ -237,6 +237,45 @@
</serializedBean>
<condition />
</action>
+ <action name="" id="133"
beanClass="com.install4j.runtime.beans.actions.misc.RunExecutableAction"
enabled="true" commentSet="false" comment="" rollbackBarrier="false"
multiExec="false" failureStrategy="3" errorMessage="">
+ <serializedBean>
+ <java class="java.beans.XMLDecoder">
+ <object
class="com.install4j.runtime.beans.actions.misc.RunExecutableAction">
+ <void property="executable">
+ <object class="java.io.File">
+ <string>gen_vmoptions.sh</string>
+ </object>
+ </void>
+ <void property="wait">
+ <boolean>true</boolean>
+ </void>
+ <void property="workingDirectory">
+ <object class="java.io.File">
+ <string>{$installer:sys.installationDir}</string>
+ </object>
+ </void>
+ </object>
+ </java>
+ </serializedBean>
+ <condition>!Util.isWindows()</condition>
+ </action>
+ <action name="" id="134"
beanClass="com.install4j.runtime.beans.actions.misc.RunExecutableAction"
enabled="true" commentSet="false" comment="" rollbackBarrier="false"
multiExec="false" failureStrategy="3" errorMessage="">
+ <serializedBean>
+ <java class="java.beans.XMLDecoder">
+ <object
class="com.install4j.runtime.beans.actions.misc.RunExecutableAction">
+ <void property="executable">
+ <object class="java.io.File">
+ <string>gen_vmoptions.bat</string>
+ </object>
+ </void>
+ <void property="wait">
+ <boolean>true</boolean>
+ </void>
+ </object>
+ </java>
+ </serializedBean>
+ <condition>Util.isWindows()</condition>
+ </action>
</actions>
<formComponents />
</screen>
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.