Author: nextgens
Date: 2006-03-25 15:11:33 +0000 (Sat, 25 Mar 2006)
New Revision: 8310

Modified:
   trunk/apps/installer/antinstall-config.xml
   trunk/apps/installer/build.xml
Log:
installer : new version, now it should start the script

Modified: trunk/apps/installer/antinstall-config.xml
===================================================================
--- trunk/apps/installer/antinstall-config.xml  2006-03-25 01:09:48 UTC (rev 
8309)
+++ trunk/apps/installer/antinstall-config.xml  2006-03-25 15:11:33 UTC (rev 
8310)
@@ -96,11 +96,6 @@
                <comment
                        displayText="Following components are 3rd party 
software"/>
                <target
-                       displayText="FUQID"
-                       target="fuqid"
-                       defaultValue="false"
-                       force="true"/>
-               <target
                        displayText="Frost"
                        target="frost"
                        defaultValue="true"

Modified: trunk/apps/installer/build.xml
===================================================================
--- trunk/apps/installer/build.xml      2006-03-25 01:09:48 UTC (rev 8309)
+++ trunk/apps/installer/build.xml      2006-03-25 15:11:33 UTC (rev 8310)
@@ -75,11 +75,21 @@
                </exec>

                <echo message="Registering as a system service if possible"/>
-               <exec os="Windows 2003" executable="run.cmd" 
dir="${installDir}/" spawn="true"/>
-               <exec os="Windows 2000" executable="run.cmd" 
dir="${installDir}/" spawn="true"/>
-               <exec os="Windows XP" executable="run.cmd" dir="${installDir}/" 
spawn="true"/>
-               <exec os="Windows ME" executable="run.cmd" dir="${installDir}/" 
spawn="true"/>
-               <exec os="Windows 98" executable="run.cmd" dir="${installDir}/" 
spawn="true"/>
+               <exec os="Windows 2003" executable="call" dir="${installDir}/" 
spawn="true">
+                       <arg value="run.cmd"/>
+               </exec>
+               <exec os="Windows 2000" executable="call" dir="${installDir}/" 
spawn="true">
+                       <arg value="run.cmd"/>
+               </exec>
+               <exec os="Windows XP" executable="call" dir="${installDir}/" 
spawn="true">
+                       <arg value="run.cmd"/>
+               </exec>
+               <exec os="Windows ME" executable="call" dir="${installDir}/" 
spawn="true">
+                       <arg value="run.cmd"/>
+               </exec>
+               <exec os="Windows 98" executable="call" dir="${installDir}/" 
spawn="true">
+                       <arg value="run.cmd"/>
+               </exec>
        </target>

        <target name="frost" unless="skip_frost">


Reply via email to