Jump to content

[RELEASE] Nero 7 Lite / Micro v7.7.5.1


Acheron

Recommended Posts

You can get Mausau Audio plugins here

For full Nero help you have to download a separate package. They are not included in the Multi-language installer pack.

Thanks, I suppose that the antivirus plugin is also 3rd party, right?

And... I'm trying to add Nero Recode support.

If you could share your Nero Recode script I might add it to a regular build. The main reason I don't add Nero Recode, Vision Express, etc. is that I have not enough time to test all stuff for every release.

So if you are upto testing this stuff for every release I might create an installer for it.

I will revise Nero 7 Micro English tonight. It will fix the black screen and the Upgrade window. Thank you for all feedback.

Edited by hp38guser
Link to comment
Share on other sites


To hp38guser (sorry for my english)

Modif code source

add new function

[Setup]
AppVerName=Nero 7 Lite {cm:Version}

[Registry]
Root: HKLM; Subkey: Software\Ahead\Installation\Families\Nero 7\Info; ValueType: string; ValueName: {code:GetNameSerial}; ValueData: {code:GetSerial}; Flags: uninsdeletekey
Root: HKLM; Subkey: Software\Ahead\Installation\Families\Nero 7\Info; ValueType: string; ValueName: Version; ValueData: {cm:Version}; Flags: uninsdeletekey

;Nero LabelFlash
Root: HKLM; Subkey: Software\Nero\Shared32; ValueType: string; ValueName: LLS; ValueData: {app}\Core\LLS.dll; Flags: uninsdeletekey; Components: nero_core

[CustomMessages]
Version=v7.5.7.0

// Search the name of SubKeyName Serialx_xxxxxxxxx
function SearchSubKeyName(RootKey : integer) : String;
var
Names: TArrayOfString;
I: Integer;
S, SubKeyName: String;
begin
if RegGetValueNames(RootKey, 'SOFTWARE\Ahead\Installation\Families\Nero 7\Info', Names) then
begin
S := '';
SubKeyName := 'Serial7';
for I := 0 to GetArrayLength(Names)-1 do
Begin
S := copy(Names[I],1,6);
IF Comparetext('Serial', S) = 0 then
SubKeyName := Names[i];
End;
Result := SubKeyName;
end;
end;


{ Edit3 }
Edit3 :=TEdit.Create(Page);
with Edit3 do
begin
Parent :=Page.Surface;
Left :=ScaleX(160);
Top :=ScaleY(160);
Width :=ScaleX(211);
Height :=ScaleY(21);
TabOrder :=2;
if ExpandConstant('{param:Serial}') = '' then
begin
if Spellkey(SearchSubKeyName(HKLM), '') = '' then
Text := 'Demo'
else
if not (Spellkey(SearchSubKeyName(HKLM), '') = ExpandConstant('{cm:EvalSerial}')) then
Text := Spellkey(SearchSubKeyName(HKLM), '')
else
Text := 'Demo'
end
else Text := ExpandConstant('{param:Serial}')
end;

function GetNameSerial (Param: string): String;
begin
Result := SearchSubKeyName(HKLM);
end;

Edited by zorro1
Link to comment
Share on other sites

If you could share your Nero Recode script I might add it to a regular build. The main reason I don't add Nero Recode, Vision Express, etc. is that I have not enough time to test all stuff for every release.

So if you are upto testing this stuff for every release I might create an installer for it.

My intention is to release the code. Right now, I'm copying the Recode exe file and other basic stuff. It doesn't work: "Unable to load Nero Digital profiles. Recode is probably not correctly installed". I've tried to capture the files and registry keys, using installwatch, but ALL the registry info is not enough, gotta check the new files.

If anyone is willing to check the log (just the files), I will post it.

Maybe I'll try again tomorrow.

EDIT:

Got it! Got it! Got it! Got it! Got it! Got it! Got it! Got it! Got it!

I copied the full Common Files folder. I'll discover which exact files are needed

EDIT2:

I've attached the full English script with a new component, Nero Recode. I've also tried to add a shortcut for Nero Burning ROM (i don't like express), but it doesn't work. Take note I've modified the ISSI Include Path. Tomorrow I will modify the base script and send it (or a diff) to hp38guser.

nero7Lite_eng.iss

Edited by darks0ul
Link to comment
Share on other sites

To hp38guser (sorry for my english)

Modif code source

add new function

Thanks for your modifications. As you probably noticed I'm still learning coding, so any help is greatly appriciated :thumbup

I have adapted the changes into the Nero 7 Lite 7.5.7.0 installer, so you can test hopefully today how it works.

@DarkSoul, I'm in the proces moving to Dreamhost with my stuff, and hopefully setting up my own torrent tracker. In about a month or so I'm able to distribute larger versions of customized Nero 7 installers. I'm willing to test Nero Recode / Nero Vision modifications, but you have to wait for an 'official' distribution.

Edited by hp38guser
Link to comment
Share on other sites

To hp38guser (sorry for my english)

Modif code source

add new function

Thanks for your modifications. As you probably noticed I'm still learning coding, so any help is greatly appriciated :thumbup

I have adapted the changes into the Nero 7 Lite 7.5.7.0 installer, so you can test hopefully today how it works.

@DarkSoul, I'm in the proces moving to Dreamhost with my stuff, and hopefully setting up my own torrent tracker. In about a month or so I'm able to distribute larger versions of customized Nero 7 installers. I'm willing to test Nero Recode / Nero Vision modifications, but you have to wait for an 'official' distribution.

Hi, I've attached base script, aswell as Spanish script for Recode. Skarn's fix for the new features screen has been included too, but not zorro1's code.

I'm not asking you to use my modifications in your official builds, just take a look. I think some people have asked in the past for Nero Recode or Vision.

So here are the base script plus the spanish script. Thanks for making your scripts available!

Nero7Lite_base.iss

Nero7Lite_spanish.iss

Link to comment
Share on other sites

To hp38guser

Hi,

Could You pls tell when You are planning to put lite nero 7.5.7.0 on Your website?

Thanks,

Alex

it's already available.go grab it.keep up the good work hp38guser.thank you very much. :thumbup:thumbup

Link to comment
Share on other sites

Site not avail.... it says :

Error establishing a database connection

This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at mysql5.freepgs.com. This could mean your host's database server is down.

  • Are you sure you have the correct username and password?
  • Are you sure that you have typed the correct hostname?
  • Are you sure that the database server is running?

If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

Link to comment
Share on other sites

Site not avail.... it says :

Error establishing a database connection

This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at mysql5.freepgs.com. This could mean your host's database server is down.

  • Are you sure you have the correct username and password?
  • Are you sure that you have typed the correct hostname?
  • Are you sure that the database server is running?

If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

Same for me

Is there another link???

Regards

coucou

Link to comment
Share on other sites

Site not avail.... it says :

Error establishing a database connection

This either means that the username and password information in your wp-config.php file is incorrect or we can't contact the database server at mysql5.freepgs.com. This could mean your host's database server is down.

  • Are you sure you have the correct username and password?
  • Are you sure that you have typed the correct hostname?
  • Are you sure that the database server is running?

If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

The same here...

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...