Safarp

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search

Safarp is a fast alternative to the Add or Remove Programs Control Panel applet of Windows 2000/XP.

You can download it from http://wistinga.online.fr/safarp.

<packages>

  <package id='safarp' 
        name='Safarp' 
        revision='5'
        priority='50' 
        reboot='false' >
 
    <check type='uninstall' condition='exists' path='Safarp' />
 
    <install cmd='"%SOFTWARE%\safarp\safarp-0.5.exe" /S' />
 
    <upgrade cmd='"%SOFTWARE%\safarp\safarp-0.5.exe" /S' />
 
    <remove cmd="%PROGRAMFILES%\Safarp\uninstall.exe /S" />
 
  </package>

</packages>