Changes

Jump to: navigation, search

Scribus

547 bytes added, 20 May
Scribus 64bit
<source lang="xml">
<?xml version="1.0" encoding="utf-8" ?>
<?xml version="1.0" encoding="UTF-8"?> <packages:packages xmlns:packages="http://www.wpkg.org/packages" xmlns:wpkg="http://www.wpkg.org/wpkg" xmlns:xsi="http://www.w3.org/2001\/XMLSchema-instance" xsi:schemaLocation="http://www.wpkg.org/packages ../xsd/packages.xsd">  <package id="scribus" name="Scribus" revision="%PKG_VERSION%" reboot="false" priority="5">  <variable name="PKG_VERSION" value="1.6.1" /> <variable name="PKG_NAME" value="scribus" /> <variable name="PKG_SOURCE" value="%SOFTWARE%\%PKG_NAME%\%PKG_NAME%-%PKG_VERSION%-windows-x64.exe"/> <variable name="PKG_DESTINATION" value="%ProgramFiles%\Scribus %PKG_VERSION%" /> <variable name="PKG_INSTALL_SWITCH" value="/S"/> <variable name="PKG_REMOVE_SWITCH" value="/S _?=%PKG_DESTINATION%"/>  <check type="uninstall" condition="versiongreaterorequal" path="Scribus %PKG_VERSION% (64bit)" value="%PKG_VERSION%" />  <install cmd='%COMSPEC% /C if exist "%PKG_DESTINATION%\uninst.exe" %PKG_REMOVE_SWITCH%' /> <install cmd='%COMSPEC% /C "%PKG_SOURCE%" %PKG_INSTALL_SWITCH%' />
<package
id="Scribus"
name="Scribus"
revision="%version%"
reboot="false"
priority="50">
<variable name="version" value="1.4.5" />
<check type="file" condition="exists" path="%PROGRAMFILES%\Scribus\Scribus.exe" />
<check type="uninstall" condition="exists" path="Scribus %version% (64bit)" />
<install cmd='%COMSPEC% /c if exist "%PROGRAMFILES%\Scribus\uninst.exe" "%PROGRAMFILES%\Scribus\uninst.exe" /S'/>
<install cmd="%SOFTWARE%\scribus\scribus-%version%-windows-x64.exe /S /D=%PROGRAMFILES%\Scribus" />
<downgrade include="install" />
<upgrade include="install" />
<remove cmd="%PROGRAMFILES%\Scribus\uninst.exe /S" />
</package>
<remove cmd='%COMSPEC% /C "%PKG_DESTINATION%\uninst.exe" %PKG_REMOVE_SWITCH%' />  </package> </packages:packages>
</source>
15
edits

Navigation menu