cobratbq 0 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! Share this post Link to post Share on other sites
ezzetabi 3 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 Share this post Link to post Share on other sites
cobratbq 0 Posted July 24, 2004 hmmm... that's an idea too Tnx Share this post Link to post Share on other sites