IPB

Google Frontpage Forums Unattended CD/DVD Guide

> 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

7 Pages V   1 2 3 > »   
Closed TopicStart new topic
> Nero 7 Lite v7.7.5.1 Update, New update to fix Windows Vista issues
Acheron
post Feb 6 2007, 05:51 PM
Post #1


Friend of MSFN
*****

Group: Members
Posts: 879
Joined: 28-June 04
From: Eerbeek
Member No.: 23554
OS: XP Pro x86
Country Flag


I have updated Nero 7 Lite to fix most of Windows Vista compatibility issues.

Nero 7 Lite v7.7.5.1 Revision 1.7.2.2 changes:
  • Added workaround for Nero activation (FATAL ERROR when using DEMO key)
  • Improved Windows Vista installation support.
  • Improved automatic language selection
  • Minor fixes
Please visit my site for links to download. Localized versions are available.

I will update this opening post later. The previous thread is locked because of too much offtopic talk. Please report only problems with updated Nero 7 Lite in this topic.

Previous topic with information about unattended setup

This post has been edited by Acheron: Feb 6 2007, 05:54 PM
Go to the top of the page
 
+Quote Post
Shark007
post Feb 6 2007, 06:25 PM
Post #2


Repackaging Specialist
*********

Group: Banned
Posts: 3154
Joined: 7-January 04
From: Eastern Ontario
Member No.: 12065
OS: Windows 7 x64
Country Flag


Thanks Acheron.

I tested English Lite and Micro on Vista x64, both functioned as expected.
Your work is appreciated. thumbup.gif


shark
Go to the top of the page
 
+Quote Post
Dynaletik
post Feb 6 2007, 06:57 PM
Post #3


vLite & WPI Junkie :>
Group Icon

Group: Supreme Sponsors
Posts: 624
Joined: 18-September 04
From: Germany
Member No.: 31388
OS: Windows 7 x64
Country Flag


Very good work Acheron!!! thumbup.gif
I just tested the german Lite vesion on Vista Business 32bit and everything seems to work!
Thank you for this awesome installer and Lite version!!!
Go to the top of the page
 
+Quote Post
Tommy123
post Feb 6 2007, 08:06 PM
Post #4





Group: Members
Posts: 6
Joined: 24-January 07
Member No.: 123155
Country Flag


tested the german micro version on Win XP Pro ... no fatal error using demo key, yeah!
Go to the top of the page
 
+Quote Post
zorro1
post Feb 7 2007, 03:43 AM
Post #5


Junior
*

Group: Members
Posts: 74
Joined: 2-November 03
Member No.: 8891



Sorry for my poor english

McAffee don't like process.exe, my solution for the serail


EvalSerial=1C80-7619-10E5-477X-4042-577K-K1AM

This is not a valid serial but don't crash nero at the first launch.

at the first launch it offered to register nero.
Go to the top of the page
 
+Quote Post
Acheron
post Feb 7 2007, 07:28 AM
Post #6


Friend of MSFN
*****

Group: Members
Posts: 879
Joined: 28-June 04
From: Eerbeek
Member No.: 23554
OS: XP Pro x86
Country Flag


QUOTE (zorro1 @ Feb 7 2007, 10:43 AM) *
Sorry for my poor english

McAffee don't like process.exe, my solution for the serail

This is not a valid serial but don't crash nero at the first launch.

at the first launch it offered to register nero.


process.exe is not a virus. It's the only foolproof method to make sure nero.exe is closed during installation. See also http://www.beyondlogic.org/solutions/proce...processutil.htm for more information about this wonderful program.
Go to the top of the page
 
+Quote Post
zorro1
post Feb 7 2007, 08:58 AM
Post #7


Junior
*

Group: Members
Posts: 74
Joined: 2-November 03
Member No.: 8891



I know that ' Process.exe ' is not a virus, but Mcaffee does not know it!!
it causes a crach during the install.

Try the methode with psvince.dll, test if nero is load at the begining of install

QUOTE
[Files]...
...
Source: psvince.dll; Flags: dontcopy

[Code]
function IsModuleLoaded(modulename: String ): Boolean;
external 'IsModuleLoaded@files:psvince.dll stdcall';

function InitializeSetup(): Boolean;
begin
IF Result = Not IsModuleLoaded( 'nero.exe' ) then
MsgBox(Nero est actuellement en cours d''utilisation.' + #10#13+
'Fermer le et recommencer l''installation.', mbInformation, MB_OK)
else
Result := True;
end;

Attached File(s)
Attached File  psvince.ZIP ( 12.38K ) Number of downloads: 26
Attached File  psvince.ZIP ( 12.38K ) Number of downloads: 6
 
Go to the top of the page
 
+Quote Post
ztsoft
post Feb 7 2007, 10:02 AM
Post #8





Group: Members
Posts: 1
Joined: 6-February 07
Member No.: 125420
Country Flag


I am a Chinese users, I have just downloaded MICRO version of the installation interface LITE found, I hope you corrected!

Leave a comment
Go to the top of the page
 
+Quote Post
Acheron
post Feb 7 2007, 10:43 AM
Post #9


Friend of MSFN
*****

Group: Members
Posts: 879
Joined: 28-June 04
From: Eerbeek
Member No.: 23554
OS: XP Pro x86
Country Flag


QUOTE (zorro1 @ Feb 7 2007, 03:58 PM) *
I know that ' Process.exe ' is not a virus, but Mcaffee does not know it!!
it causes a crach during the install.

Try the methode with psvince.dll, test if nero is load at the begining of install

QUOTE

[Files]...
...
Source: psvince.dll; Flags: dontcopy

[Code]
function IsModuleLoaded(modulename: String ): Boolean;
external 'IsModuleLoaded@files:psvince.dll stdcall';

function InitializeSetup(): Boolean;
begin
IF Result = Not IsModuleLoaded( 'nero.exe' ) then
MsgBox(Nero est actuellement en cours d''utilisation.' + #10#13+
'Fermer le et recommencer l''installation.', mbInformation, MB_OK)
else
Result := True;
end;



Nero.exe is launched during installation. It is part of the Activation workaround. I haven't found another easy solution to kill Nero.exe on all Windows 2000, XP and Vista versions than launching a helper utility.
Go to the top of the page
 
+Quote Post
ajua
post Feb 7 2007, 12:24 PM
Post #10


Custom Installer Maker
******

Group: Members
Posts: 1223
Joined: 16-April 05
From: The chair in front of Cleopetra
Member No.: 52266
OS: Windows 7 x86
Country Flag


thanks for the new build, will try it in a few hours.
by the way, have you figured out the debug.txt issue? i read somewhere that changing the Merits of Nero Codecs solves this but i havent tried.
Go to the top of the page
 
+Quote Post
jordi.c
post Feb 7 2007, 01:35 PM
Post #11





Group: Members
Posts: 9
Joined: 25-September 06
Member No.: 111246
Country Flag


Hello,

What is the difference between Nero Lite and Micro?

Regards
Go to the top of the page
 
+Quote Post
Acheron
post Feb 7 2007, 02:03 PM
Post #12


Friend of MSFN
*****

Group: Members
Posts: 879
Joined: 28-June 04
From: Eerbeek
Member No.: 23554
OS: XP Pro x86
Country Flag


QUOTE (jordi.c @ Feb 7 2007, 08:35 PM) *
Hello,

What is the difference between Nero Lite and Micro?

Regards


Nero 7 Micro is only Nero Burning Rom + Express and Basic Audio and Video-plugins.

Nero 7 Lite features exotic Audio plugins (MauSau), Nero CoverDesigner + Labelflash support, Nero WaveEditor and Nero Toolkit.

Most people would want to go for Nero 7 Micro I think.
Go to the top of the page
 
+Quote Post
heilmaenner
post Feb 7 2007, 02:38 PM
Post #13





Group: Members
Posts: 3
Joined: 30-January 07
Member No.: 124161
Country Flag


Hi @ all,
I just installed updated Nero Lite (Revision 1.7.2.2) and it finally works on Vista Home Premium!

@ Acheron,
thx 4 the great & fast work!!!

Greetings from Germany
Go to the top of the page
 
+Quote Post
mutante
post Feb 8 2007, 04:10 PM
Post #14





Group: Members
Posts: 4
Joined: 11-March 05
Member No.: 47375
Country Flag


Thanks pour this version.
I'll tried the french version
Go to the top of the page
 
+Quote Post
avoidz
post Feb 8 2007, 07:54 PM
Post #15


Newbie


Group: Members
Posts: 13
Joined: 27-November 06
Member No.: 116849
OS: XP Pro x86
Country Flag


Thanks for the recent 7.7.5.1 update - I'm using the Micro edition.

I really really appreciate the work gone into stripping down the (now) bloated Nero to something more useful smile.gif

190 MB for the latest Vista-compatible version??? wtf...

This post has been edited by maf: Feb 8 2007, 07:54 PM
Go to the top of the page
 
+Quote Post
ajua
post Feb 8 2007, 08:31 PM
Post #16


Custom Installer Maker
******

Group: Members
Posts: 1223
Joined: 16-April 05
From: The chair in front of Cleopetra
Member No.: 52266
OS: Windows 7 x86
Country Flag


confirmed. latest revision works very well with vista ultimate. the only setback is that the debug.txt issue is still present. i will try changing the merit of all nero codecs to "not use". you should try it with the installer so everything will be flawless on a next release.
thanks for the good work.
Go to the top of the page
 
+Quote Post
Acheron
post Feb 9 2007, 06:45 AM
Post #17


Friend of MSFN
*****

Group: Members
Posts: 879
Joined: 28-June 04
From: Eerbeek
Member No.: 23554
OS: XP Pro x86
Country Flag


QUOTE (elajua @ Feb 9 2007, 03:31 AM) *
confirmed. latest revision works very well with vista ultimate. the only setback is that the debug.txt issue is still present. i will try changing the merit of all nero codecs to "not use". you should try it with the installer so everything will be flawless on a next release.
thanks for the good work.


elajua, so far you have been the only one that reports this issue. I can not reproduce the error. You might check if you have some other programs conflicting with Nero. The creation of a debug.txt file is now considered a minor issue. If you can provide a workaround for it I can add it to Nero 7 Lite.
Go to the top of the page
 
+Quote Post
Annita
post Feb 9 2007, 07:28 AM
Post #18


Member
**

Group: Members
Posts: 107
Joined: 10-September 04
Member No.: 30609



Thnx Acheron, gonna try spanish version.

Annita
Go to the top of the page
 
+Quote Post
Annita
post Feb 9 2007, 08:46 AM
Post #19


Member
**

Group: Members
Posts: 107
Joined: 10-September 04
Member No.: 30609



Acheron I tried Nero 7 Lite v7.7.5.1 spanish edition using the installation switches: /VERYSILENT /USER="XXXXXXX" /COMPANY="XXXXXXX" /SERIAL="XXXXXXX" on a clean installation of WinXP SP2 on a virtual machine (using VMWare) and I get the following error:


Annita
Go to the top of the page
 
+Quote Post
ajua
post Feb 9 2007, 11:35 AM
Post #20


Custom Installer Maker
******

Group: Members
Posts: 1223
Joined: 16-April 05
From: The chair in front of Cleopetra
Member No.: 52266
OS: Windows 7 x86
Country Flag


QUOTE
elajua, so far you have been the only one that reports this issue. I can not reproduce the error. You might check if you have some other programs conflicting with Nero. The creation of a debug.txt file is now considered a minor issue. If you can provide a workaround for it I can add it to Nero 7 Lite.
I will try some things later. will post my results.

QUOTE
I tried Nero 7 Lite v7.7.5.1 spanish edition using the installation switches: /VERYSILENT /USER="XXXXXXX" /COMPANY="XXXXXXX" /SERIAL="XXXXXXX" on a clean installation of WinXP SP2 on a virtual machine (using VMWare) and I get the following error:

Annita, try importing the serial using a reg file to see if it solves that issue. i remember that it solved it from a previous version of nero.
Go to the top of the page
 
+Quote Post

Google Frontpage Forums Unattended CD/DVD Guide

7 Pages V   1 2 3 > » 
Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 




Lo-Fi Version Time is now: 20th November 2009 - 09:52 PM
All trademarks mentioned on this page are the property of their respective owners
MSFN is not affiliated with Microsoft
Copyright © 2001-2009 msfn.org
Privacy Policy