Difference between revisions of "WinShell"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(No difference)

Revision as of 22:33, 9 December 2005

This is a silent installer and deinstaller for WinShell.

<package id="winshell" name="winshell" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="WinShell" />
<install cmd='\\server\share\WinShell\WinShell26.exe /sp- /silent /norestart /verysilent' />
<install cmd='cmd /c del /s /q "%ProgramFiles%\WinShell\demo\*.*" ' />
<install cmd='cmd /c rmdir "%ProgramFiles%\Winshell\demo" ' />
<remove cmd='"C:\Program Files\WinShell\unins000.exe" /SP- /SILENT /NORESTART' />
<upgrade cmd= />
</package>