Difference between revisions of "FaJo XP FSE"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(New page: 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 Window...)
 
m
 
Line 2: Line 2:
  
 
Use the following XML file to install it silently:
 
Use the following XML file to install it silently:
<pre>
+
<source lang="xml">
 
<?xml version="1.0" encoding="utf-8" ?>
 
<?xml version="1.0" encoding="utf-8" ?>
 
<packages>
 
<packages>
Line 15: Line 15:
  
 
</packages>
 
</packages>
</pre>
+
</source>
  
 
[[Category:Silent Installers]]
 
[[Category:Silent Installers]]

Latest revision as of 19:19, 12 February 2008

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>