Jump to content

bronto

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

About bronto

bronto's Achievements

0

Reputation

  1. 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. What can I do?
×
×
  • Create New...