Rectificación en el script de FinalBuilder para generar el instalador para pisar los ficheros del programa con los nuevos.

git-svn-id: https://192.168.0.254/svn/Proyectos.Tecsitel_FactuGES2/trunk@651 0c75b7a4-871f-7646-8a2f-f78d34cc349f
This commit is contained in:
David Arranz 2008-09-30 17:06:22 +00:00
parent c438730af7
commit 8cab9e126d

View File

@ -230,7 +230,7 @@ updateclient_path
<Property MultiValue="1" name="Description" type="string"><![CDATA[Crear directorios de trabajo / Borrar ficheros en los directorios de trabajo]]> <Property MultiValue="1" name="Description" type="string"><![CDATA[Crear directorios de trabajo / Borrar ficheros en los directorios de trabajo]]>
</Property> </Property>
<Property name="DisableAsync" type="Boolean">False</Property> <Property name="DisableAsync" type="Boolean">False</Property>
<Property name="Enabled" type="WordBool">True</Property> <Property name="Enabled" type="WordBool">False</Property>
<Property name="ExpandActionLogTitle" type="Boolean">True</Property> <Property name="ExpandActionLogTitle" type="Boolean">True</Property>
<Property name="IgnoreFailure" type="WordBool">False</Property> <Property name="IgnoreFailure" type="WordBool">False</Property>
<Property name="IsAction" type="Boolean">True</Property> <Property name="IsAction" type="Boolean">True</Property>
@ -371,7 +371,7 @@ updateclient_path
<Property MultiValue="1" name="Description" type="string"><![CDATA[Copiar ficheros del cliente]]> <Property MultiValue="1" name="Description" type="string"><![CDATA[Copiar ficheros del cliente]]>
</Property> </Property>
<Property name="DisableAsync" type="Boolean">False</Property> <Property name="DisableAsync" type="Boolean">False</Property>
<Property name="Enabled" type="WordBool">True</Property> <Property name="Enabled" type="WordBool">False</Property>
<Property name="ExpandActionLogTitle" type="Boolean">True</Property> <Property name="ExpandActionLogTitle" type="Boolean">True</Property>
<Property name="IgnoreFailure" type="WordBool">False</Property> <Property name="IgnoreFailure" type="WordBool">False</Property>
<Property name="IsAction" type="Boolean">True</Property> <Property name="IsAction" type="Boolean">True</Property>
@ -1472,7 +1472,9 @@ updateclient_path
<Property name="TerminateOnTimeout" type="Boolean">True</Property> <Property name="TerminateOnTimeout" type="Boolean">True</Property>
<Property name="TimeoutLength" type="Cardinal">2</Property> <Property name="TimeoutLength" type="Cardinal">2</Property>
<CustomProperty MultiValue="0" name="TheVariable" type="ptString">_aux_xml_document</CustomProperty> <CustomProperty MultiValue="0" name="TheVariable" type="ptString">_aux_xml_document</CustomProperty>
<CustomProperty MultiValue="1" name="NewValue" type="ptString"><![CDATA[&lt;File Name="%_aux_filename%" Size="%factuges_size%" Action="Unzip" /&gt;]]> <CustomProperty MultiValue="1" name="NewValue" type="ptString"><![CDATA[&lt;File Name="%_aux_filename%" Size="%factuges_size%" Action="Unzip" Unzip="True"/&gt;
]]>
</CustomProperty> </CustomProperty>
<CustomProperty name="SeparateWithCRLF" type="ptBoolean">True</CustomProperty> <CustomProperty name="SeparateWithCRLF" type="ptBoolean">True</CustomProperty>
<CustomProperty name="SeparateWithTab" type="ptBoolean">False</CustomProperty> <CustomProperty name="SeparateWithTab" type="ptBoolean">False</CustomProperty>
@ -1521,15 +1523,13 @@ updateclient_path
<Property name="ValidateOnParse" type="Boolean">True</Property> <Property name="ValidateOnParse" type="Boolean">True</Property>
<Property name="XMLDocSource" type="TXMLDocSource">sxText</Property> <Property name="XMLDocSource" type="TXMLDocSource">sxText</Property>
<Property MultiValue="0" name="XMLDocumentName" type="string">UpdateConfig.xml</Property> <Property MultiValue="0" name="XMLDocumentName" type="string">UpdateConfig.xml</Property>
<Property name="XMLObject" type="IFBXMLObject" XMLID="{CA7B58EE-D345-4CE6-9C73-47782D59BCB2}"/> <Property name="XMLObject" type="IFBXMLObject" XMLID="{DCF53838-BACF-4BB9-A888-A6FACEDBC9E2}"/>
<Property MultiValue="0" name="XMLSourceFile" type="string"></Property> <Property MultiValue="0" name="XMLSourceFile" type="string"></Property>
<Property MultiValue="1" name="XMLText" type="string"><![CDATA[&lt;UpdatePlus&gt; <Property MultiValue="1" name="XMLText" type="string"><![CDATA[&lt;UpdatePlus&gt;
&lt;FileList&gt; &lt;FileList&gt;
&lt;Directory Name="&amp;lt;ApplicationDir&amp;gt;"&gt; &lt;Directory Name="&amp;lt;ApplicationDir&amp;gt;"&gt;
&lt;Directory Name="updates"&gt;
%_aux_xml_document% %_aux_xml_document%
&lt;/Directory&gt; &lt;/Directory&gt;
&lt;/Directory&gt;
&lt;/FileList&gt; &lt;/FileList&gt;
&lt;CompanyEmail&gt;info@rodax-software.com&lt;/CompanyEmail&gt; &lt;CompanyEmail&gt;info@rodax-software.com&lt;/CompanyEmail&gt;
&lt;Restart&gt;No restart&lt;/Restart&gt; &lt;Restart&gt;No restart&lt;/Restart&gt;
@ -1537,7 +1537,7 @@ updateclient_path
&lt;UpdateVersion&gt;%factuges_version%&lt;/UpdateVersion&gt; &lt;UpdateVersion&gt;%factuges_version%&lt;/UpdateVersion&gt;
&lt;/UpdatePlus&gt;]]> &lt;/UpdatePlus&gt;]]>
</Property> </Property>
<Object Class="TFBXMLObject" XMLID="{CA7B58EE-D345-4CE6-9C73-47782D59BCB2}"><Property MultiValue="0" name="Name" type="string">UpdateConfig.xml</Property> <Object Class="TFBXMLObject" XMLID="{DCF53838-BACF-4BB9-A888-A6FACEDBC9E2}"><Property MultiValue="0" name="Name" type="string">UpdateConfig.xml</Property>
</Object> </Object>
</Object> </Object>
<Object Class="TFBXMLSaveDocumentAction" XMLID="{B2A961A8-7252-4E9A-B0EE-4B491FC59DDB}"><Property MultiValue="0" name="ActionComment" type="string"></Property> <Object Class="TFBXMLSaveDocumentAction" XMLID="{B2A961A8-7252-4E9A-B0EE-4B491FC59DDB}"><Property MultiValue="0" name="ActionComment" type="string"></Property>