Changes

PSPad

758 bytes added, 22:58, 6 November 2007
New page: PSPad is a handy text editor. It is comparable to the commercial UltraEdit but it available free of charge on the [http://www.pspad.com/ Picasa homepage]. Use the following XML file to in...
PSPad is a handy text editor. It is comparable to the commercial UltraEdit but it available free of charge on the [http://www.pspad.com/ Picasa homepage].

Use the following XML file to install it silently:
<pre>
<?xml version="1.0" encoding="utf-8" ?>
<packages>

<package id='PSPad' name='PSPad editor' revision='452' priority='50' reboot='false' >
<!-- PSPad text editor -->
<check type='uninstall' condition='exists' path='PSPad editor' />
<install cmd='"%SOFTWARE%\PSPad v.4.5.2\pspad452inst_en.exe" /VERYSILENT /NOREBOOT' />
<remove cmd='"%ProgramFiles%\PSPad\Uninst\unins000.exe" /SILENT' />
<upgrade cmd='"%SOFTWARE%\PSPad v.4.5.2\pspad452inst_en.exe" /VERYSILENT /NOREBOOT' />
</package>

</packages>
</pre>

[[Category:Silent Installers]]
Anonymous user