Difference between revisions of "Scribus"
From WPKG | Open Source Software Deployment and Distribution
(New page: == Scribus == This is a silent installer for [http://www.scribus.net Scribus]. Scribus is an open source Desktop Publishing (DTP) application released under GNU GPL. Here the installation ...) |
(→Scribus: refreshed the page) |
||
Line 1: | Line 1: | ||
== Scribus == | == Scribus == | ||
− | + | [http://www.scribus.net Scribus] is a free open source Desktop Publishing (DTP) application. | |
+ | ===WPKG Package=== | ||
<source lang="xml"> | <source lang="xml"> | ||
− | <package id=" | + | <package |
− | + | id="scribus" | |
− | + | name="Scribus" | |
− | + | revision="2" | |
− | + | reboot="false" | |
− | + | priority="3"> | |
+ | |||
+ | <check | ||
+ | type="file" | ||
+ | condition="exists" | ||
+ | path="%PROGRAMFILES%\Scribus\Scribus.exe" /> | ||
+ | |||
+ | <install | ||
+ | cmd="%SOFTWARE%\scribus\scribus-1.3.8-win32-install.exe /S /D=%PROGRAMFILES%\Scribus" /> | ||
+ | |||
+ | <upgrade | ||
+ | cmd="%SOFTWARE%\scribus\scribus-1.3.8-win32-install.exe /S /D=%PROGRAMFILES%\Scribus" /> | ||
+ | |||
+ | <remove | ||
+ | cmd='"%PROGRAMFILES%\Scribus\uninst.exe" /S' /> | ||
</package> | </package> | ||
</source> | </source> | ||
[[Category:Silent Installers]] | [[Category:Silent Installers]] |
Revision as of 22:14, 21 October 2010
Scribus
Scribus is a free open source Desktop Publishing (DTP) application.
WPKG Package
<package
id="scribus"
name="Scribus"
revision="2"
reboot="false"
priority="3">
<check
type="file"
condition="exists"
path="%PROGRAMFILES%\Scribus\Scribus.exe" />
<install
cmd="%SOFTWARE%\scribus\scribus-1.3.8-win32-install.exe /S /D=%PROGRAMFILES%\Scribus" />
<upgrade
cmd="%SOFTWARE%\scribus\scribus-1.3.8-win32-install.exe /S /D=%PROGRAMFILES%\Scribus" />
<remove
cmd='"%PROGRAMFILES%\Scribus\uninst.exe" /S' />
</package>