bronto Posted June 24, 2004 Posted June 24, 2004 I installed Nero v 6.3.1.15 in silent mode with no problem and the Nero Burnrights in silent mod with no problem else. With this :@echo offECHO Installing Nero Burning ROM v6ECHO Please wait...start /wait D:\Nero_6.0\"Nero 6"\setup.exe /silent /sn=1a25-0006-7030-1545-8881-3702 /write_sn /no_uiECHO Ok.ECHO .ECHO .ECHO .ECHO Installing Nero Burning ROM v6.3.1.15ECHO Please wait...start /wait D:\Nero_6.0\"Nero v6.3.1.15"\setup.exe /silent /no_uiECHO Ok.ECHO .ECHO .ECHO .ECHO Installing Nero BurnRightsECHO Please wait...start /wait D:\Nero_6.0\"Nero BurnRights"\setup.exe /silent /burnrights:all /noreboot /no_uiECHO Ok.When I want to uninstall Nero I use this :@echo offECHO UnInstalling Nero Burning ROM v6ECHO Please wait...start /wait C:\"Program Files"\Ahead\nero\uninstall\UNNERO.exe /UNINSTALL /silent /no_uiECHO Ok.And it's Ok. All is silent But I want to do a silent Uninstall of Burnrights this code don't work:ECHO UnInstalling Nero BurnRightsECHO Please wait...start /wait C:\windows\UNNeroBurnRights.exe /UNINSTALL /silent /noreboot /no_uiECHO Ok.The BurnRights lunch the wizard. What can I do?
Joe User 99 Posted June 24, 2004 Posted June 24, 2004 If I run the same command line, it briefly flashes the wizard, but it still uninstalls without reboot and then disappears. But I don't think you are gonna find much more than that.Here is how to find the supported switches:C:\WINDOWS\UNNeroBurnRights.exe /HELP/SILENT - display no message boxes/NOCANCEL - disable Cancel button in Process installation dialog/NOREBOOT- disable Reboot button in Bye dialog/NOLICENCE - do not display Licence page/MULTIMGR - enable Meta installer support/CHECK_SUPREC - check for supported recorders/PATH= - indicate the target path/LANGUAGE= - indicate explicitly installing languages/LOG: - indicate path to the logging file
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now