Difference between revisions of "Big Brother"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 2: | Line 2: | ||
<package id="bigbrosp" name="BigBrother client for SP" revision="1" priority="0" reboot="false"> | <package id="bigbrosp" name="BigBrother client for SP" revision="1" priority="0" reboot="false"> | ||
− | <check type="file" condition="exists" path=" | + | <check type="file" condition="exists" path="%PROGRAMFILES%\BigBrother\bin\bbnt.exe" /> |
− | <install cmd='\ | + | <install cmd='%SOFTWARE%\BigBrother\BigBroSP.exe /S ' /> |
− | <remove cmd=' | + | <remove cmd='%PROGRAMFILES%\BigBrother\uninstall.exe' /> |
<upgrade cmd='' /> | <upgrade cmd='' /> | ||
</package> | </package> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 20:03, 30 September 2006
This is a silent installer and uninstaller for Big Brother.
<package id="bigbrosp" name="BigBrother client for SP" revision="1" priority="0" reboot="false"> <check type="file" condition="exists" path="%PROGRAMFILES%\BigBrother\bin\bbnt.exe" /> <install cmd='%SOFTWARE%\BigBrother\BigBroSP.exe /S ' /> <remove cmd='%PROGRAMFILES%\BigBrother\uninstall.exe' /> <upgrade cmd= /> </package>