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.

Adding registry entries during GuiRunOnce

Featured Replies

I've just started messing with unattended installs, and I've currently got GuiRunOnce set up to install Office 2003, Nero 6.3.0.2, and Nero Vision Express. I created a .reg file containing the serial for Nero, but when the setup is finished, Nero is unregestered. Trying to manually import the .reg key I get an error that states:

Cannot import C:\install\Applications\Nero\register.reg: The specified file is not a registry script. You can only import binary files from within the registry editor.

The register.reg file contains the following:

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]
"User"="User"
"Company"="User's Computer"
"Serial6"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Plug-ins\DVD-Video\Info]
"Serial6"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"

I can't figure out why the key won't take.


If that's the full reg file then your problem is you didn't format it correctly...you need the appropriate header. It should be:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info]
"User"="User"
"Company"="User's Computer"
"Serial6"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"
[HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Plug-ins\DVD-Video\Info]
"Serial6"="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX"

Without the header it won't import...also, and I might be wrong, but I think you have to leave a blank line at the end of the file as well. I seem to have heard that somewhere and have always included that.

And just so you know there are ways for you to include the serial for Nero during the install, so you wouldn't have to do this at all. Check out the Application Install sub-forum for more info.

  • Author

I know there are other ways to add the serial, but right now this seemed easiest with the DVD plugin, and thanks for the help. I didn't realize you needed the header there.

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.