Difference between revisions of "WinShell"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
− | This is a silent installer and | + | This is a silent installer and uninstaller for WinShell. |
<package id="winshell" name="winshell" revision="1" priority="0" reboot="false"> | <package id="winshell" name="winshell" revision="1" priority="0" reboot="false"> |
Revision as of 15:13, 8 June 2007
This is a silent installer and uninstaller for WinShell.
<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 del /s /q "%ProgramFiles%\WinShell\demo\*.*" ' /> <install cmd='cmd /c rmdir "%ProgramFiles%\Winshell\demo" ' /> <remove cmd='"%PROGRAMFILES%\WinShell\unins000.exe" /SP- /SILENT /NORESTART' /> </package>