Jump to content

Nero 6 Auto-install


cobratbq
 Share

Recommended Posts

It was not enough using (only version 6.0.0.15 and above):

Tooltip("Installing Nero",@desktopwidth * 2/3,0)
RunWait("Nero60015.exe /silent /noreboot /no_ui "& _
 &"/sn=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx " & _ ;<--------Modify Here
 & "/write_sn","")
Tooltip("Done.",@desktopwidth * 2/3,0)
Sleep(5000)

It is a good idea using internal installation options if avaiable...

Or (older 6.x versions)

Tooltip("Installing Nero",@desktopwidth * 2/3,0)
RegWrite ("HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info",_
"User","REG_SZ", "InsertName") ;<--------Modify Here
RegWrite ("HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info",_
"Company","REG_SZ", "InsertCompanyName") ;<--------Modify Here
RegWrite ("HKEY_LOCAL_MACHINE\SOFTWARE\Ahead\Nero - Burning Rom\Info",_
"Serial6","REG_SZ", "InsertSerial") ;<--------Modify Here

RunWait("Nero6009.exe /silent /noreboot","")
Tooltip("Done",@desktopwidth * 2/3,0)
Sleep(5000)
Edited by ezzetabi
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...