Changes

Jump to: navigation, search

Packages.xml:Spanish

33 bytes added, 07:12, 19 October 2010
Quick examples
Please note that the target value for a download action is always relative to the downloadDir defined in wpkg.js (and there's currently no configuration option to change this from the default of %TEMP%).
==Quick examplesEjemplos rápidos==
Other example Otro ejemplo - WPKG checks if the package is installed only in comprueba si el paquete ha sido ya instalado en la parte de Windowsde ' Add/Remove Programs before deciding to install it añadir y quitar programas' exclusivamente antes de decidir instalarlo (to make sure it is not installed alreadypara asegurarse de que no ha sido instalado previamente):
<source lang="xml">
</source>
  In the example below, there are En el siguiete no check conditionshay condiciones de comprobación.This means that Esto significa que WPKG will execute it each time - so this is rather useful for executing scripts that need to be run each time the machine is booted, than installing lo ejecutará cada vez que el equipo arranque e instalará el software:
<source lang="xml">
Similar exampleEjemplo similar, without any conditions, eithertambién sin condiciones.Note the Tenga en cuenta la entrada '''execute="once"''' entry - this means that that esto significa que este script will be executed only oncesólo será ejecutado una vez. It is useful for the tasks you wantto do one time onlyEsto puede ser útil para tareas que sólo han de realizarse una vez, como desfragmentaciones de disco, like disk defragmentingalgunos test, some testingcambiar impresoras, changing printers etc.
<source lang="xml">
</source>
SimilarlyDe forma similar, you may want to execute a program or si desea ejecutar una aplicación o un script each time siempre - use utilice "always" instead of en lugar de "once". For more info on this functionality, check Para más información sobre esta funcionalidad vea [[Execute_once_/_always|here]].
==Package dependencies==
61
edits

Navigation menu