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.
Page 1 of 1
Nero 6.3.1.6 Ultra Edition (not install some icons
#2
Posted 30 March 2004 - 06:36 AM
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
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
#3
Posted 30 March 2004 - 06:53 AM
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!
thanks for yur help though!
Share this topic:
Page 1 of 1



Help

Back to top








