Difference between revisions of "Big Brother"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
m
Line 5: Line 5:
 
  <install cmd='%SOFTWARE%\BigBrother\BigBroSP.exe /S ' />
 
  <install cmd='%SOFTWARE%\BigBrother\BigBroSP.exe /S ' />
 
  <remove cmd='%PROGRAMFILES%\BigBrother\uninstall.exe' />
 
  <remove cmd='%PROGRAMFILES%\BigBrother\uninstall.exe' />
<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' />
</package>