MSFN Forum: Nero 7.2.0.3 - 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
  • 5 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • You cannot start a new topic
  • You cannot reply to this topic

Nero 7.2.0.3 New AutoIt Script required. Rate Topic: -----

#41 User is offline   Glowy 

  • The voices made me do it!
  • PipPipPip
  • Group: Members
  • Posts: 315
  • Joined: 25-March 04

Posted 12 May 2006 - 02:52 AM

View Postsalawinder, on May 12 2006, 09:28 AM, said:

.....Working on it now......
No need
find edited scripts attached :)

Also replaced the lines containing
$OptX ="n" Or $OptX = "N"
with
StringUpper( $OptX ) = "N"

Attached File(s)


This post has been edited by Glowy: 12 May 2006 - 02:55 AM



#42 User is offline   salawinder 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 20-May 04

Posted 12 May 2006 - 03:15 AM

Good work Glowy,

1 problem though - I noticed when doing this that the final page of options during installation can have other pages on it, so the AutoPlay setting will not work either.

Personally I don't have a problem with this and if the applications are not installed then I can't see why others would either (feedback please).

So it would be best if you remove that from the script (lines 281 to 288).

Other than that I think it's we've cracked it!

#43 User is offline   Glowy 

  • The voices made me do it!
  • PipPipPip
  • Group: Members
  • Posts: 315
  • Joined: 25-March 04

Posted 12 May 2006 - 03:20 AM

View Postsalawinder, on May 12 2006, 10:15 AM, said:

Good work Glowy,

1 problem though - I noticed when doing this that the final page of options during installation can have other pages on it, so the AutoPlay setting will not work either.

Personally I don't have a problem with this and if the applications are not installed then I can't see why others would either (feedback please).

So it would be best if you remove that from the script (lines 281 to 288).
You are very welcome

I have no problem with it, if someone wants it, we can do it by registry

View Postsalawinder, on May 12 2006, 10:15 AM, said:

Other than that I think it's we've cracked it!
And then Ahead will release another pain in the a** :whistle:

This post has been edited by Glowy: 12 May 2006 - 03:21 AM


#44 User is offline   Sangi 

  • Newbie
  • Group: Members
  • Posts: 34
  • Joined: 29-November 05

Posted 12 May 2006 - 06:58 AM

Guys,

You've lost me now :huh: :

1. Whatever the mistake was on Glowy's last scripts, all I want to know is whether it would affect Nero's performance, does it?

2. As I understand it the previous scripts seemed to have a problem regarding different options:

Quote

This is because when selecting certain options tab's are removed/added in the final screen.
i.e. different options would lead to different outcomes, so here's a copy of my options:

Quote

; Choose components to install (y) or exclude (n).
$Opt1 = "y"; NeroStartSmart
$Opt2 = "y"; NeroBurningRom
$Opt3 = "n"; NeroHome
$Opt4 = "n"; NeroVision
$Opt5 = "n"; NeroShowTime
$Opt6 = "n"; NeroRecode
$Opt7 = "n"; NeroMediaHome
$Opt8 = "n"; NeroBackItUp
$Opt9 = "y"; NeroCoverDesigner
$Opt10 = "n"; NeroPhotoSnap
$Opt11 = "y"; NeroWaveEditor
$Opt12 = "y"; NeroSoundTrax
$Opt13 = "y"; NeroImageDrive
$Opt14 = "n"; InCD
$Opt15 = "y"; Tools
$Opt16 = "n"; SpecialFeatures

; Add Nero to the AutoPlay Options
$SOpt1 = "y"; Add Nero to the AutoPlay Options
$SOpt2 = "n"; Create Desktop Shortcut
$SOpt3 = "y"; Create QuickLaunch Shortcut


And I seem to have got most of what I wanted:

(i) Nero StarSmart, Nero Express, Nero SoundTrax, Nero WaveEditor, Nero Burning ROM, Nero CoverDesigner, Nero CD-DVD Speed, Nero DriveSpeed, Nero ImageDrive, Nero InfoTool, Nero ProductSetup, and they're all working!

(ii) Neither Nero Home nor Scout are anywhere in sight.

(iii) As for AutoPlay, is that the thing that when you load a CD into the computer it gives you the option to open it with Nero? If so, it has not been installed, and here's my feedback: NO I DON'T NEED IT!

(iv) Shortcuts: as mentioned earlier, I bypassed the Script and solved it via my Cleanup.cmd (Both Quicklaunch and Nero Scout).

Now, here's what I want to know: what is the difference between Glowy's two last scripts? Apart from the seemingly embarrassing mistake, of which I was, am and wish to remain blissfully unaware, what has changed?

PLEASE let me know!

This post has been edited by Sangi: 12 May 2006 - 07:04 AM


#45 User is offline   Glowy 

  • The voices made me do it!
  • PipPipPip
  • Group: Members
  • Posts: 315
  • Joined: 25-March 04

Posted 12 May 2006 - 07:24 AM

1. It's just a simulated install, so no, this will not affect performance, even if a mistake was made in the script

2. correct, and the only problem was the desktop/quicklaunch icons, this is corrected

3. uhm... while checking I noticed that $SOpt1 = "y"; isn't used further in the script, so it doesn't do anything
maybe salawinder removed it already??

4. shortcuts are now removed by the script.

The scripts are not mine but from salawinder, I'm just helping out. :)

The thing changed is that the icon's (desktop and quicklaunch) are no longer enabled/disabled by mouseclicks, but by removing the .lnk files after the install.
The "mistake" was that the final setup screen is dynamic, dependent of the selected features.

the autorun part is untouched in the last script, and might/might not work, depending on the selected features. It is best to remove it from the script I think, but this is not done yet.

and there are a few cosmetic changes.

The embarrasing part was that I left the serialnumber in one of the scripts. :blushing:

hope this helps..

This post has been edited by Glowy: 12 May 2006 - 07:24 AM


#46 User is offline   salawinder 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 20-May 04

Posted 12 May 2006 - 08:10 AM

Glowy,

I have added a couple of entries at the end to delete some other shortcuts - if you do a full install of everything it adds extra shortcuts, so I've added the ability to remove them if wanted. I've used your StringUpper idea, thanks for that.

I also changed the 'ShortCut Options' to 'y' if you want to delete them, rather than create them which seemed more appropriate now.

I have disabled the $SOpt1 option, and removed the relevant code; the problem here is that if people install other options the tick box that this clicks on might not be the one to disable the AutoPlay option, and will be enabling or disabling something else! - if you can figure out how to remove the AutoPlay entries post-install with the shortcuts I'd appreciate it (the registry isn't really my thing!)

Thanks.

Attached File(s)

  • Attached File  Nero7.au3 (11.65K)
    Number of downloads: 45


#47 User is offline   Sangi 

  • Newbie
  • Group: Members
  • Posts: 34
  • Joined: 29-November 05

Posted 12 May 2006 - 09:10 AM

salawinder,

I realize the script is yours, so I appologise for not making this clear enough. The thing is you both came up with scripts as you updated them, so that I rather ruthlessly referred to them according to whoever had done the posting. Sorry! :blushing:

This post has been edited by Sangi: 12 May 2006 - 09:16 AM


#48 User is offline   salawinder 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 20-May 04

Posted 12 May 2006 - 10:02 AM

View PostSangi, on May 12 2006, 09:10 AM, said:

salawinder,

I realize the script is yours, so I appologise for not making this clear enough. The thing is you both came up with scripts as you updated them, so that I rather ruthlessly referred to them according to whoever had done the posting. Sorry! :blushing:


Sangi,

No need to apologise, Glowy has been as much a part of making this work as I have, and I'm in no way enough of a primadonna to lay claim to this script, it is a colaboration, and you've helped by testing it!

Without the feedback we wouldn't know where we were going wrong - the first draft I posted did everything I wanted it to; but as I quickly realised, there were other configurations that made some parts of the script work and others not.

As a matter of fact I still plan on using Nero 6.6 for the time-being, I still find the interface for 7 more complicated - for example when you complete a burn using Nero StartSmart, it gives you the options to burn a new project, burn the same project etc, but where is the exit button? - you have to click the X on the window to close it, and for the people I am installing this for that would just confuse things!

Rant over (if the Nero developers are reading, take note of the above and stop making your installer so difficult!)

:) :) :)

#49 User is offline   Sanjay 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 13-August 04

Posted 12 May 2006 - 10:38 AM

I have a request for you guys. Is it possible for you to add a few registry tweaks to your script. I end up happening to add them to each new version of the script and I also thought that others might also be interested in them. To make things simpler, I am pasting here the entire two affected sections of the script.

; Disable NeroFilterCheck startup process (nerocheck.exe)?
$DisableNeroFilterCheck = 1
; Enable prompt to save unsaved project/compilation when exiting?
$ProjectSavingState = 0
; Enable DVD overburning?
$EnableDVDOverSize = 1
; Disable/Prevent the CD/DVD from ejecting after burning is complete.
$EjectTheCDLater = 1
; Enable Nero Waiting For Disc Sound.
$CdChangeCheck = 1
; Enable Burn Process Fail Sound.
$CdFailCheck = 1
; Enable Burn Process Successful Sound.
$CdSuccessCheck = 1
; Enable Verify Written Data after Burn.
$UseVerifyAfterBurn = 1
; Enable show real recorder write speed while burning.
$ShowSingleRecorderSpeed = 1
; Enable Short Lead-Out?
$ShortLeadOut = 1

; -----------> User configuration ends here. <-----------
#endregion

#region Final Options.

; Program configuration section.
$RunRegPath = 'SOFTWARE\Microsoft\Windows\CurrentVersion\Run'
$NeroRegPath = 'HKCU\SOFTWARE\Ahead\Nero - Burning Rom'

If $DisableNeroFilterCheck = 1 Then RegDelete('HKLM\' & $RunRegPath, 'NeroFilterCheck')
If $ProjectSavingState = 0 Then RegWrite($NeroRegPath & '\General', 'ProjectSavingState', 'REG_DWORD', '0')
If $EnableDVDOverSize = 1 Then RegWrite($NeroRegPath & '\General', 'EnableDVDOverSize', 'REG_DWORD', '1')
If $EjectTheCDLater = 1 Then RegWrite($NeroRegPath & '\General', 'EjectTheCDLater', 'REG_DWORD', '1')
If $CdChangeCheck = 1 Then RegWrite($NeroRegPath & '\General', 'CdChangeCheck', 'REG_DWORD', '1')
If $CdFailCheck = 1 Then RegWrite($NeroRegPath & '\General', 'CdFailCheck', 'REG_DWORD', '1')
If $CdSuccessCheck = 1 Then RegWrite($NeroRegPath & '\General', 'CdSuccessCheck', 'REG_DWORD', '1')
If $UseVerifyAfterBurn = 1 Then RegWrite($NeroRegPath & '\General', 'UseVerifyAfterBurn', 'REG_DWORD', '1')
If $ShowSingleRecorderSpeed = 1 Then RegWrite($NeroRegPath & '\Recorder', 'ShowSingleRecorderSpeed', 'REG_DWORD', '1')
If $ShortLeadOut = 1 Then RegWrite($NeroRegPath & '\Recorder', 'ShortLeadOut', 'REG_DWORD', '375')
If StringUpper( $Opt3 ) = "N" Then RegDelete('HKCU\' & $RunRegPath, 'BgMonitor_{79662E04-7C6C-4d9f-84C7-88D8A56B10AA}')
RegWrite($NeroRegPath & '\Settings', 'WorkingDir', 'REG_SZ', @TempDir)


Regarding 'AutoPlay', the thing that when you load a Blank CD into the computer it gives you the option to open it with Nero etc. I am most certainly interested in it and I am sure there must be others too.

Once again thanks a lot for your efforts, you guys have finally made it possible to move up to Nero 7.

This post has been edited by Sanjay: 12 May 2006 - 10:40 AM


#50 User is offline   salawinder 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 20-May 04

Posted 12 May 2006 - 12:08 PM

Sanjay,

If you are changing the script in a way that makes it better for everyone, and post it as a script yourself!

Glowy and I have put our 2p worth into the project, so f you have something to add don't be worried about our feelings, post away - as they say the more the merrier.

I haven't tested your additions, so can't be 100% sure they are working (my test system is working on something else), so if you have tested them, post it as an improvement.

EDIT: I just re-read that, and it sounds a bit as though I'm telling you off, don't take it that way, I have no problem with anyone changing the script, if it makes it better then it helps everyone. I haven't had chance to test your additions, so take the credit for them by uploading your modified script.

This post has been edited by salawinder: 12 May 2006 - 12:11 PM


#51 User is offline   Sanjay 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 13-August 04

Posted 12 May 2006 - 02:51 PM

View Postsalawinder, on May 12 2006, 11:38 PM, said:

Sanjay,

If you are changing the script in a way that makes it better for everyone, and post it as a script yourself!

I haven't tested your additions, so can't be 100% sure they are working (my test system is working on something else), so if you have tested them, post it as an improvement.

Thanks salawinder, but the reason I requested you to add the registry tweaks was that I am not sure how the additions may effect the rest of the script, since I don't really know anything about scripting. Although I have been adding these on my own in all the different versions of the script so far and they have always worked for me. Infact since these are registry tweaks and not really linked to the script itself they should still work as they always have even with all older versions and builds.

Anyhow, before I go claiming any credit and posting my modified version of the script, I have just run into a problem with the latest script posted by you. During the install the following error message comes up:

Attached File  Install_Error.jpg (40.33K)
Number of downloads: 69

I don't think that the error is related to anything that I have added, although I may be wrong. Since, like I said earlier I don't know too much about scripting. But while going thru the script in trying to figure out if there was something I did to cause the error, I think I may have identified the problem in the script.

It seems that the following typo may be the problem:

; De-Select Nero Recode
If StringUpper( $Opt6 = ) "N" Then  <--- THE LINE WITH THE POSSIBLE TYPO
	Sleep( $DelayTime )
	MouseClick ( "left" , 62 , 222 , 1 , 1 )
	MouseClick ( "left" , 62 , 286 , 1 , 1 )
EndIf

Based on what I have observed in the rest of the script, shouldn't the code read like this?

; De-Select Nero Recode
If StringUpper( $Opt6 ) = "N" Then  <--- THE LINE WITH THE POSSIBLE TYPO
	Sleep( $DelayTime )
	MouseClick ( "left" , 62 , 222 , 1 , 1 )
	MouseClick ( "left" , 62 , 286 , 1 , 1 )
EndIf

This post has been edited by Sanjay: 12 May 2006 - 03:18 PM


#52 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 May 2006 - 02:59 PM

View PostSanjay, on May 13 2006, 06:51 AM, said:

View Postsalawinder, on May 12 2006, 11:38 PM, said:

Sanjay,

If you are changing the script in a way that makes it better for everyone, and post it as a script yourself!

I haven't tested your additions, so can't be 100% sure they are working (my test system is working on something else), so if you have tested them, post it as an improvement.

Thanks salawinder, but the reason I requested you to add the registry tweaks was that I am not sure how the additions may effect the rest of the script, since I don't really know anything about scripting. Although I have been adding these on my own in all the different versions of the script so far and they have always worked for me. Infact since these are registry tweaks and not really linked to the script itself they should still work as they always have even with all older versions and builds.

Anyhow, before I go claiming any credit and posting my modified version of the script, I have just run into a problem with the latest script posted by you. During the install the following error message comes up:

Attached File  Install_Error.jpg (40.33K)
Number of downloads: 69

I don't think that the error is related to anything that I have added although I may be wrong since like I said earlier I don't know too much about scripting. But going thy the script in trying to figure out if there was something I did to cause the error I think I may have identified the problem in the script.

It seems that the following typo may be the problem:

; De-Select Nero Recode
If StringUpper( $Opt6 = ) "N" Then  <--- THE LINE WITH THE POSSIBLE TYPO
	Sleep( $DelayTime )
	MouseClick ( "left" , 62 , 222 , 1 , 1 )
	MouseClick ( "left" , 62 , 286 , 1 , 1 )
EndIf

Based on what I have observed in the rest of the script, shouldn't the code read like this?

; De-Select Nero Recode
If StringUpper( $Opt6 ) = "N" Then  <--- THE LINE WITH THE POSSIBLE TYPO
	Sleep( $DelayTime )
	MouseClick ( "left" , 62 , 222 , 1 , 1 )
	MouseClick ( "left" , 62 , 286 , 1 , 1 )
EndIf




Same here, yes that will do it just move the = to sort it.

Cheers
MC.

#53 User is offline   Sanjay 

  • Member
  • PipPip
  • Group: Members
  • Posts: 273
  • Joined: 13-August 04

Posted 12 May 2006 - 03:16 PM

View PostSanjay, on May 13 2006, 02:21 AM, said:

I don't think that the error is related to anything that I have added, although I may be wrong. Since, like I said earlier I don't know too much about scripting. But while going thru the script in trying to figure out if there was something I did to cause the error, I think I may have identified the problem in the script.

It seems that the following typo may be the problem:

; De-Select Nero Recode
If StringUpper( $Opt6 = ) "N" Then  <--- THE LINE WITH THE POSSIBLE TYPO
	Sleep( $DelayTime )

Based on what I have observed in the rest of the script, shouldn't the code read like this?

; De-Select Nero Recode
If StringUpper( $Opt6 ) = "N" Then  <--- THE LINE WITH THE POSSIBLE TYPO
	Sleep( $DelayTime )

I edited the offending typo and tried the script again. The problem seems to be solved and there are no more errors. Also the whole install went smoothly and everything seems to be in perfect order so far.

I am attaching the final script, which has some small contributions from me.

Now modified for 'Nero 7.2.3.2'

Attached File  AutoIt_Nero_7.x.au3 (12.43K)
Number of downloads: 28

This post has been edited by Sanjay: 25 July 2006 - 11:46 AM


#54 User is offline   MAVERICKS CHOICE 

  • The Guy from Aus
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,615
  • Joined: 14-November 03
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 12 May 2006 - 03:18 PM

Yep,all solid here, probably as perfect as seven gets to date anyway.

Cheers
MC.

#55 User is offline   Floppy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 06-August 04

Posted 13 May 2006 - 01:30 AM

My question might be a bit off..but, the script from Autoit works on the English ver. of Nero.
I live in Norway...... :whistle:
Is it possible to do the Install in English, so that the script works? :}

#56 User is offline   salawinder 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 20-May 04

Posted 13 May 2006 - 02:30 AM

Floppy,

Glowy has made a Dutch version of the script, and there are differences, mainly what text the script looks for during the installation. A Norwegian script would need to be modified to look for the text on the Norwegian installer.

If you'd like to voulenteer to make a Norwegian version.....


Alternatively you should be able to use the English or Dutch versions of the script with the English or Dutch installers and they 'should' work fine!



View PostSanjay, on May 12 2006, 03:16 PM, said:

I edited the offending typo and tried the script again. The problem seems to be solved and there are no more errors. Also the whole install went smoothly and everything seems to be in perfect order so far.

I am attaching the final script, which has some small contributions from me.

Attachment attachment


Sanjay,

Thanks for spotting this, and adding your contributions. Like I say anybody can help out!

#57 User is offline   Floppy 

  • Member
  • PipPip
  • Group: Members
  • Posts: 124
  • Joined: 06-August 04

Posted 13 May 2006 - 05:02 AM

""If you'd like to voulenteer to make a Norwegian version....."""

Hmmm, maybe I will look in to it...

Thank's for responding.

#58 User is offline   frasuperbike 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 24-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 May 2006 - 04:04 AM

I have modified the script for Italian version of nero but i have added two features that (i think) are importants for all.

First modification is launch a reg file of nero. Why? In this way all i nero's windows during installation have the same title (for new installation of nero in a clear windows and for an update of a existing nero installation)

the second modification is one control that change installation in a case that nero is installed on the system and we want to upgrade it.

I have one problem with selection of companent...
anyone have a correct selection that go fine???

thank

Sorry for my english

Attached File(s)



#59 User is offline   salawinder 

  • Newbie
  • Group: Members
  • Posts: 29
  • Joined: 20-May 04

Posted 15 May 2006 - 05:37 AM

View Postfrasuperbike, on May 15 2006, 04:04 AM, said:

I have modified the script for Italian version of nero but i have added two features that (i think) are importants for all.

First modification is launch a reg file of nero. Why? In this way all i nero's windows during installation have the same title (for new installation of nero in a clear windows and for an update of a existing nero installation)

the second modification is one control that change installation in a case that nero is installed on the system and we want to upgrade it.

I have one problem with selection of companent...
anyone have a correct selection that go fine???

thank

Sorry for my english


frasuperbike,

Thanks for your input!

The first modification should not bee needed though, I saw that the title bar changed during the installation, and realised that if people were installing different versions the title bar would differ even more, so I set the option WinTitleMatchMode to look for a part of the title, so in your case it would look for just "Installazione guidata" throughout the script, rather than "Nero 7 Ultra Edition - Installazione guidata", then even if the title bar changes the "Installazione guidata" should remain the same.

I think you 2nd modification is for people who are upgrading from an earlier version of Nero, if this is correct (and presuming it works) that's okay, but the intention of my script is for use during an unattended install, so this shouldn't be an issue. I'll leave it out of my script, but if it works for you, all the better!

Thanks.

Thanks.

#60 User is offline   frasuperbike 

  • Newbie
  • Group: Members
  • Posts: 42
  • Joined: 24-February 05
  • OS:Windows 7 x64
  • Country: Country Flag

Posted 15 May 2006 - 06:04 AM

View Postsalawinder, on May 15 2006, 01:37 PM, said:

View Postfrasuperbike, on May 15 2006, 04:04 AM, said:

I have modified the script for Italian version of nero but i have added two features that (i think) are importants for all.

First modification is launch a reg file of nero. Why? In this way all i nero's windows during installation have the same title (for new installation of nero in a clear windows and for an update of a existing nero installation)

the second modification is one control that change installation in a case that nero is installed on the system and we want to upgrade it.

I have one problem with selection of companent...
anyone have a correct selection that go fine???

thank

Sorry for my english


frasuperbike,

Thanks for your input!

The first modification should not bee needed though, I saw that the title bar changed during the installation, and realised that if people were installing different versions the title bar would differ even more, so I set the option WinTitleMatchMode to look for a part of the title, so in your case it would look for just "Installazione guidata" throughout the script, rather than "Nero 7 Ultra Edition - Installazione guidata", then even if the title bar changes the "Installazione guidata" should remain the same.

I think you 2nd modification is for people who are upgrading from an earlier version of Nero, if this is correct (and presuming it works) that's okay, but the intention of my script is for use during an unattended install, so this shouldn't be an issue. I'll leave it out of my script, but if it works for you, all the better!

Thanks.

Thanks.


The second modification is used for the unattended installation...(i use it in the "WPI CD"). But with my prove i can't install nero without launch reg file before...i don't know why. with this way nero go fine in all situation...

For the problem of components? I have did a prove to set Y all components but nothing...after installation nero was installed without all componets???

This post has been edited by frasuperbike: 15 May 2006 - 06:05 AM


Share this topic:


  • 5 Pages +
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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