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:
parent
c438730af7
commit
8cab9e126d
@ -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>
|
||||
<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="IgnoreFailure" type="WordBool">False</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>
|
||||
<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="IgnoreFailure" type="WordBool">False</Property>
|
||||
<Property name="IsAction" type="Boolean">True</Property>
|
||||
@ -1472,7 +1472,9 @@ updateclient_path
|
||||
<Property name="TerminateOnTimeout" type="Boolean">True</Property>
|
||||
<Property name="TimeoutLength" type="Cardinal">2</Property>
|
||||
<CustomProperty MultiValue="0" name="TheVariable" type="ptString">_aux_xml_document</CustomProperty>
|
||||
<CustomProperty MultiValue="1" name="NewValue" type="ptString"><![CDATA[<File Name="%_aux_filename%" Size="%factuges_size%" Action="Unzip" />]]>
|
||||
<CustomProperty MultiValue="1" name="NewValue" type="ptString"><![CDATA[<File Name="%_aux_filename%" Size="%factuges_size%" Action="Unzip" Unzip="True"/>
|
||||
|
||||
]]>
|
||||
</CustomProperty>
|
||||
<CustomProperty name="SeparateWithCRLF" type="ptBoolean">True</CustomProperty>
|
||||
<CustomProperty name="SeparateWithTab" type="ptBoolean">False</CustomProperty>
|
||||
@ -1521,15 +1523,13 @@ updateclient_path
|
||||
<Property name="ValidateOnParse" type="Boolean">True</Property>
|
||||
<Property name="XMLDocSource" type="TXMLDocSource">sxText</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="1" name="XMLText" type="string"><![CDATA[<UpdatePlus>
|
||||
<FileList>
|
||||
<Directory Name="&lt;ApplicationDir&gt;">
|
||||
<Directory Name="updates">
|
||||
%_aux_xml_document%
|
||||
</Directory>
|
||||
</Directory>
|
||||
</FileList>
|
||||
<CompanyEmail>info@rodax-software.com</CompanyEmail>
|
||||
<Restart>No restart</Restart>
|
||||
@ -1537,7 +1537,7 @@ updateclient_path
|
||||
<UpdateVersion>%factuges_version%</UpdateVersion>
|
||||
</UpdatePlus>]]>
|
||||
</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 Class="TFBXMLSaveDocumentAction" XMLID="{B2A961A8-7252-4E9A-B0EE-4B491FC59DDB}"><Property MultiValue="0" name="ActionComment" type="string"></Property>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user