FaJo XP FSE
From WPKG | Open Source Software Deployment and Distribution
FaJo XP File Security Extension (FSE) is an add-on to Windows XP home which adds the "security" tab to the file/folder property window. This tab works similar to the security tab in Windows XP pro. Download it at FaJo.
Use the following XML file to install it silently:
<?xml version="1.0" encoding="utf-8" ?>
<packages>
<package id='FaJoXPFSE' name='FaJo XP FSE' revision='12' priority='50' reboot='false' >
<!-- File System rights for XP -->
<check type='uninstall' condition='exists' path='FaJo XP File Security Extension v1.2' />
<install cmd='"%SOFTWARE%\FaJo XP FSE v.1.2\FJXPFileSecExt_1_2_Setup.exe" /silent' />
<remove cmd='"%ProgramFiles%\FaJo\XP File Security Extension\unins00.exe" /silent' />
<upgrade cmd='"%SOFTWARE%\FaJo XP FSE v.1.2\FJXPFileSecExt_1_2_Setup.exe" /silent' />
</package>
</packages>