Difference between revisions of "SSH Secure Client"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 3: | Line 3: | ||
<package id="sshclient" name="SSH Secure Client 3.2.9" revision="1" priority="0" reboot="false"> | <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=' | + | <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 " | + | <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> | </package> | ||
− | [[category:Silent Installers | + | [[category:Silent Installers]] |
Revision as of 14:22, 3 October 2006
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>