Difference between revisions of "PSPad"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
Line 1: | Line 1: | ||
− | 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/ | + | 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/ PSPad homepage]. |
Use the following XML file to install it silently: | Use the following XML file to install it silently: |
Revision as of 13:52, 4 July 2008
PSPad is a handy text editor. It is comparable to the commercial UltraEdit but it available free of charge on the PSPad homepage.
Use the following XML file to install it silently:
<?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>