cobratbq Posted July 22, 2004 Posted July 22, 2004 This is my Nero6 auto-install script.Click Here!It's hasn't been tested very intensely yet, but it worked for me.If you need it... Good Luck!
ezzetabi Posted July 23, 2004 Posted July 23, 2004 (edited) 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 July 23, 2004 by ezzetabi
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