Jump to content

Silent UnInstall Nero Burnrights


bronto

Recommended Posts

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 off

ECHO Installing Nero Burning ROM v6
ECHO Please wait...
start /wait D:\Nero_6.0\"Nero 6"\setup.exe /silent /sn=1a25-0006-7030-1545-8881-3702 /write_sn /no_ui
ECHO Ok.
ECHO .
ECHO .
ECHO .
ECHO Installing Nero Burning ROM v6.3.1.15
ECHO Please wait...
start /wait D:\Nero_6.0\"Nero v6.3.1.15"\setup.exe /silent /no_ui
ECHO Ok.
ECHO .
ECHO .
ECHO .
ECHO Installing Nero BurnRights
ECHO Please wait...
start /wait D:\Nero_6.0\"Nero BurnRights"\setup.exe /silent /burnrights:all /noreboot /no_ui
ECHO Ok.

When I want to uninstall Nero I use this :

@echo off
ECHO UnInstalling Nero Burning ROM v6
ECHO Please wait...
start /wait C:\"Program Files"\Ahead\nero\uninstall\UNNERO.exe /UNINSTALL /silent /no_ui
ECHO 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 BurnRights
ECHO Please wait...
start  /wait C:\windows\UNNeroBurnRights.exe /UNINSTALL /silent /noreboot /no_ui
ECHO Ok.

The BurnRights lunch the wizard. :rolleyes:

What can I do?

Link to comment
Share on other sites


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

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...