Jump to content

gordonzero

Member
  • Posts

    4
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About gordonzero

gordonzero's Achievements

0

Reputation

  1. ok a little more information .... i'm using XPlode .... apparently it's conflicting with xplode .... working it out now. her's the Xplode code for that item <execute> <program>#xplode#\Nero\setup.exe</program> <arguments>/SN=xxxxxxxxxxxxxxxxxxxxxxxx /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL</arguments> <wait>true</wait> <hide>true</hide> </execute> Very strang indead i had to make a small 1 line batch file and execute that batch file from the XPlode script so now it looks like this XPlode.xml <execute> <program>#xplode#\Nero\run.cmd</program> <arguments></arguments> <wait>true</wait> <hide>true</hide> </execute> run.cmd setup /SN=xxxxxxxxxxxxxxxxxxxxxxxxxxxx /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL
  2. ok i looked over the past few pages and didn't see any info about this so i'll go ahead and post it I'm trying to do an Unattended Nero Install but no mater what i do it pops up a window that seas to click next then finish when the install is done. As far as i know i've only seen this since 6606 mabe they will fix it in 6607 or what ever the next verson will be .... but here is the code i'm using to execute nero setup (i did extract the archive) setup.exe /SN=(no you can't have it) /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL
  3. LOL sorry about that astalavista ... didn't see it .... lol wow it's big ....
  4. someone help me make this thing go away i'm using the fallowing command string setup.exe /SN=(no you can't have it) /WRITE_SN /SILENT /NO_UI /NOREBOOT /NOLICENSE /NOCANCEL
×
×
  • Create New...