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
  • 7
  • 8
  • 9
  • 10
  • 11
  • 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: -----

#161 User is offline   provolino 

  • Member
  • PipPip
  • Group: Members
  • Posts: 151
  • Joined: 22-December 06

Posted 23 September 2007 - 03:54 AM

View PostAcheron, on Sep 23 2007, 11:36 AM, said:

retalv, I haven't tested unattended mode that well. It looks like when running VERYSILENT the helper autoit script won't get launched. I look into Inno Documentation to overrrule this behaviour. Thanks for noticing this.



Thanks Acheron for fixing and thanks retalv for explaining :)


#162 User is offline   Acheron 

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

Posted 23 September 2007 - 06:18 AM

I'm currently in the progress of further automating the Nero 7 SDK. This should make it easier to maintain such a large project, and perhaps it allows more functionality to be included in future versions (perhaps Nero 8).

#163 User is offline   sp00f 

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

Posted 24 September 2007 - 05:39 AM

Tested same installer in clean Vista installs x86 & x64

In x64 it works fine in x86 still same error.

Posted Image

EDIT :

Got it working now :

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


A few post back someone posted this, but without the "/" : /SERIAL

Now it works....

This post has been edited by sp00f: 24 September 2007 - 09:29 AM


#164 User is offline   HJW 

  • MultiBoot Freak
  • PipPip
  • Group: Members
  • Posts: 177
  • Joined: 26-February 05

Posted 24 September 2007 - 09:34 AM

View Postsp00f, on Sep 24 2007, 01:39 PM, said:

Tested same installer in clean Vista installs x86 & x64

In x64 it works fine in x86 still same error.

Posted Image

EDIT :

Got it working now :

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


A few post back someone posted this, but without the "/" : /SERIAL

Now it works....


TY m8 it works ! :)

#165 User is offline   Acheron 

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

Posted 26 September 2007 - 01:33 PM

I have finally updated Nero 7 SDK to latest version. Now the SDK also comes with a readme and overall I think it will be easier to compile the scripts.

Nero7Lite-7.10.1.0_SDK.7z

Be sure to first install the Inno Setup Clickonce package, or alternatively use offical Quickstart Pack and include ISPP manually.

Inno_Setup_5.2.0_OneClick.7z

#166 User is offline   RickSteele 

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

Posted 26 September 2007 - 03:28 PM

Thanks Acheron; the lite installed beautifully with absolutely no issues. I have no plans to uograde to Nero 8, but, have found no real viable alternatives-those you posted are nice, but, rough; I just cannot abide this bloat anymore so I will try to use your SDK; thanks a million.

#167 User is offline   john2007 

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

Posted 26 September 2007 - 05:32 PM

Nice job Acheron thanks

#168 User is offline   Alex 

  • Member
  • PipPip
  • Group: Members
  • Posts: 223
  • Joined: 08-September 04

Posted 27 September 2007 - 05:24 PM

Hi Acheron,

How You figured out those three files needed to be added for videocd support? I just added all from dsf filter and was excluding one by one. Is there a simplier way?

With nero8 i get this stupid sidebyside config error. No idea where to dig? Cause I am lost...

Script is working fiine, though in nero lite eng code is not working correctly. I get error. Europe version code is really nice.

Thanks a lot,

Alex

#169 User is offline   Acheron 

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

Posted 28 September 2007 - 08:37 AM

Alex, what error do you get building?

I did indeed register and unregister filters manually for testing which filters were involved when using video encoding options.

I use the following regentries to add quick register and unregister functions to dlls, ocx and ax files:

Windows Registry Editor Version 5.00

;Add Register / Unregister to Right Click Menu of .dll Files
[HKEY_CLASSES_ROOT\dllfile\Shell\Register]
@="Register"

[HKEY_CLASSES_ROOT\dllfile\Shell\Register\command]
@="regsvr32.exe /s \"%1\""

[HKEY_CLASSES_ROOT\dllfile\Shell\Register_Undo\command]
@="regsvr32.exe /s /u \"%1\""

[HKEY_CLASSES_ROOT\dllfile\Shell\Register_Undo]
@="Unregister"

;Add Register / Unregister to Right Click Menu of .ocx Files
[HKEY_CLASSES_ROOT\dllfile\Shell\Register]
@="Register"

[HKEY_CLASSES_ROOT\ocxfile\Shell\Register\command]
@="regsvr32.exe /s \"%1\""

[HKEY_CLASSES_ROOT\dllfile\Shell\Register_Undo]
@="Unregister"

[HKEY_CLASSES_ROOT\ocxfile\Shell\Register_Undo\command]
@="regsvr32.exe /s /u \"%1\"" 

;Add Register / Unregister to Right Click Menu of .ax Files
[HKEY_CLASSES_ROOT\.ax]
@="dllfile"


#170 User is offline   Alex 

  • Member
  • PipPip
  • Group: Members
  • Posts: 223
  • Joined: 08-September 04

Posted 28 September 2007 - 03:44 PM

Hi Acheron,

When installing I got a mistake (see capture). It is very small mistake in the script, easi;y fixed from info in picture. Mistyping of some kind, that's all.
Code error is more serious looking, happens while building, but I just took code from europe version and replaced it to eng version lite. It's on the line with word rollback as I recall. Mistyping again I quess but I decided to check script with code from europe version and it worked so Iquess mistake is in the code, not script., but as ir does not have nothing with functionality of Nero itself I decided not to dig, just to replace.
I made installer for express and coverdesigner., only 24 mb, very solid and stable build so far.
Thank You a lot for micromiser, it is fantastic, how do You know what to cut out? Can not figure it out. What soft else You are using? This idea with tutorial would be nice.

All the best,
Alex

Attached File(s)



#171 User is offline   cool400 

  • Junior
  • Pip
  • Group: Members
  • Posts: 72
  • Joined: 08-November 05

  Posted 28 September 2007 - 03:48 PM

Hi,

maybe I missed some informations, but I don't know where I can get the files mentioned in "filelist.txt" from...

I download the file "Nero-7.10.1.0_deu_trial.exe" - should I now install Nero and grab the files from...hmmm...from where? E.g. I don't have a folder called "DrWeb" or "Redist". Or should I extract it anywhere? And if, how should I extract it?

BTW, I installed "Inno_Setup_5.2.0_OneClick" previously...

Another question is, if the Nero Mirco RC7 is final? It's really small...what is missing or not functional?

Sorry for this many questions, but I didn't find the answers to them in this thread!

Thanks for your good work, Archeron, and keep on with it - and you other guys too...

Best regards

cool400

#172 User is offline   Alex 

  • Member
  • PipPip
  • Group: Members
  • Posts: 223
  • Joined: 08-September 04

Posted 28 September 2007 - 03:48 PM

by the way to avoid this mistake, use Achron's micromise!

Alex

Attached File(s)


This post has been edited by Alex: 28 September 2007 - 03:49 PM


#173 User is offline   Acheron 

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

Posted 29 September 2007 - 04:06 AM

View Postcool400, on Sep 28 2007, 11:48 PM, said:

Hi,

maybe I missed some informations, but I don't know where I can get the files mentioned in "filelist.txt" from...

I download the file "Nero-7.10.1.0_deu_trial.exe" - should I now install Nero and grab the files from...hmmm...from where? E.g. I don't have a folder called "DrWeb" or "Redist". Or should I extract it anywhere? And if, how should I extract it?

BTW, I installed "Inno_Setup_5.2.0_OneClick" previously...

Another question is, if the Nero Mirco RC7 is final? It's really small...what is missing or not functional?

Sorry for this many questions, but I didn't find the answers to them in this thread!

Thanks for your good work, Archeron, and keep on with it - and you other guys too...

Best regards

cool400


The SDK is only for experts who want to modify Nero 7 Setup to their own needs. Normal users can just use the Nero 7.0.10.1 PreRelease version as linked in first post.

@Alex, have you read the readme included? I think most of your errors are due to not following the guide.

#174 User is offline   Dynaletik 

  • Senior Member
  • PipPipPipPip
  • Group: Members
  • Posts: 633
  • Joined: 18-September 04
  • OS:none specified
  • Country: Country Flag

Posted 29 September 2007 - 05:22 AM

I just wanted to say THANK YOU Acheron!!! The SDK is really nice. I got my german Lite Installer @ 26 MB now (29 MB before), 1 MB was the new InnoSetup Compression and the other 2 MB seem to be caused by the micromized files. Everything works! Very nice work! :thumbup

#175 User is offline   kal 

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

Posted 30 September 2007 - 11:40 AM

View PostAlex, on Sep 28 2007, 11:48 PM, said:

by the way to avoid this mistake, use Achron's micromise!

Alex

I have exactly the same error window as you. I install nero lite with /VERYLSILENT switch on a unattended vista dvd. Then, I import this reg file :

Windows Registry Editor Version 5.00

; User information
[HKEY_LOCAL_MACHINE\SOFTWARE\ahead\Installation\Families\Nero 7\Info]
"User"="Kal"
"Company"="Kal"
"Serial"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"
"MissingFilesState"="0"
"EulaAccepted"="1"


If I launch nero I get the FATAL ERROR window. If I remove the serial from the registry, then I can enter it manually with Nero ProductSetup. After that, It works like a charm. It just add the serial in the same registry location, except the key name is something like "Serial7_XXXXXXXX", but I can rename it to "Serial" without any problem. So, what's going on ? :(

Thank you for your work Acharon,
Kal

This post has been edited by kal: 30 September 2007 - 11:42 AM


#176 User is offline   Acheron 

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

Posted 30 September 2007 - 11:54 AM

View Postkal, on Sep 30 2007, 07:40 PM, said:

View PostAlex, on Sep 28 2007, 11:48 PM, said:

by the way to avoid this mistake, use Achron's micromise!

Alex

I have exactly the same error window as you. I install nero lite with /VERYLSILENT switch on a unattended vista dvd. Then, I import this reg file :

Windows Registry Editor Version 5.00
 
; User information
 [HKEY_LOCAL_MACHINE\SOFTWARE\ahead\Installation\Families\Nero 7\Info]
 "User"="Kal"
 "Company"="Kal"
 "Serial"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx"
 "MissingFilesState"="0"
 "EulaAccepted"="1"


If I launch nero I get the FATAL ERROR window. If I remove the serial from the registry, then I can enter it manually with Nero ProductSetup. After that, It works like a charm. It just add the serial in the same registry location, except the key name is something like "Serial7_XXXXXXXX", but I can rename it to "Serial" without any problem. So, what's going on ? :(

Thank you for your work Acharon,
Kal


Don't import your serial after setup! Activation is only done through Setup! This is no rocket science! :realmad:

This post has been edited by Acheron: 30 September 2007 - 12:07 PM


#177 User is offline   kal 

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

Posted 30 September 2007 - 11:56 AM

View PostAcheron, on Sep 30 2007, 07:54 PM, said:

Activation is still a bit problematic, so I programmed the activation progress to only register once. It is best to use the /SERIAL="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" switch when using unattended. Manually importing regfiles won't work on a clean system!


Ok thank you, i'm going to test it right now !
If I can make you a suggestion : edit your first post with avalaible switches, I forgot this one ;)

Thank you again for you reactivatity!
Kal

#178 User is offline   sp00f 

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

Posted 30 September 2007 - 05:12 PM

View Postkal, on Sep 30 2007, 07:56 PM, said:

View PostAcheron, on Sep 30 2007, 07:54 PM, said:

Activation is still a bit problematic, so I programmed the activation progress to only register once. It is best to use the /SERIAL="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" switch when using unattended. Manually importing regfiles won't work on a clean system!


Ok thank you, i'm going to test it right now !
If I can make you a suggestion : edit your first post with avalaible switches, I forgot this one ;)

Thank you again for you reactivatity!
Kal

Read few posts back :whistle:

#179 User is offline   NaDer_GenKO 

  • Member
  • PipPip
  • Group: Members
  • Posts: 180
  • Joined: 17-January 07

Posted 30 September 2007 - 09:10 PM

Thanks Acheron for Nero 7 Lite :thumbup

and i have One question "How i can include Nero ImageDrive to this Package ? " Please

Edit : please Acheron replay to me.
did you see this post ?

This post has been edited by NaDer_GenKO: 01 October 2007 - 01:18 PM


#180 User is offline   kal 

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

Posted 01 October 2007 - 04:48 AM

Ok, I've tested /SERIAL switch and it seems there's a little issue to fix.
Indeed, when I install it for the first time, there's no serial entry added to registry. But If I install it a second time, then a serial entry is correctly added. I do the installation during the first boot, in the "specialize" pass.

Is there a way to use SetupX.exe silently to do the registration ?

Kal

Share this topic:


  • 45 Pages +
  • « First
  • 7
  • 8
  • 9
  • 10
  • 11
  • 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