Changes

Hugin

1,061 bytes added, 05:07, 25 March 2009
Panoramic photo stitching application.
Hugin is a panorama photo stitching program.

The Hugin website is at http://hugin.sourceforge.net/.

==WPKG Package==

<source lang="xml">
<package id="hugin" name="Hugin" revision="1" reboot="false" priority="3">
<check type="uninstall" condition="exists" path="Hugin 0.7.0 (SVN 3465)" />
<install cmd='"%SOFTWARE%\graphics\hugin-0.7.0_win32-setup.exe" /LOADINF="%SOFTWARE%\graphics\hugin.inf" /VERYSILENT /SP-' />
<upgrade cmd='"%SOFTWARE%\graphics\hugin-0.7.0_win32-setup.exe" /LOADINF="%SOFTWARE%\graphics\hugin.inf" /VERYSILENT /SP-' />
<remove cmd='"%PROGRAMFILES%\hugin\unins000.exe" /VERYSILENT' />
</package>
</source>

The inf file can be created by running the installer with /SAVEINF=hugin.inf, or it can be skipped altogether if you're happy with the defaults.

==Hugin.inf==

<source lang="ini">
[Setup]
Lang=default
Dir=C:\Program Files\Hugin
Group=Hugin
NoIcons=0
SetupType=custom
Components=core,translations,enblend,panotools,ap_c,p_matic
Tasks=modifypath,default_settings,programfiles
</source>

[[Category: Silent Installers]]
117
edits