i am using this code below to silently install nero 6.3, it works fine, but when you install it manually at the end you get three chexkboxes:
1. add nero smartstart shortcut to desktop
2. add nero smartstart shortcut to quickstart
3. automatically laucnch smartstart when disc is inserted.
using the code below all of these options are chexked, i dont want any of them, how can i do this ?
ECHO.
ECHO Installing Nero Burning ROM 6.3.1.6
ECHO Please wait...
start /wait %systemdrive%\install\NERO\NERO.exe /SN=xxxx-0086-0030-1319-5710-xxxx /WRITE_SN /SILENT /NOREBOOT
ECHO.