Difference between revisions of "Big Brother"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
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="c:\program files\BigBrother\bin\bbnt.exe" />
+
  <check type="file" condition="exists" path="%PROGRAMFILES%\BigBrother\bin\bbnt.exe" />
  <install cmd='\\server\share\bbnt\Native\BigBroSP.exe /S ' />
+
  <install cmd='%SOFTWARE%\BigBrother\BigBroSP.exe /S ' />
  <remove cmd='c:\program files\BigBrother\uninstall.exe' />
+
  <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>