Changes

WinShell

28 bytes added, 11:05, 1 May 2008
m
no edit summary
This is a silent installer and uninstaller for WinShell.
<source lang="xml"><package id="winshell" name="winshell" revision="1" priority="0" reboot="false">
<check type="uninstall" condition="exists" path="WinShell" />
<install cmd='%SOFTWARE%\WinShell\WinShell26.exe /sp- /silent /norestart /verysilent' />
<install cmd='cmd /c rmdir "%ProgramFiles%\Winshell\demo" ' />
<remove cmd='"%PROGRAMFILES%\WinShell\unins000.exe" /SP- /SILENT /NORESTART' />
</package></source>
[[category:Silent Installers]]