MSFN Forum: Nero 9.0 does not wait in WPI until finished installation - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Nero 9.0 does not wait in WPI until finished installation Does anybody knows how to bypass this? Rate Topic: -----

#1 User is offline   crunch81 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 05-January 10

Posted 20 March 2010 - 03:22 PM

Good day people,

I've found the right switch to silently install Nero 9.0 in other threads...That is:

setupx.exe /i /qb SERIALNUMBER="XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX-XXXX" EULAACCEPTED="1"

BUT.....When I put this command in WPI. It will not wait until the installation is finished and then will stopped. It just goes on to the next command.
I don't want to use a "SLEEP" command because sometimes it is taking longer then normal for some reason.

Does somebody knows what to do toe resolve this F*****up Issue?

If I have to make a guess: I need to have the Installation files after "extraction" of the program and make it into an MSI package, is that correct? will this resolve the issue of breaking off the installation?


Thanks for the reply.

This post has been edited by crunch81: 20 March 2010 - 03:28 PM



#2 User is offline   DaRk MaDnEsS 

  • Newbie
  • Group: Members
  • Posts: 39
  • Joined: 23-July 09
  • OS:Windows 7 x86

Posted 20 March 2010 - 11:26 PM

well as you assumed the problem is in the extraction

you need to run the setup go to the temp

get the extracted files make an exe with switch in winrar or 7-zip

add it to WPI and that should have the roblem fixed

#3 User is offline   crunch81 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 05-January 10

Posted 21 March 2010 - 02:20 AM

View PostDaRk MaDnEsS, on 20 March 2010 - 11:26 PM, said:

well as you assumed the problem is in the extraction

you need to run the setup go to the temp

get the extracted files make an exe with switch in winrar or 7-zip

add it to WPI and that should have the roblem fixed


I can not find the files in the temp folder after extraction. There must be more people with the same issue.
There are a few topics about Nero 9, but they all had nothing to do with WPI.

Is there somebody with the same problem who solved this?

#4 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,655
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 21 March 2010 - 03:33 AM

Nero9 can just be extracted with an archive manager last I checked...

#5 User is offline   crunch81 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 05-January 10

Posted 21 March 2010 - 06:33 AM

View PostKelsenellenelvian, on 21 March 2010 - 03:33 AM, said:

Nero9 can just be extracted with an archive manager last I checked...


Can You give me some details how to manage that? What do I have to do to make it work?

#6 User is offline   scottsmythe1 

  • Group: Members
  • Posts: 2
  • Joined: 07-April 09

Posted 21 March 2010 - 06:55 AM

View Postcrunch81, on 21 March 2010 - 06:33 AM, said:

View PostKelsenellenelvian, on 21 March 2010 - 03:33 AM, said:

Nero9 can just be extracted with an archive manager last I checked...


Can You give me some details how to manage that? What do I have to do to make it work?


Hi there. im new to forums but I use nero 9 lite on wpi for a while now.

I can say that even though i don't use a silent install (at the moment but thanks anyway for your info!!) Nero 9 will also want to install up to 4 additional components. my suggestion is to install these first by putting the other stuff first before nero within your installation commands. (after finding switches for them (assuming you have extracted /decompressed / %temp% foldered them and then run the setupx.exe with silent switch you have. I wouldn't try using the other setup files as on my working pc (win 7 x 64 (too embarrassed about the rest!!)) as this will tell you cannot execute except from main setupx file. fyi

either that, or run two WPI install routines. one for default items, and one for Nero alone.. I know bit of a time waste but this issues has caused me few problems in the past!

if i have any joy i will let you know!

This post has been edited by scottsmythe1: 21 March 2010 - 06:56 AM


#7 User is offline   JasonKiller 

  • Group: Members
  • Posts: 7
  • Joined: 16-February 06

Posted 21 March 2010 - 02:54 PM

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!

#8 User is offline   Kelsenellenelvian 

  • WPI Guru
  • Group: Developers
  • Posts: 7,655
  • Joined: 18-September 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 22 March 2010 - 08:54 AM

View Postcrunch81, on 21 March 2010 - 06:33 AM, said:

View PostKelsenellenelvian, on 21 March 2010 - 03:33 AM, said:

Nero9 can just be extracted with an archive manager last I checked...


Can You give me some details how to manage that? What do I have to do to make it work?



7zip, right click, extract to...

#9 User is offline   El_Esteban 

  • Newbie
  • Group: Members
  • Posts: 11
  • Joined: 18-January 10

Posted 22 March 2010 - 10:16 AM

View PostJasonKiller, on 21 March 2010 - 02:54 PM, said:

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!


Thanks you very much
I anwser this question too long with no response:

http://www.msfn.org/..._1

Thanks

#10 User is offline   crunch81 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 05-January 10

Posted 22 March 2010 - 12:11 PM

Thanks for all the reply's! I will try everything and take a look what will be the best solution for me.

I will report back to you.

THANKS!

#11 User is offline   crunch81 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 05-January 10

Posted 22 March 2010 - 01:20 PM

View PostJasonKiller, on 21 March 2010 - 02:54 PM, said:

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!


What command should I put at number 1 in WPI to copy/extract these files or Nircmd to Windows/system32?
I tried this but in WPI it says failed. I can't copy it first in windows/system32 because I am making an unattended OS disk.
Or should I let Wpi extract it first in windows/system32 and then execute the command of Nero??

Thanks for the reply.

This post has been edited by crunch81: 22 March 2010 - 02:51 PM


#12 User is offline   crunch81 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 05-January 10

Posted 22 March 2010 - 03:03 PM

Quote

7zip, right click, extract to...



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")

This post has been edited by crunch81: 22 March 2010 - 03:05 PM


#13 User is offline   JasonKiller 

  • Group: Members
  • Posts: 7
  • Joined: 16-February 06

Posted 24 March 2010 - 01:34 PM

View Postcrunch81, on 22 March 2010 - 03:03 PM, said:

Quote

7zip, right click, extract to...



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.

#14 User is offline   crunch81 

  • Junior
  • Pip
  • Group: Members
  • Posts: 84
  • Joined: 05-January 10

  Posted 27 March 2010 - 04:07 PM

Quote

I hope I make it more clear this time.


Yes you have! Thumbs up! Thanks a million!

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy