Help - Search - Members - Calendar
Full Version: Nero 6.3.1.6 Ultra Edition (not install some icons
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
hajj_3
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.
Sie Tjin Kian
Hi Hajj_3,
append to your existing Batchfile:

RD /S /Q "%Allusersprofile%\Start Menu\Programms\Nero"

or use other system variables like %Userprofile% for access to your quick launch.

Hope that helps.
Greez to you biggrin.gif
hajj_3
im not looking to remove to startmenu shortcut, im looking to get rid of the smartstart shortucts as i said above and more importantly not to associate smartstart when a cd is inserted.

thanks for yur help though!
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.