jetman Posted July 1, 2004 Posted July 1, 2004 I've searched every way I can imagine to find a forum post for this. I've absolutely seen the page, but forgot to bookmark or save it. Tried what I found for the Nero 6 registry file:[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]"User"="Basic-XP-Workstation""Company"="None""Serial5"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"Also tried specifying the SN on the cmd-line in my RUNONCE.CMD script, but no joy:START /WAIT %PGMROOT%\NERO551056.EXE /SILENT /SN=XXXX-XXXX-XXXX-XXXX-XXXX-XXXX /WRITE_SN /NOCANCEL /NOLICENSE /NO_UI /SFXOne other thing, the Nero installer seems to break the cmd processing of the batch file. That is, nothing in RUNONCE, is executed after the Nero installer completes. Tried moving it to a separate batch script (w/ the same results) and will probably move this to a RunOnce registry key. But has anyone else seen this kind of behavior ? It's not a big deal, but I am curious.TIA.....Jet
jetman Posted July 2, 2004 Author Posted July 2, 2004 One MUST include a Nero Burning ROM section in the HKCU tree in addition to the HKLM tree:Windows Registry Editor Version 5.00[HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\Info]@="""User"="Unattended""Company"="Install""Serial5"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx""HaveReadSNFromFile"=dword:00000000[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]@="""User"="Unattended""Company"="Install""Serial5"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx""HaveReadSNFromFile"=dword:00000000
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now