Difference between revisions of "Nero Burn Rights"
From WPKG | Open Source Software Deployment and Distribution
m |
|||
| Line 10: | Line 10: | ||
<check type="uninstall" condition="exists" path="Nero BurnRights" /> | <check type="uninstall" condition="exists" path="Nero BurnRights" /> | ||
| − | <install cmd='%SOFTWARE%\ | + | <install cmd='%SOFTWARE%\NeroBurnRightsInstaller.exe /silent /burnrights:all' /> |
| + | |||
| + | <upgrade cmd='"%SOFTWARE%\NeroBurnRightsInstaller.exe" /silent /burnrights:all' /> | ||
| + | |||
| + | <!-- before uninstall, reset original rights --> | ||
| + | <remove cmd='"%PROGRAMFILES%\Ahead\NeroBurnRights\NeroBurnRights.exe" /reset' /> | ||
| + | <remove cmd='"%SYSTEMROOT%\UNNeroBurnRights.exe" /UNINSTALL' /> | ||
</package> | </package> | ||
Revision as of 14:14, 31 March 2009
This is a silent installer for Nero Burn Rights.
<package
id="neroburnrights"
name="Nero Burn Rights Installer"
revision="0"
reboot="false"
priority="2">
<check type="uninstall" condition="exists" path="Nero BurnRights" />
<install cmd='%SOFTWARE%\NeroBurnRightsInstaller.exe /silent /burnrights:all' />
<upgrade cmd='"%SOFTWARE%\NeroBurnRightsInstaller.exe" /silent /burnrights:all' />
<!-- before uninstall, reset original rights -->
<remove cmd='"%PROGRAMFILES%\Ahead\NeroBurnRights\NeroBurnRights.exe" /reset' />
<remove cmd='"%SYSTEMROOT%\UNNeroBurnRights.exe" /UNINSTALL' />
</package>
The Nero Burn Rights installer can be downloaded individually from the Nero web site or you can find it in the Nero Toolkit folder from Version 7 of Nero.
The '/burnrights:all' sets the permissions allowing any logged on user to right to a CD/DVD.