Jump to content











Photo
- - - - -

Winbuilder review on moka5


  • Please log in to reply
7 replies to this topic

#1 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 17 October 2006 - 05:28 PM

Here's a moka5 review I've found on nlite and winbuilder..

http://www.moka5.com/node/254


Also stumbled on this one:
http://forum.ru-boar...m=62&topic=8680

:P

#2 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4199 posts

Posted 17 October 2006 - 05:46 PM

Thats a good read.
The second one I cant read.

#3 smiley

smiley

    Silver Member

  • .script developer
  • 905 posts
  •  
    Greece

Posted 17 October 2006 - 05:49 PM

Very intresting...

@Nuno: I think that the forums are quite slow to load . Could you remove "Random Image","Last Blog", and "Last downloads" for a couple of days to see the results? (I mentiopn these because i think that they are obsolete)


John

#4 Alexei

Alexei

    Silver Member

  • .script developer
  • 664 posts

Posted 17 October 2006 - 07:21 PM

The second one I cant read.

You may want to try translation with http://babelfish.alt...om/babelfish/tr to get the idea of what they're talking about. However, there are some computer slang it doesn't understand.
Ask me if you need help :P
In two words: they're enthusiastic :P
:P
Alexei
PS
Also I found some useful stuff there:
Addition to USBsticks to make USB keyboard and mouse work:
Expand,"%SourceDir%\i386\hidusb.sy_","%TargetDir%\i386\system32\drivers"

Expand,"%SourceDir%\i386\usbccgp.sy_","%TargetDir%\i386\system32\drivers"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","hidusb.sys=1,,,,,,4_,4,1,3,,1,4"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","InputDevicesSupport.Load","hidusb=hidusb.sys"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","InputDevicesSupport.Load","usbccgp=usbccgp.sys"

IniAddSection,"%TargetDir%\I386\TXTSETUP.SIF","files.hidusb"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","files.hidusb","hidusb.sys,4"

IniAddSection,"%TargetDir%\I386\TXTSETUP.SIF","files.kbdhid"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","files.kbdhid","kbdhid.sys,4"
Nvidia RAID:
[main]

Title=NVRAID Storage Devices

Description=Will add NVRAID Storage Devices.

Selected=True

Level=4

Version=001

Date=16.10.2006

Locked=false

[process]

echo,"Copying files for NVRAID Storage Devices support..."

FileCopy,"%ScriptDir%\NVRAID\nvatabus.sys","%TargetDir%\i386\system32\drivers"

FileCopy,"%ScriptDir%\NVRAID\nvraid.sys","%TargetDir%\i386\system32\drivers"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","nvraid.sys=1,,,,,,4_,4,1,,,1,4'

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","nvatabus.sys=1,,,,,,4_,4,1,,,1,4'

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","*NVRAIDBUS=#$qnvraid#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","*_NVRAIDBUS=#$qnvraid#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","GenNvRaidDisk=#$qnvraid#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0036&CC_0104=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_003E&CC_0104=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0054&CC_0104=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0055&CC_0104=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0035&CC_0101=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0036&CC_0101=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_003E&CC_0101=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0053&CC_0101=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0054&CC_0101=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0055&CC_0101=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0055=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0054=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0053=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_003E=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0036=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0035=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_00E5=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_00E3=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_00EE=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_00D5=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_0085=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","HardwareIdsDatabase","PCI\VEN_10DE&DEV_008E=#$qnvatabus#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","SCSI.Load","nvraid=nvraid.SYS,4"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","SCSI.Load","nvatabus=nvatabus.SYS,4"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","SCSI","nvraid=#$qNVIDIA nForce RAID Class Controller#$q"

IniWriteTextLine,"%TargetDir%\I386\TXTSETUP.SIF","SCSI","nvatabus=#$qNVIDIA NForce Storage Controller#$q"

[Interface]

pTextLabel1="You will have NVRAID Storage Devices support...",1,1,21,34,396,33,8,Normal

pTextLabel2=Notes:,1,1,9,13,228,18,8,Normal


#5 TheHive

TheHive

    Platinum Member

  • .script developer
  • 4199 posts

Posted 17 October 2006 - 08:07 PM

We cant ask for more then enthusiastic users.

#6 smiley

smiley

    Silver Member

  • .script developer
  • 905 posts
  •  
    Greece

Posted 18 October 2006 - 05:24 AM

Addition to USBsticks to make USB keyboard and mouse work:

You can create a new script for this.It's very usefull :P


John

#7 Alexei

Alexei

    Silver Member

  • .script developer
  • 664 posts

Posted 18 October 2006 - 10:56 AM

You can create a new script for this.It's very usefull :P
John

The guy who wrote this said that it's better just add a few lines to existing USB script :P
I agree with him. We should probably ask Ove to incorporate this addition (ask Nuno to e-mail him?).
:P
Alexei

#8 Brito

Brito

    Platinum Member

  • .script developer
  • 10616 posts
  • Location:boot.wim
  • Interests:I'm just a quiet simple person with a very quiet simple life living one day at a time..
  •  
    European Union

Posted 18 October 2006 - 07:23 PM

@Nuno: I think that the forums are quite slow to load . Could you remove "Random Image","Last Blog", and "Last downloads" for a couple of days to see the results? (I mentiopn these because i think that they are obsolete)


I've noticed this slowdown - sometimes it was caused by excessive use (+400 guests), I think this sort of info should be available on the profile to let each member select what they wish to see, unfortunately mkPortal doesn't update often.. :P

The blog is an example of this.. it doesn't work properly on php5 (it made for php4) and even after trying to fix and ask for a solution - there isn't a valid workaround yet - I'll remove it unless I can fix it within the next couple of days.


Nvidia RAID:
[code=auto:0][main]
Title=NVRAID Storage Devices
Description=Will add NVRAID Storage Devices.


It would be good to see this one added on the downloads driver section.. :P

The guy who wrote this said that it's better just add a few lines to existing USB script :P
I agree with him. We should probably ask Ove to incorporate this addition (ask Nuno to e-mail him?).


Posting on Ove's USB script post is probably better - this way he'll surely be able to answer to these improvements.. :P




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users