Jump to content











Photo
- - - - -

[Drivers Script] Intel Chipset SATA drivers for LiveXP


  • Please log in to reply
43 replies to this topic

#26 funtik

funtik

    Member

  • Members
  • 75 posts
  •  
    United States

Posted 05 March 2009 - 03:52 PM

Specially for funtik
http://forum.oszone....-117423-37.html

Does Build_MassStorageDrivers.script work worse than MSSTMake tool?

#27 olegpov

olegpov

    Frequent Member

  • .script developer
  • 309 posts
  • Location:Orel
  • Interests:BSD systems

Posted 05 March 2009 - 05:32 PM

Does Build_MassStorageDrivers.script work worse than MSSTMake tool?

No but I'm use other DMPS.
Build_MassStorageDrivers.script only for BashratMassStorageDrivers Pack.

#28 funtik

funtik

    Member

  • Members
  • 75 posts
  •  
    United States

Posted 05 March 2009 - 08:29 PM

No but I'm use other DMPS.

Are they better? What are the differences? If they are better, there is a reason to make a script for them. :cheers:

#29 funtik

funtik

    Member

  • Members
  • 75 posts
  •  
    United States

Posted 07 March 2009 - 04:25 AM

Lancelot,
The idea you suggested in post #12 doesn’t work. I did exactly as you said.
Everything seems to be OK except that driver files aren’t extracted to System32\drivers folder. All necessary lines present in txtsetup.sif file. I attached some pictures.

Posted Image

Posted Image

Posted Image

#30 olegpov

olegpov

    Frequent Member

  • .script developer
  • 309 posts
  • Location:Orel
  • Interests:BSD systems

Posted 07 March 2009 - 05:16 AM

Are they better? What are the differences? If they are better, there is a reason to make a script for them. :cheers:

I use DPMS from here http://forum.oszone....;highlight=MSST
It is necessary to write a script not for DPMS and for the utility MSSTMake that will allow to use any DPMS

#31 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 07 March 2009 - 09:06 AM

The idea you suggested in post #12 doesn’t work. I did exactly as you said.
Everything seems to be OK except that driver files aren’t extracted to System32\drivers folder.

I suppose it is because there is space in your path,

(at me that method suggested in post #12 works fine,
but at me there is no spece in the path to my %BaseDir%)

#32 funtik

funtik

    Member

  • Members
  • 75 posts
  •  
    United States

Posted 07 March 2009 - 03:05 PM

I suppose it is because there is space in your path,

(at me that method suggested in post #12 works fine,
but at me there is no spece in the path to my %BaseDir%)

dera,
What space do you mean? Can you give an example?

#33 dera

dera

    Gold Member

  • .script developer
  • 1335 posts
  •  
    Hungary

Posted 07 March 2009 - 04:45 PM

C:\Documents and Settings\

my %BaseDir% is: C:\wb076\

#34 funtik

funtik

    Member

  • Members
  • 75 posts
  •  
    United States

Posted 07 March 2009 - 06:22 PM

dera,
You are right. Now it works. Spaces in the path to WinBuilder base directory matter a lot.
So, the DPs-MassStorageDrivers_au3.script is another good way to add custom SATA drivers to a build.

#35 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 08 March 2009 - 12:41 AM

@funtik & dera
Thank you funtik for detailed report
Thank you dera for finding the reason.

I just pm'ed saydin77 about the issue :cheers: , we may see the new script supporting spaces in some couple of days, keep an eye on DPs-MassStorageDrivers_au3 topic and livexp server :cheers: .


@olegpov
you highly probably may use 7z files of dps mass storage you mentioned (thinking the guys of website you mentioned continue the standarts of dps)
either with DPs-MassStorageDrivers_au3.script (method shown at post #12, i guess you can make required changes)
or
with DPs-Build_MassStorageDrivers.script (title=Build DPs Mass Storage Drivers script) by putting A .7z file to %GlobalTemplates%\DPs\MassStorage.

Just try to see if they works, just an idea :cheers:.

for other 7z files i dont have an idea, i prefer them (mostly use LAN and sometimes gpu) to stay in .7z file (gaining lots of space) and install by driver import pe.

#36 olegpov

olegpov

    Frequent Member

  • .script developer
  • 309 posts
  • Location:Orel
  • Interests:BSD systems

Posted 14 March 2009 - 06:08 PM

@olegpov
you highly probably may use 7z files of dps mass storage you mentioned (thinking the guys of website you mentioned continue the standarts of dps)
either with DPs-MassStorageDrivers_au3.script (method shown at post #12, i guess you can make required changes)
or
with DPs-Build_MassStorageDrivers.script (title=Build DPs Mass Storage Drivers script) by putting A .7z file to %GlobalTemplates%\DPs\MassStorage.

Just try to see if they works, just an idea :cheers:.


With little changes DPs-MassStorageDrivers_au3.script will work with DPMS
http://forum.oszone....;highlight=MSST

Changes:
1.In script file
//If,NOT,EXISTFILE,%selected_path%\DriverPack_MassStorage_wnt5_x86-32.ini,Run,%ScriptFile%,download-default

//If,EXISTFILE,%selected_path%\DriverPack_MassStorage_wnt5_x86-32.ini,begin

If,NOT,EXISTFILE,%selected_path%\DriverPack_MassStorage_wxp_x86-32_122_greg_b.ini,Run,%ScriptFile%,download-default

If,EXISTFILE,%selected_path%\DriverPack_MassStorage_wxp_x86-32_122_greg_b.ini,begin

2.In dp_mass_integrate.au3 file
dim $sourceIniFileName = "DriverPack_MassStorage_wnt5_x86-32.ini"

dim $sourceIniFileName = "DriverPack_MassStorage_wxp_x86-32_122_greg_b.ini"

With DPs-Build_MassStorageDrivers.script I can not tell did not see an source code of CreateMassStorageScript.exe

#37 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 18 March 2009 - 01:15 AM

hi olegpov,

thanks for all info,

please check DPs-MassStorageDrivers_au3 v12 updated to LiveXP server.
now it should be working with "msst dps mass storage packages" you like to use by selecting custom on DPs-MassStorageDrivers_au3 interface.

Please test :good:

cu.

#38 olegpov

olegpov

    Frequent Member

  • .script developer
  • 309 posts
  • Location:Orel
  • Interests:BSD systems

Posted 18 March 2009 - 07:48 PM

hi olegpov,

thanks for all info,

please check DPs-MassStorageDrivers_au3 v12 updated to LiveXP server.
now it should be working with "msst dps mass storage packages" you like to use by selecting custom on DPs-MassStorageDrivers_au3 interface.

Please test :good:

cu.

I have tested a script

1.May be change
pRadioButton3="Use Custom Package >",1,11,21,54,135,20,True
on
pRadioButton3="Use Custom Dir >",1,11,21,54,135,20,True


2.Script does not add in Regestry parameters PnPInterface for drivers which this parameter for correct work is necessary

3.Script does not add in Regestry CriticalDeviceDatabase (May be it is not obligatory)

#39 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 19 March 2009 - 04:29 PM

Hi olegpov,

1) done
2-3) now we have dps-au3 v13 on LiveXP server with bug fix made including registy bugy, please test

ps: saydin77 thank you for support and test results.

cu :good:

#40 olegpov

olegpov

    Frequent Member

  • .script developer
  • 309 posts
  • Location:Orel
  • Interests:BSD systems

Posted 19 March 2009 - 07:12 PM

Hi olegpov,
1) done
2-3) now we have dps-au3 v13 on LiveXP server with bug fix made including registy bugy, please test


2) now looks correctly.
3) For me without changes.

It is necessary to move this all to a theme on its script

#41 saydin77

saydin77

    Member

  • .script developer
  • 91 posts
  • Location:Adana
  •  
    Turkey

Posted 20 March 2009 - 10:12 AM

2) now looks correctly.
3) For me without changes.

It is necessary to move this all to a theme on its script


/turkish/(saydin77)
az once tekrar test ettim ve registry girdilerinde problem bulamadim
criticaldevicedatabase kayitlarini ekliyor ama bu kayitlar sadece driverpacks.net sitesindeki driver paketlerinde var
rus modifiyeli Driverpack_massstorage_WXP_x86-32_123_Greg_B.7z paketinde bu kayitlar yok, olegpov rus modifiyeli paket kullaniyorsa bu kayitlar inf dosyalarinda olmadigi icin registry kayitlarini da goremiyecektir
yine de kontrol etmek icin %temp%\drvtopeinf.tmp dosyasini sildirmiyorum
bu dosyayi notpad ile inceliyenerek registry kayitlari karsilastirilabilir
bir problem varsa tekrar scripti incelerim

gerekli olup olmadigi konusunda ise, tahminimce cok onemli degil
kesin birsey soylemek icin orjinal driver disketindeki TXTSETUP.OEM dosyasinin config bolumune bakmak gerekiyor

/english/(lancelot)
I tested now and found no problem with registry records.
Criticaldevicedatabase records are added by script but these records are only in the packs provided from driverpacks.net.
In Driverpack_massstorage_WXP_x86-32_123_Greg_B.7z these records dont exists, as a result when olegpov uses this packages (s)he wont see any registry record on PE's registry.
To check incase situations you can open %temp%\drvtopeinf.tmp, open with notepad and compare with registry records.
if there is a problem please report for further investigation.

i am not sure if Registry CriticalDeviceDatabase is obligatory or not, to make more precise comment better to check manufacturer drivers config section of TXTSETUP.OEM file.

#42 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 20 March 2009 - 06:53 PM

Translation done with previous post, thank you saydin77 :good:

#43 olegpov

olegpov

    Frequent Member

  • .script developer
  • 309 posts
  • Location:Orel
  • Interests:BSD systems

Posted 20 March 2009 - 08:14 PM

/english/(lancelot)
I tested now and found no problem with registry records.
Criticaldevicedatabase records are added by script but these records are only in the packs provided from driverpacks.net.
In Driverpack_massstorage_WXP_x86-32_123_Greg_B.7z these records dont exists, as a result when olegpov uses this packages (s)he wont see any registry record on PE's registry.
To check incase situations you can open %temp%\drvtopeinf.tmp, open with notepad and compare with registry records.
if there is a problem please report for further investigation.

i am not sure if Registry CriticalDeviceDatabase is obligatory or not, to make more precise comment better to check manufacturer drivers config section of TXTSETUP.OEM file.
[/quote]

Lancelot
One of differences of my script this creation in the registry CriticalDeviceDatabase for any set of drivers if use Regestry option.
Can check up it Driverpack_massstorage_WXP_x86-32_123_Greg_B.7z

saydin77
I did not wish you to offend these words.
Your scripts are remarkable. I use some of them.

#44 Lancelot

Lancelot

    Frequent Member

  • .script developer
  • 5013 posts
  • Location:Turkiye/Izmir
  • Interests:*Mechanical stuff and Physics,
    *LiveXP, BartPE, SherpyaXPE,
    *Basketball and Looong Walking,
    *Buying outwear for my girlf (Reason: Girls are stupid about buying bad stuff to make themselves uglier :))
    *Girls (Lyric: Girl,...., You will be a womann, Soon)
    *Answering questions for "Meaning of life",
    *Helping people,

    Kung with LiveXP, Fu with Peter :)
  •  
    Turkey

Posted 21 March 2009 - 12:48 AM

saydin77
I did not wish you to offend these words.
Your scripts are remarkable. I use some of them.

Well i guess i am sorry for bad translation :good:. saydin77 thank you for the support and reports. I dont think saydin77 offended by your words. If there is a misunderstanding about writing style, it should be done by me. I am the official translator of saydin77, turkish<---->english and i inform saydin77 with pm if anything happens related to his scripts.

for this case (improving au3 script to support msst packages), you write things, i pm saydin77 by translating to turkish, than saydin77 pm me (or upgrade the script) and i translate saydin77 pm to english and write to you. (and sometimes saydin77 and i choose method at post41)

ps: as usual i pmed saydin77 v3 of your script (which i sent you with pm) and your comments.

i hope all clear now ^_^, cu soon ^_^




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users