MSFN Forum: Nero Lite v7.11.10.0 & v8.3.13.0 - 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
  • 45 Pages +
  • « First
  • 10
  • 11
  • 12
  • 13
  • 14
  • Last »
  • You cannot start a new topic
  • This topic is locked

Nero Lite v7.11.10.0 & v8.3.13.0 Latest build: 1.18.2.1 [04/08/09] Rate Topic: -----

#221 User is offline   mara- 

  • Office Integrator Developer
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,159
  • Joined: 19-February 07

Posted 06 October 2007 - 03:31 PM

View Postkal, on Oct 6 2007, 08:50 PM, said:

I've just tested the final nero lite, and I still have the same issue. I have to install it twice on a fresh Windows Vista install to get a serial entry in the registry. Here is the command line that I use :

start "nero" /wait %AppsRoot%\wpi\install\nero\Nero.exe /SERIAL="****-****-****-****-****-****-****" /NORESTART /SILENT


Acheron, is it possible to use SetupX.exe (Nero ProductSetup) in command line to silently register nero ?



Also try

%AppsRoot%\wpi\install\nero\Nero.exe /SERIAL="[b]****************************[/b]" /NORESTART /SILENT


Try to don't put spaces or - in your serial. This always worked for me.


#222 User is offline   kal 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 07-March 04

Posted 06 October 2007 - 03:50 PM

View PostAcheron, on Oct 6 2007, 10:44 PM, said:

Please try without the start /wait command. In a batch file all commands are processed one by one anyway. So your commandline would look like:

%AppsRoot%\wpi\install\nero\Nero.exe /SERIAL="****-****-****-****-****-****-****" /NORESTART /SILENT


It does not work. I've sent you a pm with a video link showing what happens. Thank you for your reactivity :)

View Postmara-, on Oct 6 2007, 11:31 PM, said:

Also try

%AppsRoot%\wpi\install\nero\Nero.exe /SERIAL="[b]****************************[/b]" /NORESTART /SILENT


Try to don't put spaces or - in your serial. This always worked for me.


Ok, i'm going to try it.

Kal

#223 User is offline   kal 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 07-March 04

Posted 06 October 2007 - 04:15 PM

View Postmara-, on Oct 6 2007, 11:31 PM, said:

Also try

%AppsRoot%\wpi\install\nero\Nero.exe /SERIAL="[b]****************************[/b]" /NORESTART /SILENT


Try to don't put spaces or - in your serial. This always worked for me.

I've just tried it : it doesn't solve the problem :/

Thank you anyway,
Kal

#224 User is offline   OuTmAn 

  • \ ( ^_^) /
  • PipPip
  • Group: Members
  • Posts: 103
  • Joined: 11-October 04

Posted 06 October 2007 - 04:27 PM

it'll likely look at a newbie suggest... but does making a reg entry before works ?

ie. you do a batch file, and before launching Nero install you do a REG ADD with registration infos

#225 User is offline   mara- 

  • Office Integrator Developer
  • PipPipPipPipPipPip
  • Group: Members
  • Posts: 1,159
  • Joined: 19-February 07

Posted 06 October 2007 - 06:04 PM

View Postkal, on Oct 6 2007, 11:50 PM, said:

View PostAcheron, on Oct 6 2007, 10:44 PM, said:

Please try without the start /wait command. In a batch file all commands are processed one by one anyway. So your commandline would look like:

%AppsRoot%\wpi\install\nero\Nero.exe /SERIAL="****-****-****-****-****-****-****" /NORESTART /SILENT


It does not work. I've sent you a pm with a video link showing what happens. Thank you for your reactivity :)

View Postmara-, on Oct 6 2007, 11:31 PM, said:

Also try

%AppsRoot%\wpi\install\nero\Nero.exe /SERIAL="[b]****************************[/b]" /NORESTART /SILENT


Try to don't put spaces or - in your serial. This always worked for me.


Ok, i'm going to try it.

Kal


Can you please try again, but without this {b} and {/b} (that supposed to be bold here in the forum), so now it should look like:
%AppsRoot%\wpi\install\nero\Nero.exe /SERIAL=**************************** /NORESTART /SILENT


Also, try to don't put quotation around the serial. If this also fails why don't you try to make a 7-Zip Switchless Installer. Click here to see a guide.

If you will create 7-Zip Switchless Installer your config.txt needs to look like this:
;!@Install@!UTF-8! 
RunProgram="Nerolite.exe /sp /silent /serial=**************************** /NORESTART"
;!@InstallEnd@!


This works perfectly for me!

Cheers ;)

This post has been edited by mara-: 06 October 2007 - 06:07 PM


#226 User is offline   zeroFX 

  • random lateral thinker
  • Group: Members
  • Posts: 38
  • Joined: 16-August 06
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 07 October 2007 - 02:22 AM

View Postwaldfee, on Oct 6 2007, 11:12 AM, said:

Hi Acheron,

thanks for all the great work. The link to the micro (europe) release on your site refers to the lite version ;)

have a great day & cu
wf

The links seem to be correct as of now but the file size information indeed refer to tose of the corresponding lite not micro releases.
E.g. "file size: 44.1 MB" for the european micro, should be more like "file size: 20.2 MB".

btw: thx for the finals :D

#227 User is offline   kal 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 07-March 04

Posted 07 October 2007 - 02:27 AM

View PostOuTmAn, on Oct 7 2007, 12:27 AM, said:

it'll likely look at a newbie suggest... but does making a reg entry before works ?

ie. you do a batch file, and before launching Nero install you do a REG ADD with registration infos


As Acheron said, we can't do that ;)

View Postmara-, on Oct 7 2007, 02:04 AM, said:

Can you please try again, but without this {b} and {/b} (that supposed to be bold here in the forum), so now it should look like:
%AppsRoot%\wpi\install\nero\Nero.exe /SERIAL=**************************** /NORESTART /SILENT

Off course, I understood that these was for bold text and I didn't include its when I tried.

View Postmara-, on Oct 7 2007, 02:04 AM, said:

Also, try to don't put quotation around the serial. If this also fails why don't you try to make a 7-Zip Switchless Installer. Click here to see a guide.

If you will create 7-Zip Switchless Installer your config.txt needs to look like this:
;!@Install@!UTF-8! 
RunProgram="Nerolite.exe /sp /silent /serial=**************************** /NORESTART"
;!@InstallEnd@!


This works perfectly for me!

Cheers ;)

I'm going to try without quotation around the serial. But I can't see why it could work in a 7-zip switchless installer and not in command line if the command is the same. What does mean your "/sp" in your RunProgram command ?

Regards,
Kal

This post has been edited by kal: 07 October 2007 - 02:28 AM


#228 User is offline   kal 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 07-March 04

Posted 07 October 2007 - 02:58 AM

I've just tried your command line mara-, and it doesn't change : I still have to install it twice to get a serial entry in the registry.
Here is the command line that I've used :
Nero-7.10.1.0_europe_lite.exe /sp /silent /serial=**************************** /NORESTART


Kal

#229 User is offline   kal 

  • Member
  • PipPip
  • Group: Members
  • Posts: 114
  • Joined: 07-March 04

Posted 07 October 2007 - 03:26 AM

I've just tested with the english version of nero lite and I don't have the problem. So, there's something wrong in Nero-7.10.1.0_europe_lite.exe...

Regards,
Kal

#230 User is offline   john2007 

  • Junior
  • Pip
  • Group: Members
  • Posts: 59
  • Joined: 31-May 07

Posted 11 October 2007 - 12:25 AM

hey Acheron :hello:

Nero 8 Ultra Edition 8.1.1.0b

http://ftp22.nero.co...b_eng_trial.exe

or

ftp://ftp3.use.nero.com/software/Nero8/tr...b_eng_trial.exe

This post has been edited by john2007: 11 October 2007 - 02:30 AM


#231 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 11 October 2007 - 07:49 AM

Hi Acheron,

TNX for yr great job. Nero 7.10.1.0 europe lite works like a charm for me :thumbup

As many of this post concerned, may you be kind to let us know if you are planing to build a Nero 8 europe lite?

Regards
coucou

#232 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 11 October 2007 - 08:47 AM

How to use the serial was already posted , but most people dont read.

nero-7.10.1.0-Lite.exe /VERYSILENT SP- /SERIAL="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"


#233 User is offline   john2007 

  • Junior
  • Pip
  • Group: Members
  • Posts: 59
  • Joined: 31-May 07

Posted 11 October 2007 - 12:32 PM

coucou Nero 8 europe lite :angry: y would you want build europe its going to be 44MB :} im sure you only know English like me and i use just the English lite build as its way less in MBs 37mb and also English micro build that is 16mb y would you want something 44mb hum B)

This post has been edited by john2007: 11 October 2007 - 12:35 PM


#234 User is offline   coucou 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 806
  • Joined: 01-January 04

Posted 12 October 2007 - 08:05 AM

View Postjohn2007, on Oct 11 2007, 08:32 PM, said:

coucou Nero 8 europe lite :angry: y would you want build europe its going to be 44MB :} im sure you only know English like me and i use just the English lite build as its way less in MBs 37mb and also English micro build that is 16mb y would you want something 44mb hum B)
May you share yr Nero 8 English lite build 37MB?
TNX
coucou

#235 User is offline   john2007 

  • Junior
  • Pip
  • Group: Members
  • Posts: 59
  • Joined: 31-May 07

Posted 12 October 2007 - 11:53 AM

coucou where did i type i have it or made my own i always wait for Acheron he does a good job me im waiting my self for nero lite 8 :hello:

This post has been edited by john2007: 12 October 2007 - 11:54 AM


#236 User is offline   sp00f 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 712
  • Joined: 30-November 06

Posted 12 October 2007 - 06:49 PM

7.10.1.2 is also released

#237 User is offline   Acheron 

  • Friend of MSFN
  • PipPipPipPipPip
  • Group: Members
  • Posts: 915
  • Joined: 28-June 04

Posted 13 October 2007 - 06:11 AM

Here some tips how to properly unextract Nero installer using Universal Extractor:

1. Extract Nero-7.10.1.2_all_trial.exe with Universal Extractor
2. Run the extracted SetupX.exe and run the wizard until the registration dialog comes up. (This is the point I read out the Demo serial number).
3. Abort the installer.
4. In subdir Cab you can extract nero.msi with Universal Extractor. Choose Administrative install.

The following steps are optional
5. [Optional] Create a batch script with the following code to allow quick installation of Nero:

nero.cmd
start /b nero.msi STARTPARAM=CallFromExe DONOTRUNSETUPX=1
exit

6. Copy directory SETUP from Extracted Nero-7.10.1.2_all_trial.exe path to your new created installer.

This post has been edited by Acheron: 13 October 2007 - 06:18 AM


#238 User is offline   GaNGa 

  • Newbie
  • Group: Members
  • Posts: 41
  • Joined: 14-January 07

Posted 13 October 2007 - 06:39 AM

WIll you make nero 8 lite

#239 User is offline   RickSteele 

  • Rick Steele
  • PipPip
  • Group: Members
  • Posts: 259
  • Joined: 13-October 04
  • OS:Windows 7 x64
  • Country: Country Flag

  Posted 13 October 2007 - 06:53 AM

View Postsp00f, on Oct 12 2007, 06:49 PM, said:

7.10.1.2 is also released


Where?-not in My Nero>software downloads/updates, or on their main product download portal.

#240 User is offline   cyberloner 

  • OCMania.com
  • PipPipPipPip
  • Group: Members
  • Posts: 535
  • Joined: 19-July 05

Posted 13 October 2007 - 09:05 AM

View PostGaNGa, on Oct 13 2007, 06:39 AM, said:

WIll you make nero 8 lite


that's what i'm gonna see too =)

Share this topic:


  • 45 Pages +
  • « First
  • 10
  • 11
  • 12
  • 13
  • 14
  • Last »
  • You cannot start a new topic
  • This topic is locked

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