Edited the 1031.mst (As I was Packaging the German Version)
Added/Edited Properties :
SERIALNUMBER - XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX
USERNAME - Your User Name
COMPANYNAME - Your Company Name
SERIALNUM_USERVAL - XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX
REBOOTYESNO - NO
REBOOT - REALLYSUPPRESS
SERIALNUM_CORRECT - YES
AGREETOLICENSE - YES
INCLANGUAGES - DEU
DESKTOP_SHORTCUT - 0
EULAACCEPTED - 1
NO_FILEASSOC - NeroPhotoSnapED1EAF52, NeroShowTimeD773A6E2, NeroCoverDesigner7CE8D626 (Stops associations of jpg,gif,wmf,avi etc with nero applications)
NSC_DEFAULT_OFF - TRUE
NSC_OPT - FALSE
Set the Level Of NeroToolBar6231A394 to 0 In The Feature Table to stop the toolbar installing
Command To Install :
<FullPath to source>\SetupX.exe NERO_SCOUT="FALSE" /NORESTART TRANSFORMS="<Path To Transform>\Nero 8 - 8.3.2.1.mst" /QB-!
Full Rights were applied to HKLM\Software\Nero for Users (In A Locked Down Env)
For Uninstall A VB Script/Wise EXE Script File That
- Used A Copy of Neros General-CleanTool that ran silently
- TASKKILLS - NMINDEXINGSERVICE.EXE, NMINDEXSTORESVR.EXE & NBSERVICE.EXE
- Removed Files Left Behind in C:\Program Files\Nero, C:\Program FIles\NeroInstall.bak & c:\Program Files\Common Files\Nero
To install a single feature of the Nero 8 MSI with an MST, it would be easier to use the ADDLOCAL property. For instance, installing only the Nero Burning ROM feature, the commandline would be:
Don't know about other package programs, but in WPS it's easy to use this property inside the MSI/MST. Use the Set Property action in the MSI Script section, and define it there. This is useful when using Active Directory or any other deployment method that make the use of properties on the commandline impossible.
' Chek if File Exist and Rename File
If objFSO.FileExists(strRegFile1) Then
objFSO.MoveFile strRegFile1, strProgramF & "\Nero\Nero8\OnlineServices\_NOSMyNeroRegistration.dll"
Else
'wshshell.Popup "File " & strRegFile1 & " doesnt exist."
End If
If objFSO.FileExists(strRegFile2) Then
objFSO.MoveFile strRegFile2, strProgramF & "\Nero\Nero8\OnlineServices\_NOSProductRegistration.dll"
Else
'wshshell.Popup "File " & strRegFile2 & " doesnt exist."
End If
If your unattended setup of seems to prompt you endlessly with errors while registering Nero's dll's, you may have a problem with SideBySide Assemblies. Installing VisualC++2005 Redistributable prior to Nero should solve the issue. You will see EventID 59 and 32 from Source 'SideBySide' in System Eventlog in such a case. The setup using the GUI will work without problems.
The complete error message is:
"Unable to register xyz.dll. Error code -2147010895"
"This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. Error=14001, FACILITY=7"
Experienced with Nero 8 Essentials OEM running under Windows XP Pro.
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