Difference between revisions of "Ixplorer"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for ixplorer SCP/SFTP client. | This is a silent installer and uninstaller for ixplorer SCP/SFTP client. | ||
− | + | <source lang="xml"> | |
+ | <package id="ixplorer" name="ixplorer SCP/SFTP client" revision="1" priority="0" reboot="false"> | ||
<check type="uninstall" condition="exists" path="Secure iXplorer 0.19b" /> | <check type="uninstall" condition="exists" path="Secure iXplorer 0.19b" /> | ||
<install cmd='%SOFTWARE%\ixplorer\ixplorer_019b.exe /sp- /silent /norestart' /> | <install cmd='%SOFTWARE%\ixplorer\ixplorer_019b.exe /sp- /silent /norestart' /> | ||
<install cmd='cmd /c del /s /q "%AllUsersProfile%\Secure iXplorer.lnk" ' /> | <install cmd='cmd /c del /s /q "%AllUsersProfile%\Secure iXplorer.lnk" ' /> | ||
<remove cmd='"C:\Program Files\i-tree.org\Secure iXplorer\unins000.exe" /sp- /silent /norestart' /> | <remove cmd='"C:\Program Files\i-tree.org\Secure iXplorer\unins000.exe" /sp- /silent /norestart' /> | ||
− | + | </package> | |
+ | </source> | ||
[[category:Silent Installers]] | [[category:Silent Installers]] |
Latest revision as of 23:02, 15 February 2008
This is a silent installer and uninstaller for ixplorer SCP/SFTP client.
<package id="ixplorer" name="ixplorer SCP/SFTP client" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="Secure iXplorer 0.19b" />
<install cmd='%SOFTWARE%\ixplorer\ixplorer_019b.exe /sp- /silent /norestart' />
<install cmd='cmd /c del /s /q "%AllUsersProfile%\Secure iXplorer.lnk" ' />
<remove cmd='"C:\Program Files\i-tree.org\Secure iXplorer\unins000.exe" /sp- /silent /norestart' />
</package>