Difference between revisions of "Inkscape"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(tidyup)
(Update for 0.48 and clean up a little)
Line 1: Line 1:
 
[http://www.inkscape.org/ Inkscape] is a vector graphics editor. It is free software.
 
[http://www.inkscape.org/ Inkscape] is a vector graphics editor. It is free software.
  
=Version 0.47=
+
== Inkscape 0.48 ==
  
==WPKG Package for Version 0.47==
+
This version cleans up properly after uninstall, so removing the install directory isn't required. Note that although the advertised version is 0.48, the actual version is 0.48.0 and the installer file has a number appended to it.
To upgrade Inkscape, you need to uninstall the previous version and remove the program directory (the uninstall leaves uninst.exe then new version's installer complains it won't install into a non-empty directory).
+
  
 
<source lang="xml">
 
<source lang="xml">
<?xml version="1.0" encoding="UTF-8"?>
+
<package
<packages>
+
  id="inkscape"
  <package
+
  name="Inkscape"
    id="inkscape"
+
  revision="%version%"
    name="Inkscape"
+
  reboot="false"
    revision="047"
+
  priority="50">
    reboot="false"
+
    priority="10">
+
  <variable name="version" value="0.48.0" />
+
  <check type="uninstall" condition="exists" path="Inkscape 0.47" />
+
  <check type="uninstall" condition="exists" path="Inkscape %version%" />
  
  <install cmd='"%SOFTWARE%\inkscape\Inkscape-0.47-3.exe" /S /GTK=OFF' />
+
  <install cmd='"%SOFTWARE%\apps\inkscape\Inkscape-%version%-1.exe" /S' />
  
  <upgrade
+
  <upgrade cmd='"%SOFTWARE%\apps\inkscape\Inkscape-%version%-1.exe" /S' />
      cmd='cmd /c "IF EXIST "%PROGRAMFILES%\Inkscape\inkscape.exe" "%PROGRAMFILES%\Inkscape\Uninstall.exe"" /S' />
+
  
  <upgrade
+
  <remove cmd='"%PROGRAMFILES%\Inkscape\uninstall.exe" /S' />
      cmd='cmd /c "IF EXIST "%PROGRAMFILES%\Inkscape\nul.ext" rmdir "%PROGRAMFILES%\Inkscape" /s /q"' />
+
</package>
 +
</source>
  
  <upgrade
+
== Inkscape 0.47 ==
      cmd="%SOFTWARE%\inkscape\Inkscape-0.47-3.exe /S" >
+
      <exit
+
        code="2" />
+
  </upgrade>
+
  
  <remove cmd='"%PROGRAMFILES%\Inkscape\uninstall.exe" /S' />
+
=== WPKG Package ===
+
To upgrade Inkscape, you need to uninstall the previous version and remove the program directory (the uninstall leaves uninst.exe then new version's installer complains it won't install into a non-empty directory).
  </package>
+
</packages>
+
</source>
+
  
 +
<source lang="xml">
 +
<package
 +
  id="inkscape"
 +
  name="Inkscape"
 +
  revision="047"
 +
  reboot="false"
 +
  priority="10">
 +
 +
  <check type="uninstall" condition="exists" path="Inkscape 0.47" />
 +
 +
  <install cmd='"%SOFTWARE%\inkscape\Inkscape-0.47-3.exe" /S /GTK=OFF' />
 +
 +
  <upgrade cmd='cmd /c "IF EXIST "%PROGRAMFILES%\Inkscape\inkscape.exe" "%PROGRAMFILES%\Inkscape\Uninstall.exe"" /S' />
 +
  <upgrade cmd='cmd /c "IF EXIST "%PROGRAMFILES%\Inkscape\nul.ext" rmdir "%PROGRAMFILES%\Inkscape" /s /q"' />
 +
  <upgrade cmd="%SOFTWARE%\inkscape\Inkscape-0.47-3.exe /S" >
 +
      <exit code="2" />
 +
  </upgrade>
 +
 +
  <remove cmd='"%PROGRAMFILES%\Inkscape\uninstall.exe" /S' />
 +
</package>
 +
</source>
  
==Installer Switches for Version 0.47==
+
=== Installer Switches ===
  
You can get a list of these by running 'Inkscape-0.47-3.exe /?'.
+
You can get a list of these by running the installer with /?.
  
 
* /S: silent
 
* /S: silent

Revision as of 16:31, 7 September 2010

Inkscape is a vector graphics editor. It is free software.

Inkscape 0.48

This version cleans up properly after uninstall, so removing the install directory isn't required. Note that although the advertised version is 0.48, the actual version is 0.48.0 and the installer file has a number appended to it.

<package
  id="inkscape"
  name="Inkscape"
  revision="%version%"
  reboot="false"
  priority="50">
	
  <variable name="version" value="0.48.0" />
	
  <check type="uninstall" condition="exists" path="Inkscape %version%" />

  <install cmd='"%SOFTWARE%\apps\inkscape\Inkscape-%version%-1.exe" /S' />

  <upgrade cmd='"%SOFTWARE%\apps\inkscape\Inkscape-%version%-1.exe" /S' />

  <remove cmd='"%PROGRAMFILES%\Inkscape\uninstall.exe" /S' />
</package>

Inkscape 0.47

WPKG Package

To upgrade Inkscape, you need to uninstall the previous version and remove the program directory (the uninstall leaves uninst.exe then new version's installer complains it won't install into a non-empty directory).

<package
  id="inkscape"
  name="Inkscape"
  revision="047"
  reboot="false"
  priority="10">

  <check type="uninstall" condition="exists" path="Inkscape 0.47" />

  <install cmd='"%SOFTWARE%\inkscape\Inkscape-0.47-3.exe" /S /GTK=OFF' />

  <upgrade cmd='cmd /c "IF EXIST "%PROGRAMFILES%\Inkscape\inkscape.exe" "%PROGRAMFILES%\Inkscape\Uninstall.exe"" /S' />
  <upgrade cmd='cmd /c "IF EXIST "%PROGRAMFILES%\Inkscape\nul.ext" rmdir "%PROGRAMFILES%\Inkscape" /s /q"' />
  <upgrade cmd="%SOFTWARE%\inkscape\Inkscape-0.47-3.exe /S" >
      <exit code="2" />
  </upgrade>

  <remove cmd='"%PROGRAMFILES%\Inkscape\uninstall.exe" /S' />
</package>

Installer Switches

You can get a list of these by running the installer with /?.

  • /S: silent
  • /D=(directory): where to install inkscape
  • /GTK=(OFF/ON): GTK+ Runtime environment
  • /SHORTCUTS=(OFF/ON): shortcuts to start inkscape
  • /ALLUSER=(OFF/ON): for all users on the computer
  • /DESKTOP=(OFF/ON): Desktop icon
  • /QUICKLAUNCH=(OFF/ON): quick launch icon
  • /SVGEDITOR=(OFF/ON): default SVG editor
  • /CONTEXTMENUE=(OFF/ON): context menue integration
  • /PREFERENCES=(OFF/ON): delete users preference files
  • /ADDFILES=(OFF/ON): additional files
  • /EXAMPLES=(OFF/ON): examples
  • /TUTORIALS=(OFF/ON): tutorials
  • /LANGUAGES=(OFF/ON): translated menues, examples, etc.
  • /[locale code]=(OFF/ON): e.g am, es, es_MX as in Inkscape supported