Difference between revisions of "Nero Burn Rights"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
Line 1: Line 1:
<PRE><package
+
This is a silent installer for Nero Burn Rights.
 +
 
 +
<source lang="xml">
 +
<package
 
     id="neroburnrights"
 
     id="neroburnrights"
 
     name="Nero Burn Rights Installer"
 
     name="Nero Burn Rights Installer"
Line 6: Line 9:
 
     priority="2">
 
     priority="2">
 
  <check type="uninstall" condition="exists" path="Nero BurnRights" />
 
  <check type="uninstall" condition="exists" path="Nero BurnRights" />
 +
 
  <install cmd='%SOFTWARE%\neroburnrightsinstaller.exe /silent /burnrights:all' />
 
  <install cmd='%SOFTWARE%\neroburnrightsinstaller.exe /silent /burnrights:all' />
 +
 
</package>
 
</package>
</PRE>  
+
</source>  
  
 
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.

Revision as of 20:52, 20 February 2008

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' />

</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.