DVDStyler
From WPKG | Open Source Software Deployment and Distribution
Silent installer for DVDStyler.
DVDStyler is a cross-platform free DVD authoring application for the creation of professional-looking DVDs.
[edit] 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' /> <!-- Even after uninstall, the kikin plugin leaves files in the Default User profile that may prevent new non-admin users from logging in due to incorrect permissions on some files. --> <install cmd='%COMSPEC% /C if exist "%ALLUSERSPROFILE%\..\Default User\Application Data\Mozilla\Firefox\" "%WPKGROOT%\tools\rm.exe" -r -f "%ALLUSERSPROFILE%\..\Default User\Application Data\Mozilla\Firefox"' /> <upgrade cmd='"%SOFTWARE%\graphics\DVDStyler-1.7.4-win32.exe" /tasks= /VERYSILENT' /> <!-- Optional removal of kikin plugin --> <upgrade cmd='"%PROGRAMFILES%\kikin\uninst.exe" /S' /> <!-- Even after uninstall, the kikin plugin leaves files in the Default User profile that may prevent new non-admin users from logging in due to incorrect permissions on some files. --> <upgrade cmd='%COMSPEC% /C if exist "%ALLUSERSPROFILE%\..\Default User\Application Data\Mozilla\Firefox\" "%WPKGROOT%\tools\rm.exe" -r -f "%ALLUSERSPROFILE%\..\Default User\Application Data\Mozilla\Firefox"' /> <remove cmd='"%PROGRAMFILES%\dvdstyler\unins000.exe" /VERYSILENT' /> </package>