Changes

Jump to: navigation, search

Packages.xml:Spanish

43 bytes removed, 09:01, 19 October 2010
Registry
Cuidado, hay una limitación en el método de lectura de valores del registro que utiliza WPKG para buscar las claves que contienen el caracter ('\'). Beware, there is a limitation of the RegRead method used by WPKG's Registry checks to query registry values which contain backslashes ('\'). Vea la sección de ejecución más abajo para abordar esta cuestión.
Hay dos posibles condiciones disponibles para las comprobaciones del registro: ''exists'' y ''equals''.
'''exists''' - Esto comprueba la existencia de un fichero. Si el fichero existe, la condición devuelve ''true''.
'''sizeequals''' - This checks the size of a fileEsto comprueba el tamaño de un fichero. If the file is found and the size equals the value suppliedSi se encuentra el archivo y su tamaño es el mismo que el suministrado en la condición, the condition returns devuelve ''true''.
'''versionsmallerthan''' - This checks the version of a Comprueba la versión de un fichero en particular file. If the file is found and the version is less than the supplied version numberSi se encuentra el archivo y su versión es inferior al número de versión suministrado, the condition returns la condición devuelve ''true''.
'''versionlessorequal''' - This checks the version of a Comprueba la versión de un fichero en particular file. If the file is found and the version is less than or equal to the supplied version numberSi el fichero se encuentra y la versión es inferior o igual a la suministrada en la condición, the condition returns devuelve ''true''.
'''versionequalto''' - This checks the version of a Comprueba la versión de un fichero en particular file. If the file is found and the version is equal to the supplied version number, the condition returns Si se encuentra el fichero y su versión es igual a la proporcionada en la condición devuelve ''true''.
'''versiongreaterorequal''' - This checks the version of Comprueba la versión de un fichero en particular. Si se encuentra el fichero y su versión es mayor o igual a la proporcionada en la condición devuelve ''true''. '''versiongreaterthan''' - Comprueba la versión de un fichero en particular file. If the file is found and the version is greater than or equal to the supplied version number, the condition returns Si se encuentra el fichero y su versión es mayor que la proporcionada en la condición devuelve ''true''.
'''versiongreaterthan''' - This checks the version of a particular file. If the file is found and the version is greater than the supplied version number, the condition returns true.
</div>
Ejemplos:
This checks for the existence of Esto comprueba si existe Adobe Reader within the filesystemdentro del sistema de archivos:
<source lang="xml">
</source>
This checks to see if Esto comprueba si la versión si está instalada la el Firefox US English version 1.5.0.6 is installed based on the file size of the executablecomprobando la coincidencia del tamaño de su fichero ejecutable:
<source lang="xml">
<check type="file" condition="sizeequals" path="%PROGRAMFILES%\Mozilla Firefox\firefox.exe" value="7183469" />
</source>
 This checks whether the version of Coprueba si la versión del ejecutable de Firefox (.exe that's currently installed is less than ) que está instalado es inferior a la 1.5.0.6:
<source lang="xml">
61
edits

Navigation menu