MSFN Forum: Nero 9.0 Restarts after silent install? - 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 Restarts after silent install? Which command do I have to add? Rate Topic: -----

#1 User is offline   crunch81 

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

  Posted 07 April 2010 - 02:13 PM

Good Day,

When Nero 9 is finished with silent install, the system will restart. How can I prevent this?

Now I have this: "%wpipath%\Install\Nero\Nero 9 Essentials\setupx.exe" /i /qb SERIALNUMBER="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" EULAACCEPTED="1"

Which command can I add that the systen don't restart?


thanks for the answers.


#2 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 7,349
  • Joined: 28-April 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 07 April 2010 - 02:29 PM

Mine is slightly different, maybe it helps?

Quote

start /wait Setupx.exe /i /q SERIALNUMBER="0000-0000-0000-0000-0000-0000-0000-0000" EULAACCEPTED="1"


and mine from Nero8

Quote

start /wait SetupX.exe /qb! /l*v "c:\windows\NeroSetupLog.txt" NSC_OPT="FALSE" NSC_DEFAULT_OFF="TRUE"


I added the last one in case those different switches work with Nero9.

This post has been edited by Tripredacus: 07 April 2010 - 02:30 PM
Reason for edit: codebox being stupid :p


#3 User is offline   crunch81 

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

Posted 10 April 2010 - 04:43 AM

View PostTripredacus, on 07 April 2010 - 02:29 PM, said:

Mine is slightly different, maybe it helps?

Quote

start /wait Setupx.exe /i /q SERIALNUMBER="0000-0000-0000-0000-0000-0000-0000-0000" EULAACCEPTED="1"


and mine from Nero8

Quote

start /wait SetupX.exe /qb! /l*v "c:\windows\NeroSetupLog.txt" NSC_OPT="FALSE" NSC_DEFAULT_OFF="TRUE"


I added the last one in case those different switches work with Nero9.



Thanks for the reply!

"Start/Wait" will not work in WPI. I thought that the /qb switch was to show progress bar. The rest is the same...Strange.. Nero 9 is really hard to make it a good unattended install....

#4 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 10 April 2010 - 10:18 PM

View Postcrunch81, on 07 April 2010 - 02:13 PM, said:

Which command can I add that the systen don't restart?

Those switches look like msiexec switches. The switches of msiexec can be accessed by typing msiexec /? into a run box or a command prompt window and press enter. A window will show up with the switches available for use.

Although you may have no use for Start /Wait mentioned, you may need to run %comspec% alias CMD.exe (the command interpreter) to use Start /Wait.
Example
CMD /c start /wait path/to/app



#5 User is offline   crunch81 

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

Posted 11 April 2010 - 04:04 AM

View PostMHz, on 10 April 2010 - 10:18 PM, said:

View Postcrunch81, on 07 April 2010 - 02:13 PM, said:

Which command can I add that the systen don't restart?

Those switches look like msiexec switches. The switches of msiexec can be accessed by typing msiexec /? into a run box or a command prompt window and press enter. A window will show up with the switches available for use.

Although you may have no use for Start /Wait mentioned, you may need to run %comspec% alias CMD.exe (the command interpreter) to use Start /Wait.
Example
CMD /c start /wait path/to/app




Thanks very much,
I will give this a try.

#6 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 7,349
  • Joined: 28-April 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 12 April 2010 - 08:41 AM

View Postcrunch81, on 10 April 2010 - 04:43 AM, said:

View PostTripredacus, on 07 April 2010 - 02:29 PM, said:

Mine is slightly different, maybe it helps?

Quote

start /wait Setupx.exe /i /q SERIALNUMBER="0000-0000-0000-0000-0000-0000-0000-0000" EULAACCEPTED="1"


and mine from Nero8

Quote

start /wait SetupX.exe /qb! /l*v "c:\windows\NeroSetupLog.txt" NSC_OPT="FALSE" NSC_DEFAULT_OFF="TRUE"


I added the last one in case those different switches work with Nero9.



Thanks for the reply!

"Start/Wait" will not work in WPI. I thought that the /qb switch was to show progress bar. The rest is the same...Strange.. Nero 9 is really hard to make it a good unattended install....


Yes we can't even use Nero9 because the OEM install is not compatible with Windows 7. We are still using Nero 8 but when it runs out we won't have anything to use! We are still waiting for Nero to fix it, but its been a long time now.

#7 User is offline   crunch81 

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

Posted 12 April 2010 - 03:04 PM

View PostTripredacus, on 12 April 2010 - 08:41 AM, said:

View Postcrunch81, on 10 April 2010 - 04:43 AM, said:

View PostTripredacus, on 07 April 2010 - 02:29 PM, said:

Mine is slightly different, maybe it helps?

Quote

start /wait Setupx.exe /i /q SERIALNUMBER="0000-0000-0000-0000-0000-0000-0000-0000" EULAACCEPTED="1"


and mine from Nero8

Quote

start /wait SetupX.exe /qb! /l*v "c:\windows\NeroSetupLog.txt" NSC_OPT="FALSE" NSC_DEFAULT_OFF="TRUE"


I added the last one in case those different switches work with Nero9.



Thanks for the reply!

"Start/Wait" will not work in WPI. I thought that the /qb switch was to show progress bar. The rest is the same...Strange.. Nero 9 is really hard to make it a good unattended install....


Yes we can't even use Nero9 because the OEM install is not compatible with Windows 7. We are still using Nero 8 but when it runs out we won't have anything to use! We are still waiting for Nero to fix it, but its been a long time now.



I am Using Nero 9 Essentials, It is a OEM version but it had a Serial key. It works ok.....Or are you talking about a other version that don't work?

#8 User is offline   Tripredacus 

  • K-Mart-ian Legend
  • Group: Super Moderator
  • Posts: 7,349
  • Joined: 28-April 06
  • OS:Windows 7 x86
  • Country: Country Flag

Posted 13 April 2010 - 08:43 AM

No, I'm talking about installing Nero9 without a product key. The activation portion (where you manually type in the key) after install (NeroSmartStart.exe) is not compatible with Windows 7 and crashes after you type in the key and click the next button. A normal install where you either choose to put the product key in your cmdline, or manually run it off the CD works fine in Windows 7.

#9 User is offline   crunch81 

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

Posted 13 April 2010 - 11:05 AM

View PostTripredacus, on 13 April 2010 - 08:43 AM, said:

No, I'm talking about installing Nero9 without a product key. The activation portion (where you manually type in the key) after install (NeroSmartStart.exe) is not compatible with Windows 7 and crashes after you type in the key and click the next button. A normal install where you either choose to put the product key in your cmdline, or manually run it off the CD works fine in Windows 7.



Seriously,

That is weird! Well, then I am lucky that I want a unattended install :)

#10 User is offline   cluberti 

  • Gustatus similis pullus
  • Group: Supervisor
  • Posts: 11,000
  • Joined: 09-September 01
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 18 May 2010 - 04:52 PM

View Postcrunch81, on 10 April 2010 - 04:43 AM, said:

Thanks for the reply!

"Start/Wait" will not work in WPI. I thought that the /qb switch was to show progress bar. The rest is the same...Strange.. Nero 9 is really hard to make it a good unattended install....
A little late to the party, but it looks like it's an MSI wrapper given the command-line switches. Try adding REBOOT=ReallySuppress to see if that works.

#11 User is offline   crunch81 

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

Posted 19 May 2010 - 04:38 AM

View Postcluberti, on 18 May 2010 - 04:52 PM, said:

View Postcrunch81, on 10 April 2010 - 04:43 AM, said:

Thanks for the reply!

"Start/Wait" will not work in WPI. I thought that the /qb switch was to show progress bar. The rest is the same...Strange.. Nero 9 is really hard to make it a good unattended install....
A little late to the party, but it looks like it's an MSI wrapper given the command-line switches. Try adding REBOOT=ReallySuppress to see if that works.


Thanks for the advise, It was better that I would posted the solution, for that I apologise.
The problem was A damaged ISO made with 7Customizer. I started all over again with a fresh install and fresh WPI and it works now.

Thanks for the reply.

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