Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[Question] Nero 7.x plugin registration.

Featured Replies

I'd like to know how to register the Nero 7.x plugins through registry. What keys are used for the plugins, please?


Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Plugins\Info]
"Serial7_1139205157"="*123412341234"
"Serial7_1139205177"="*123412341234"
"Serial7_1139205197"="*123412341234"
"Serial7_1139205216"="*123412341234"
"Serial7_1139205227"="*123412341234"

Edited by InViSibLe Gr

  • Author

Thank you, mind explaining the plugin name of those values?

Edited by BoardBabe

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Plugins\Info]
"Serial7_1139205157"="*123412341234" <--- mp3 pro plugin
"Serial7_1139205177"="*123412341234" <--- advanced audio plugin
"Serial7_1139205197"="*123412341234" <--- multichannel plugin
"Serial7_1139205216"="*123412341234" <--- dvd-video plugin
"Serial7_1139205227"="*123412341234" <--- blue ray hd dvd plyback plugin

this is how the are on my pc BUT i noticed something

the names of the values ( Serial7_1139205157 ) etc in my real pc are different from the ones in vmware

so.. to be sure add the codes in nero with the manual way and then go to

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Installation\Families\Plugins\Info]

and export it because the value names may be not the same in your pc

  • Author

Yep, I see it's different on mine. Hmm that's gona make a problem adding plugin<registration to my nero install script.

As far as I know, no one ahs yet figured out how to add the registration for Nero plugins. By the way, Nero 7 Premium already includes all the Plug-Ins except for the 'mp3 pro plugin', thus this is not that important anyhow.

PS: I said "as far as I know", so it is possible someone out there might have done it. But, believe me I have searched for quite a long time, without any success.

Edited by Sanjay

as i understant nero is changing these values in every new installation

so... if i'm correct you can't do nothing for that

Ok Boardbabe thanks for trying i think this will be one of those programs when it has to be installed the export the reg file
:(

P.S.tried your new autoit version but smartstart dindn't install could be problems on my side i didn't do a clean install. :}

The autoit script works perfectly fine for me, including installing 'Smart Start'. I did make some changes to the script but the changes were only adding a few more registry entries:

; Disable the CD/DVD from ejecting after burning is complete.
$EjectTheCDLater = 1
If $EjectTheCDLater = 1 Then RegWrite('HKCU\SOFTWARE\Ahead\Nero - Burning Rom\General', 'EjectTheCDLater', 'REG_DWORD', '1')

; Enable Nero Waiting For Disc Sound.
$CdChangeCheck = 1
If $CdChangeCheck = 1 Then RegWrite('HKCU\SOFTWARE\Ahead\Nero - Burning Rom\General', 'CdChangeCheck', 'REG_DWORD', '1')

; Enable Burn Process Fail Sound.
$CdFailCheck = 1
If $CdFailCheck = 1 Then RegWrite('HKCU\SOFTWARE\Ahead\Nero - Burning Rom\General', 'CdFailCheck', 'REG_DWORD', '1')

; Enable Burn Process Successful Sound.
$CdSuccessCheck = 1
If $CdSuccessCheck = 1 Then RegWrite('HKCU\SOFTWARE\Ahead\Nero - Burning Rom\General', 'CdSuccessCheck', 'REG_DWORD', '1')

; Enable Short Lead-Out.
$ShortLeadOut = 1
If $ShortLeadOut = 1 Then RegWrite('HKCU\SOFTWARE\Ahead\Nero - Burning Rom\Recorder', 'ShortLeadOut', 'REG_DWORD', '375')

PS: Nero 7 Premium already includes all the Plug-Ins except for the 'mp3 pro plugin'.

Edited by Sanjay

  • Author

Did StartSmart install by setting my script to 1 ? I didn't get that to work...

Did StartSmart install by setting my script to 1 ? I didn't get that to work...

Yes I did and it works perfectly for me.

Script updated, resolved previous issues thanks to MHz.

Could you please specify what were the issues with the old script that have been resolved in the new one. The reason I ask is because the old script seemed to work perfectly for me.

Edited by Sanjay

  • Author

Mainly the include/exclude code has been redesigned as part of setting the correct installation switchline dependant of user configuration. Some systems would fail to install eg. StartSmart by setting the value to 1, wich now will work on any system. There are also added a couple more Nero configuration options, and some minor code changes.

It is not important to update if the old script worked for you.

There is a problem with installing using this script. I don't know if it is a problem or if it actually is by design, although I presume it is a problem since I can't imagine why it would be by design.

The problem:

The installation is fine and everything works fine except that the function to register any of the programs with 'Auto Play' is not available. In other words when I insert a blank CD/DVD in the writer, the 'Auto Play' function of windows popups and asks what program to use depending on the type of CD/DVD inserted. But none of the Nero programs are listed as an option.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.