Difference between revisions of "Hugin"
From WPKG | Open Source Software Deployment and Distribution
(Panoramic photo stitching application.) |
m |
||
Line 1: | Line 1: | ||
− | Hugin | + | Silent installer for Hugin, a panorama photo stitching program. |
The Hugin website is at http://hugin.sourceforge.net/. | The Hugin website is at http://hugin.sourceforge.net/. |
Revision as of 06:43, 25 March 2009
Silent installer for Hugin, a panorama photo stitching program.
The Hugin website is at http://hugin.sourceforge.net/.
WPKG Package
<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>
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
[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