Difference between revisions of "SSH Secure Client"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
m
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
This is a silent installer and uninstaller for SSH Secure Client.
 
This is a silent installer and uninstaller for SSH Secure Client.
  
<package id="sshclient" name="SSH Secure Client 3.2.9" revision="1" priority="0" reboot="false">
+
<source lang="xml">
 +
<package id="sshclient" name="SSH Secure Client 3.2.9" revision="1" priority="0" reboot="false">
 
  <check type="uninstall" condition="exists" path="SSH Secure Shell" />
 
  <check type="uninstall" condition="exists" path="SSH Secure Shell" />
  <install cmd='\\server\share\sshclient\sshsecureshellclient-3.2.9.exe /s /a /s /sms /f1\\server\share\sshclient\sshclient.iss /f2c:\netinst\logs\sshclient.txt' />
+
  <install cmd='%SOFTWARE%\sshclient\sshsecureshellclient-3.2.9.exe /s /a /s /sms /f1%SOFTWARE%\sshclient\sshclient.iss /f2c:\netinst\logs\sshclient.txt' />
  <remove cmd='RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "C:\Program Files\InstallShield Installation Information\{74E2CD0C-D4A2-11D3-95A6-0000E86CFDE5}\Setup.exe" ' />
+
  <remove cmd='RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "%PROGRAMFILES%\InstallShield Installation Information\{74E2CD0C-D4A2-11D3-95A6-0000E86CFDE5}\Setup.exe" ' />
<upgrade cmd="" />
+
</package>  
</package>  
+
</source>
  
[[category:Silent Installers|SSH Secure Client]]
+
[[category:Silent Installers]]

Latest revision as of 17:37, 12 April 2008

This is a silent installer and uninstaller for SSH Secure Client.

<package id="sshclient" name="SSH Secure Client 3.2.9" revision="1" priority="0" reboot="false">
 <check type="uninstall" condition="exists" path="SSH Secure Shell" />
 <install cmd='%SOFTWARE%\sshclient\sshsecureshellclient-3.2.9.exe /s /a /s /sms /f1%SOFTWARE%\sshclient\sshclient.iss /f2c:\netinst\logs\sshclient.txt' />
 <remove cmd='RunDll32 C:\PROGRA~1\COMMON~1\INSTAL~1\engine\6\INTEL3~1\Ctor.dll,LaunchSetup "%PROGRAMFILES%\InstallShield Installation Information\{74E2CD0C-D4A2-11D3-95A6-0000E86CFDE5}\Setup.exe" ' />
</package>