Difference between revisions of "PSPad"
From WPKG | Open Source Software Deployment and Distribution
(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...) |
(No difference)
|
Revision as of 22:58, 6 November 2007
PSPad is a handy text editor. It is comparable to the commercial UltraEdit but it available free of charge on the Picasa 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>