Difference between revisions of "Dia"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
(small tidyup)
Line 1: Line 1:
Silent install for Dia diagram editor.
+
Dia is a (vector) diagram editor, similar to OpenOffice Draw.
  
Available from http://dia-installer.de/index_en.html.
+
The Dia site is at [http://live.gnome.org/Dia http://live.gnome.org/Dia]. Dia for Wndows is available from [http://dia-installer.de/ http://dia-installer.de/].
 +
 
 +
==WPKG Package==
  
 
<source lang="xml">
 
<source lang="xml">
Line 11: Line 13:
 
</package>
 
</package>
 
</source>
 
</source>
To install in a different directory, c:\dia for example, use install cmd='%SOFTWARE%\graphics\dia-setup-0.96.1-8.exe /S /D=c:\dia'.
 
  
 
Uninstall removes all files, but leaves the directory structure intact.
 
Uninstall removes all files, but leaves the directory structure intact.
 +
 +
==Installer Command-line Switches==
 +
/S - silent install
 +
/D=<directory> - install into a different directory
 +
  
 
[[Category: Silent Installers]]
 
[[Category: Silent Installers]]

Revision as of 08:41, 6 December 2008

Dia is a (vector) diagram editor, similar to OpenOffice Draw.

The Dia site is at http://live.gnome.org/Dia. Dia for Wndows is available from http://dia-installer.de/.

WPKG Package

<package id="dia" name="Dia Diagram Editor" revision="1" reboot="false" priority="1">
        <check type="file" condition="exists" path="%PROGRAMFILES%\dia\dia-0.96.1-8-uninstall.exe" />
        <install cmd='%SOFTWARE%\graphics\dia-setup-0.96.1-8.exe /S' />
        <upgrade cmd='%SOFTWARE%\graphics\dia-setup-0.96.1-8.exe /S' />
      <remove cmd='%PROGRAMFILES%\dia\dia-0.96.1-8-uninstall.exe /S' />
</package>

Uninstall removes all files, but leaves the directory structure intact.

Installer Command-line Switches

/S - silent install /D=<directory> - install into a different directory