tuto:gestion_de_parc:wpkg:tightvnc

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Prochaine révision
Révision précédente
tuto:gestion_de_parc:wpkg:tightvnc [13/07/2012 10:13]
dani Page moved from wpkg:tightvnc to tuto:gestion_de_parc:wpkg:tightvnc
tuto:gestion_de_parc:wpkg:tightvnc [18/12/2013 13:34] (Version actuelle)
dani
Ligne 8: Ligne 8:
     <package id="tightvnc"      <package id="tightvnc" 
              name="Serveur VNC TightVNC"              name="Serveur VNC TightVNC"
-             revision="7+             revision="14"
              priority="10"               priority="10" 
              reboot="false">              reboot="false">
-  + 
-        <variable name="PKG_VERSION" value="2.5.1" />+        <variable name="PKG_VERSION" value="2.7.10" />
  
         <variable architecture="x86" name="MSI" value="%SOFTWARE%\tightvnc\tightvnc-%PKG_VERSION%-setup-32bit.msi" />         <variable architecture="x86" name="MSI" value="%SOFTWARE%\tightvnc\tightvnc-%PKG_VERSION%-setup-32bit.msi" />
Ligne 38: Ligne 38:
         <install cmd='"%INSTALL_PATH%\tvnserver" -install -silent' >         <install cmd='"%INSTALL_PATH%\tvnserver" -install -silent' >
             <exit code="1" />             <exit code="1" />
-            <exit code="0" /> +            <exit code="0" />
         </install>         </install>
         <!-- Stop the TightVNC Server whilst we import settings -->         <!-- Stop the TightVNC Server whilst we import settings -->
         <install cmd='"%INSTALL_PATH%\tvnserver" -stop -silent' >         <install cmd='"%INSTALL_PATH%\tvnserver" -stop -silent' >
             <exit code="1" />             <exit code="1" />
-            <exit code="0" /> +            <exit code="0" />
         </install>         </install>
         <!-- Import settings -->         <!-- Import settings -->
Ligne 49: Ligne 49:
         <!-- Restart the TightVNC Server -->         <!-- Restart the TightVNC Server -->
         <install cmd='"%INSTALL_PATH%\tvnserver" -start -silent' />         <install cmd='"%INSTALL_PATH%\tvnserver" -start -silent' />
- 
         <!-- Remove RealVNC if installed -->         <!-- Remove RealVNC if installed -->
         <upgrade cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\RealVNC\VNC4\unins000.exe" "%PROGRAMFILES%\RealVNC\VNC4\unins000.exe" /SP- /VERYSILENT /NORESTART' />         <upgrade cmd='%COMSPEC% /C if exist "%PROGRAMFILES%\RealVNC\VNC4\unins000.exe" "%PROGRAMFILES%\RealVNC\VNC4\unins000.exe" /SP- /VERYSILENT /NORESTART' />
Ligne 65: Ligne 64:
         <upgrade cmd='"%INSTALL_PATH%\tvnserver" -stop -silent' >         <upgrade cmd='"%INSTALL_PATH%\tvnserver" -stop -silent' >
             <exit code="1" />             <exit code="1" />
-            <exit code="0" /> +            <exit code="0" />
         </upgrade>         </upgrade>
         <upgrade cmd='%COMSPEC% /C regedit /s "%REG_PATH%"' />         <upgrade cmd='%COMSPEC% /C regedit /s "%REG_PATH%"' />
  • tuto/gestion_de_parc/wpkg/tightvnc.1342167190.txt.gz
  • Dernière modification: 13/07/2012 10:13
  • de dani