/build/static/layout/Breadcrumb_cap_w.png

Nero AG Nero InCD

Version: 6

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login
Views: 5.8k  |  Created: 11/10/2011

Average Rating: 0
Nero InCD has 1 inventory records, 1 Questions, 0 Blogs and 0 links. Please help add to this by sharing more!

Deployment Tips (13)

Most Common Setup Type
Not Determined
Average Package Difficulty Rating
Rated 2 / 5 (Somewhat Easy) based on 3 ratings
Most Commonly Reported Deployment Method
Repackaged (to a legacy setup.exe)
123
Command Line
I don't think you need to use the registry export/import. I use the following command:

"E:\Nero 6\Setup.exe" /silent /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn /no_ui /noreboot

This installs Nero and the WMA components automatically, no user intervention needed.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
119
Note
You may want to run your silent installation without the ASK-Toolbar:

Start the Installer (i.e. Nero-6.6.1.15a.exe) and after the first Installer window has appeared, retrieve the RarSFX0 Folder from your temp. This folder contains the uncompressed setup files. Inside the folder delete NeroBar.exe, NeroBar.txt and Toolbar.exe.

When you then start setupx.exe with your custom command line it will simply skip the missing ASK-toolbar stuff.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Note
Setup.exe /silent /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn /no_ui /noreboot

Using the above command-line options, I was able to successfully capture the setup of Nero 6 with AdminStudio 5.5, but not without a few issues.

When Repackager tries to build the MSI, it stopped with an error. I tracked it down to Start Menu shortcuts for the user guides. Repackager sees the entry name/description as 'Nero 6 [English QuickStart]'. When it tries to build the MSI, repackager converts the brackets to 'Nero 6 %English QuickStart%\'. It appears that it is trying to insert a variable which doesn't exist.

I just removed the brackets and it completes the build.

The other issue relates to DRM for WMP. The package wants to replace 'C:\Program Files\Windows Media Player\npdrmv2.dll', but this file is a protected system file. When I ran the MSI interactively, it prompted saying the file counld not be overwritten. Clicked OK, and the installation finished fine. I would probably exclude that file from the build (esp. if you keep up with MS Patches).

The last bit of being able to successfully deploy this in a 'locked down' XP environment is to modify the Local security policy. This can either be done with BurnRights from Nero, or by modifying your Group Policy or local machine settings.

Here are the relevant settings:

Security Settings\Local Policies\Security Options
Devices: Allowed to Format and eject removable media.
Change to "Administrators and Interactive Users"

Restrict CDROM access to locally logged-on user only.
Set this option to "Enabled"



Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
118
Command Line
If you want to deploy Nero 6.0 OEM Suite 2 you need the parameters:

setup.exe /silent /sn=serial /write_sn /no_ui /noreboot

And the registry the character string HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info\Serial6 with the serial-key as value
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Note
1) install Nero manually.
2) Do an export of the regfile HKLM\Software\Ahead
3) Run the Setup with on the computer to be deployed:
Setup.exe /silent
4) Install Burnrights in order to use Nero as a user:
\Nero BurnRights\setup.exe" /silent /Burnrights:all
5) Import the exported regfile as in step 2
6) Rename The shortcuts in the start menu
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Note
Nero's update are also the full product. If you whant to update your install get the latest update exe and uncompress it with winrar you get the full updated product.

It's easy to script a install this way

setupx.exe /SILENT /SN=(Your retail SN-Only Work with retail not oem)/write_sn (to write the sn to the registry works only with retail) /noreboot

this will give you a silent install with minimal UI

If you need to have an install in a different language then you can use the language patch the same way.

If you must deploy the oem version you must import some registry setting present in hklm/software/ahead
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Command Line

While using Nero 6.6.1.4, neroburnrights did not accept /silent or /burnrights:all. I found that the commandline nerobrunrights.exe .all works fine on all our locked down XP stations.

Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
117
Note
I did the following steps to repackage Nero 6

1.Take first snapshot
2.Install setup.exe without burn rights
3.Take second snapshot.
4.Customise the ism by removing all unwanted shortcuts and registries.
5.Update new registry in HKLM/SOFTWARE/Microsoft/Windows NT/currentversion/winlogon allocatecdroms=1
6.Move the above component into a new component and mark it permanant as the registry will not be removed on uninstall.

Its working fine for me.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
116
Note
Hi! Maybe someone will use my script (simple one):

'Nero Burning Rights + non-admin burning rights
'Martin Zugec
'21.6.2004

Option Explicit

Dim objShell
Dim strInstallPath

Set objShell = WScript.CreateObject("WScript.Shell")

strInstallPath = Left(WScript.ScriptFullName,Len(Wscript.ScriptFullName) - Len(WScript.ScriptName + "n"))

objShell.Run Chr(34) & strInstallPath & "\Nero OEM\Setup.exe" & Chr(34) & " /silent /sn=1A20-0100-0000-1489-0472-5631 /write_sn /noreboot", 1, True
objShell.Run Chr(34) & strInstallPath & "\Nero BurnRights\Setup.exe" & Chr(34) & " /silent /Burnrights:all", 1, True

Set objShell = Nothing
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
116
Note
If you intend to repackage the app with Wise make sure that in the capture you do not run the NeroBurnrights(just install it with only the silent option).
For the Burnrights to work correctly you have to use the commandline options (see NeroBurnrights.chm) and put them in the execute defered option before installfinalize with a commit only property.
this is to make sure that burnrights run only after succesful install.
For the HKCU keys I used the active setup.
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
0
Note
"E:\Nero 6\Setup.exe" /silent /sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /write_sn /no_ui /noreboot
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
-3
Command Line
Windows ® Installer version 4.00.6001.0

msiexec /Option <Paramètre requis> [Paramètre facultatif]

Options d’installation
</package | /i> <Produit.msi>
Installe ou configure un produit
/a <Produit.msi>
Installation administrative - Installe un produit sur le réseau
/j<u|m> <Produit.msi> [/t <Liste de transformations>] [/g <ID de langue>]
Publie un produit - m pour tous les utilisateurs, u pour
l’utilisateur actuel
</uninstall | /x> <Produit.msi | Code produit>
Désinstalle le produit
Options d’affichage
/quiet
Mode silencieux, aucune interaction avec l’utilisateur
/passive
Mode automatique - barre de progression uniquement
/q[n|b|r|f]
Définit le niveau d’interface utilisateur
n - Pas d’interface utilisateur
b - IU de base
r - IU réduite
f - IU complète (option par défaut)
/help
Affiche des informations
Options de redémarrage
/norestart
Ne pas redémarrer à la fin de l’installation
/promptrestart
Proposer à l’utilisateur de redémarrer si nécessaire
/forcerestart
Toujours redémarrer l’ordinateur après l’installation
Options de journalisation
/l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <fichier journal>
i - Messages d’état
w - Avertissements récupérables
e - Tous les messages d’erreur
a - Démarrage des actions
r - Enregistrements spécifiques à certaines actions
u - Requêtes de l’utilisateur
c - Paramètres initiaux de l’interface utilisateur
m - Mémoire insuffisante ou informations de sortie irrécupérables
o - Message d’espace disque insuffisant
p - Propriétés du terminal
v - Mode documenté
x - Autres informations de débogage
+ - Ajouter au fichier journal existant
! - Forcer l’écriture de chaque ligne dans le journal
* - Écrire toutes les informations, sauf les options v et x
/log <Fichier journal>
Identique à /l* <Fichier journal>
Options MAJ
/update <Update1.msp>[;Update2.msp]
Applique les mises à jour
/uninstall <Guide du code correctif>[;Update2.msp] /package <Product.msi
| Code produit>
Supprimer les mises à jour d’un produit
Options de réparation
/f[p|e|c|m|s|o|d|a|u|v] <Product.msi | Code produit>
Réparer un produit
p - uniquement si un fichier est manquant
o - si un fichier est manquant ou si une version antérieure est
installée (option par défaut)
e - si un fichier est manquant ou si une version égale ou
antérieure est installée
d - si un fichier est manquant ou si une version différente est
installée
c - si un fichier est manquant ou si la somme de contrôle ne
correspond pas à la valeur calculée
a - force la réinstallation de tous les fichiers
u - toutes les entrées de Registre requises et spécifiques à
l’utilisateur (option par défaut)
m - toutes les entrées de Registre requises et spécifiques à
l’ordinateur (option par défaut)
s - tous les raccourcis existants (option par défaut)
v - s’exécute depuis la source et remet en mémoire cache le package
local
Définition des propriétés publiques
[PROPERTY=valeur de la propriété]
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows
-3
Command Line
Windows ® Installer version 4.00.6001.0

msiexec /Option <Paramètre requis> [Paramètre facultatif]

Options d’installation
</package | /i> <Produit.msi>
Installe ou configure un produit
/a <Produit.msi>
Installation administrative - Installe un produit sur le réseau
/j<u|m> <Produit.msi> [/t <Liste de transformations>] [/g <ID de langue>]
Publie un produit - m pour tous les utilisateurs, u pour
l’utilisateur actuel
</uninstall | /x> <Produit.msi | Code produit>
Désinstalle le produit
Options d’affichage
/quiet
Mode silencieux, aucune interaction avec l’utilisateur
/passive
Mode automatique - barre de progression uniquement
/q[n|b|r|f]
Définit le niveau d’interface utilisateur
n - Pas d’interface utilisateur
b - IU de base
r - IU réduite
f - IU complète (option par défaut)
/help
Affiche des informations
Options de redémarrage
/norestart
Ne pas redémarrer à la fin de l’installation
/promptrestart
Proposer à l’utilisateur de redémarrer si nécessaire
/forcerestart
Toujours redémarrer l’ordinateur après l’installation
Options de journalisation
/l[i|w|e|a|r|u|c|m|o|p|v|x|+|!|*] <fichier journal>
i - Messages d’état
w - Avertissements récupérables
e - Tous les messages d’erreur
a - Démarrage des actions
r - Enregistrements spécifiques à certaines actions
u - Requêtes de l’utilisateur
c - Paramètres initiaux de l’interface utilisateur
m - Mémoire insuffisante ou informations de sortie irrécupérables
o - Message d’espace disque insuffisant
p - Propriétés du terminal
v - Mode documenté
x - Autres informations de débogage
+ - Ajouter au fichier journal existant
! - Forcer l’écriture de chaque ligne dans le journal
* - Écrire toutes les informations, sauf les options v et x
/log <Fichier journal>
Identique à /l* <Fichier journal>
Options MAJ
/update <Update1.msp>[;Update2.msp]
Applique les mises à jour
/uninstall <Guide du code correctif>[;Update2.msp] /package <Product.msi
| Code produit>
Supprimer les mises à jour d’un produit
Options de réparation
/f[p|e|c|m|s|o|d|a|u|v] <Product.msi | Code produit>
Réparer un produit
p - uniquement si un fichier est manquant
o - si un fichier est manquant ou si une version antérieure est
installée (option par défaut)
e - si un fichier est manquant ou si une version égale ou
antérieure est installée
d - si un fichier est manquant ou si une version différente est
installée
c - si un fichier est manquant ou si la somme de contrôle ne
correspond pas à la valeur calculée
a - force la réinstallation de tous les fichiers
u - toutes les entrées de Registre requises et spécifiques à
l’utilisateur (option par défaut)
m - toutes les entrées de Registre requises et spécifiques à
l’ordinateur (option par défaut)
s - tous les raccourcis existants (option par défaut)
v - s’exécute depuis la source et remet en mémoire cache le package
local
Définition des propriétés publiques
[PROPERTY=valeur de la propriété]
Setup Information:
Setup Type: unspecified
Deployment Method Used: unspecified
Deployment Difficulty: unspecified
Platform(s): Windows

Inventory Records (1)

View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.

Versions

Nero InCD

Version

6.6.5100

Questions & Answers (1)

Questions & Answers related to Nero AG Nero InCD

21
ANSWERS

Blogs (0)

Blog posts related to Nero AG Nero InCD

Reviews (0)

Reviews related to Nero AG Nero InCD

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ