Difference between revisions of "Big Brother"
From WPKG | Open Source Software Deployment and Distribution
m |
m |
||
Line 1: | Line 1: | ||
This is a silent installer and uninstaller for Big Brother. | This is a silent installer and uninstaller for Big Brother. | ||
− | + | <source lang="xml"> | |
<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="%PROGRAMFILES%\BigBrother\bin\bbnt.exe" /> | <check type="file" condition="exists" path="%PROGRAMFILES%\BigBrother\bin\bbnt.exe" /> | ||
Line 6: | Line 6: | ||
<remove cmd='%PROGRAMFILES%\BigBrother\uninstall.exe' /> | <remove cmd='%PROGRAMFILES%\BigBrother\uninstall.exe' /> | ||
</package> | </package> | ||
− | + | </source> | |
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Latest revision as of 22:07, 5 February 2008
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' />
</package>