Changes

Jump to: navigation, search

PSPad

390 bytes added, 17:00, 12 December 2011
fixed up and tidied up
PSPad is a handy text editor. It is comparable to the commercial UltraEdit but it is available free of charge on the from [http://www.pspad.com/ PSPad homepage]. =WPKG Package=
Use the following XML file to install it silently:
<source lang="xml">
<?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\pspad452inst_en.4.5.2exe" /VERYSILENT /NOREBOOT' />  <upgrade cmd='"%SOFTWARE%\PSPad\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>
</source>
==Leave out unwanted toolbars== Version 4.5.6 comes with some extras such as the "Babylon Toolbar" or the "PSPad Toolbar". This is how not Replace the above with the following in order to not install them:
<source lang="xml">
<?xml versioninstall cmd='"1%comspec%" /c start /w "%SOFTWARE%\PSPad\pspad456inst_en.0exe" encoding/VERYSILENT /NORESTART /COMPONENTS="utf!babylon-8toobar,!pspad-toolbar" /LOADINF="%SOFTWARE%\PSPad\setup.inf"' timeout="130"> <exit code="0" ?/> <packages/install>
<package id='PSPad' name='PSPad editor' revision='5' priority='50' reboot='false' > <!-- PSPad text editor --> <install upgrade cmd='"%comspec%" /c start /w \\path\to\your"%SOFTWARE%\PSPad\v4.5.6\pspad456inst_en.exe " /VERYSILENT /NORESTART /COMPONENTS="!babylon-toobar,!pspad-toolbar" /LOADINF="\\path\to\your%SOFTWARE%\PSPad\v4.5.6\setup.inf"' timeout="130"> <exit code="0"/> </installupgrade></packagesource==setup.inf==
My setupThis file should be located in %SOFTWARE%\PSPad.inf looks like this:
===32-bit system version=== [Setup] Lang=default Dir=C:\Program Files (x86)\PSPad editor Group=PSPad editor NoIcons=0 SetupType=custom Components=main,context,syntax,convert,templates,script,openssl,lang,lang\europe,lang\europe\deutsch Tasks=
===64-bit system version===
[Setup]
Lang=default
Dir=C:\Program Files (x86)\PSPad editor
Group=PSPad editor
NoIcons=0
SetupType=custom
Components=main,context,syntax,convert,templates,script,openssl,lang,lang\europe,lang\europe\deutsch
Tasks=
[[Category:Silent Installers]]
577
edits

Navigation menu