Difference between revisions of "Nero Burn Rights"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
(spelling correction)
Line 23: Line 23:
 
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 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.
+
The '/burnrights:all' sets the permissions allowing any logged on user to write to a CD/DVD.
  
 
[[Category:Silent_Installers]]
 
[[Category:Silent_Installers]]

Revision as of 21:55, 30 December 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 write to a CD/DVD.