Difference between revisions of "DVDStyler"
From WPKG | Open Source Software Deployment and Distribution
(Cross-platform free DVD authoring application) |
(Removal of kikin plugin) |
||
Line 15: | Line 15: | ||
<check type="uninstall" condition="exists" path="DVDStyler v1.7.4" /> | <check type="uninstall" condition="exists" path="DVDStyler v1.7.4" /> | ||
<install cmd='"%SOFTWARE%\graphics\DVDStyler-1.7.4-win32.exe" /tasks= /VERYSILENT' /> | <install cmd='"%SOFTWARE%\graphics\DVDStyler-1.7.4-win32.exe" /tasks= /VERYSILENT' /> | ||
+ | <!-- Optional: Kikin plugin is installed with dvdstyler. The following line removes it. --> | ||
+ | <install cmd='"%PROGRAMFILES%\kikin\uninst.exe" /S' /> | ||
<upgrade cmd='"%SOFTWARE%\graphics\DVDStyler-1.7.4-win32.exe" /tasks= /VERYSILENT' /> | <upgrade cmd='"%SOFTWARE%\graphics\DVDStyler-1.7.4-win32.exe" /tasks= /VERYSILENT' /> | ||
+ | <!-- Optional removal of kikin plugin --> | ||
+ | <upgrade cmd='"%PROGRAMFILES%\kikin\uninst.exe" /S' /> | ||
<remove cmd='"%PROGRAMFILES%\dvdstyler\unins000.exe" /VERYSILENT' /> | <remove cmd='"%PROGRAMFILES%\dvdstyler\unins000.exe" /VERYSILENT' /> | ||
</package> | </package> |
Revision as of 22:52, 11 October 2010
Silent installer for DVDStyler.
DVDStyler is a cross-platform free DVD authoring application for the creation of professional-looking DVDs.
WPKG Package
<!-- http://www.dvdstyler.de/ -->
<package
id="dvdstyler"
name="DVDStyler"
revision="1"
reboot="false"
priority="3">
<check type="uninstall" condition="exists" path="DVDStyler v1.7.4" />
<install cmd='"%SOFTWARE%\graphics\DVDStyler-1.7.4-win32.exe" /tasks= /VERYSILENT' />
<!-- Optional: Kikin plugin is installed with dvdstyler. The following line removes it. -->
<install cmd='"%PROGRAMFILES%\kikin\uninst.exe" /S' />
<upgrade cmd='"%SOFTWARE%\graphics\DVDStyler-1.7.4-win32.exe" /tasks= /VERYSILENT' />
<!-- Optional removal of kikin plugin -->
<upgrade cmd='"%PROGRAMFILES%\kikin\uninst.exe" /S' />
<remove cmd='"%PROGRAMFILES%\dvdstyler\unins000.exe" /VERYSILENT' />
</package>