Jump to content

JasonKiller

Member
  • Posts

    7
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Serbia

About JasonKiller

JasonKiller's Achievements

0

Reputation

  1. Does Wpi have a Start /wait option for Nero? I want to use the Nircmd what Jasonkiller said but it only work when nircmd is extracted in Windows/System32. (btw.: It is working just GREAT when you stick to the "extract to windows/system32") OK, for Unattended disk you should have $OEM$\$$\System32\ folder on root of your CD disk. Anything you put into that folder get copied into Windows\System32 during the installation. So you can put nircmd.exe in $OEM$\$$\System32\ and it will be in the right place when you need it. Second posibility is that you make self-extracting archive wich contains nircmd.exe. This way you can call that .EXE in WPI before NERO commands, get nircmd.exe extracted in Windows\System32 and the rest is the same as before. I hope I make it more clear this time.
  2. You can try what I did: Download nircmd.zip and extract it in Windows/System32 folder (it must be in the PATH). In WPI use nircmd waitprocess SetupX.exe in next line after you call StartX for Nero. Nircmd waits until SetupX finish and exit, then continue with the rest of the commands in WPI. Here is my example: cmd1[pn]=['"%WPIPATH%\\Install\\Nero9\\Nero9.exe"']; cmd2[pn]=['"%systemdrive%\\Nero9\\SetupX.exe" /q EULAACCEPTED="1"']; cmd3[pn]=['nircmd waitprocess SetupX.exe']; cmd4[pn]=['cmdhide "%WPIPATH%\\Install\\Nero9\\Nero9_Links.cmd"']; cmd5[pn]=['cmdhide "%WPIPATH%\\Install\\Nero9\\Nero9_Clean.cmd"']; Good luck!
×
×
  • Create New...