Changes

Dia

680 bytes added, 13:22, 13 October 2011
m
no edit summary
The Dia site is at [http://live.gnome.org/Dia http://live.gnome.org/Dia]. Dia for Windows is available from [http://dia-installer.de/ http://dia-installer.de/].
==DIA 0.97.7-2==
<source lang="xml"><package id=WPKG Package"dia" name="Dia Diagram Editor" revision="1" reboot="false" priority="1"> <check type="file" condition="exists" path="%PROGRAMFILES%\dia\dia-0.97.1-uninstall.exe" /> <install cmd='%SOFTWARE%\graphics\dia-setup-0.97.1-2.exe /S' /> <upgrade cmd='%SOFTWARE%\graphics\dia-setup-0.97.1-2.exe /S' /> <remove cmd='%PROGRAMFILES%\dia\dia-0.97.1-uninstall.exe /S' /> <remove cmd='%ComSpec% /C RMDIR /S /Q "%PROGRAMFILES%\dia"'> <exit code="0" /> <exit code="2" /> </remove></package></source> Uninstall removes all files, but leaves the directory structure intact. so there is an RMDIR invoked at the end. ==DIA 0.97.7-1==
<source lang="xml">
36
edits