Difference between revisions of "PSPad"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(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...)
 
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]]

Revision as of 19:18, 12 March 2008

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>