LiveXP is a very flexible PE 1x, using Explorer as shell, supporting SATA/IDE drives, USB devices, and many other features and tweaks. This project is based on PE environment and will use a Windows ™ XP/2003 Install CD.

Download server link to use with the WinBuilder Download Centre: www.livexp.galapo.net.

Download the most recent archive of the project:

49 Pages V  « < 9 10 11 12 13 > »   
Reply to this topic
 Adding Driver after boot (not before), Known utilities - Driver Import PE & Driver Forge & zPNP &
Rating 4 V
post Nov 2 2008, 05:05 PM
Post #101
CD-RW
Member   **
Group: Members

  Joined: 27-January 08
Posts: 39
Thank(s): 48


Germany


Hi all!

A new version of Driver Import PE is available.

Driver Import PE V1.3.0.7
--------------------------------

Some features of the new version:
--------------------------------
- Support sounddrivers, (includes hdaudio)
- Works with a new device installer, code by myself, now without hwpnp
- Support for DPS packages
- globetrotter subdriver (umts driver for lan)
- and many improvements....

I test it under BartPE + Sherpya XPE and I can install all drivers.

dps support:
-----------------------
Driver Import PE needs the commandline tool 7za.exe to decompress the packet.
7za must be in the same folder with dipe.
The install of a dps going in to two steps.
-1st pass decompress the inf-structure and 2nd pass decompress after the choosing the driver.
A temporary folder created and used B:\dps and deleted after process. So using a little memory.

Thanks to:
Lancelot to dps support (massstorage controller)
Sbond for the nice graphic design

download on my site:

www.kare-net.de

Greetings
-kare-


--------------------
2 user(s) said "Thank you!" to CD-RW for this fantastic post:
dera, TheHive
+Quote Post
post Nov 2 2008, 05:27 PM
Post #102
TheHive
Platinum Member   ******
Group: .script developer

  Joined: 14-July 06
Posts: 3,111
Thank(s): 88


Thanks!


--------------------
+Quote Post
post Nov 2 2008, 06:48 PM
Post #103
Lancelot
Frequent Member   ****
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 908
Thank(s): 696


Turkiye


Everthing works cool, especially i like dps support with using minimum ramdrive :>:>

Here is something users pay attention when adding Graphics drivers:

I use DP_Graphics_A_wnt5_x86-32_8102.7z to add my graphics driver
After importing
in display properties color number decreased to 4
http://img357.imageshack.us/img357/8914/20...28081757he1.png

i click Advanced and than OK and OK
http://img98.imageshack.us/img98/326/20081...pressokanf6.png

Than again open display properties,
choose 32bit and resolution 1024x768 (my personal choice)
http://img388.imageshack.us/my.php?image=2...openpropal3.png

And click OK, now GPU working with full power.

ps: Dont forget to increase frequency (if needed), my choice is 85hz (analog monitor)

I hope there will be better solution in next versions of dipe :>. For now this is the manual solution.
Maybe someone out there have a nice idea for a solution smile.gif


--------------------
I Galapo's LiveXP and King Amalux's Great LiveXP Package (tutorial and everything)
Lancelot Tips For LiveXP
I hate Medusa problems of WinBuilder, Cryptic codes, syntax rules fakingly mismatching working lines, not having even basic fundemantal syntax rules and mostly 'lies' and 'post games'.
('post games' = includes dishonest, childish posts that have goal to annoy others in community)
+Quote Post
post Nov 2 2008, 07:06 PM
Post #104
psc
Guru   ******
Group: .script developer

  Joined: 14-July 06 From: Korschenbroich

Posts: 9,729
Thank(s): 657


Germany


QUOTE (Lancelot @ Nov 2 2008, 07:48 PM) *
I hope there will be better solution in next versions of dipe :>. For now this is the manual solution.
Maybe someone out there have a nice idea for a solution smile.gif

That is nearly impossible.
Because Kare's app uses information from inf-files, the app cannot know about the possible options of the finally installed driver, and the options the user wants.

I'm afraid that we in future still have to tune the driver after having installed it, if we want to have more than 'standard'.

This is the price you have to pay for the ability ti install 'every driver on an unknown host'

If you have some hosts you frequently use, the better alternity is to include their drivers in the PE. And these can be tuned during build.

BTW: Compared with the rather 'big' old script there now is a very simple app script:
CODE
[variables]
%ProgramTitle%=DrvImp
%ProgramEXE%=DrvImp.exe
%ProgramFolder%=DrvImp

[process]
require_file,expand.exe
Add_Shortcut
unpack

Of course Verify etc of the old script should be added.

Peter


--------------------
Build the house starting with the basement rather than with the roof! But always have in mind how the roof should be made!

There are very rarely problems, in most cases there are issues.

There are never stupid questions, there can be only stupid answers.

It does not make much sence to heal the symptoms of an illness. You must heal the illness!
+Quote Post
post Nov 2 2008, 10:00 PM
Post #105
Galapo
Platinum Member   ******
Group: .script developer

  Joined: 16-July 06
Posts: 3,751
Thank(s): 390


Australia


QUOTE (psc @ Nov 3 2008, 06:06 AM) *
BTW: Compared with the rather 'big' old script there now is a very simple app script:


I just tested video and mass storage scsi controllers and such a simple script did not work. I still need to use all the 'bigness' of the former script.

Kare, an idea: I wonder if it would be useful to make Driver Import PE be able to run as a shell and start another shell? Here's what I'm thinking. Set DrvImp.exe as shell and supply the shell to be started secondarily, eg explorer.exe. But before starting explorer.exe, Driver Import PE would scan supplied locations and install drivers. After that, explorer.exe would be started, with video adapter already installed etc.

DrvImp.exe shell_to_start [-i optional_driver_locations_to_attempt_installation_from]

Eg: 'DrvImp.exe explorer.exe -i host|$alldrivesroots$\DPs'. Installation of drivers would be attempted from host(s) as well as a folder 'DPs' on any available drives.

Thanks for your great work! This is really exciting.

Regards,
Galapo.


--------------------
galapo.boot-land.net
------
Archive of LiveXP recommended project may be found here.
------
Recommended steps to build LiveXP:
1) Download suitable WinBuilder.exe from here and run it;
2) Update through the Download Center by clicking the 'Download' button; and
3) Then build LiveXP by pressing the 'Play' button.
+Quote Post
post Nov 2 2008, 10:28 PM
Post #106
dera
Gold Member   *****
Group: .script developer

  Joined: 17-January 07
Posts: 1,154
Thank(s): 268


Hungary


Many Thanks Kare!
for this great tool
+Quote Post
post Nov 3 2008, 01:47 AM
Post #107
Galapo
Platinum Member   ******
Group: .script developer

  Joined: 16-July 06
Posts: 3,751
Thank(s): 390


Australia


QUOTE (Lancelot @ Nov 3 2008, 05:48 AM) *
I hope there will be better solution in next versions of dipe :>. For now this is the manual solution.
Maybe someone out there have a nice idea for a solution smile.gif

This will be working in the next version of SetResolution. However, I'm not able to upload it due to ftp issues boot-land has been having (haven't been able to connect all day, although the forum's are still working nicely).

Regards,
Galapo.


--------------------
galapo.boot-land.net
------
Archive of LiveXP recommended project may be found here.
------
Recommended steps to build LiveXP:
1) Download suitable WinBuilder.exe from here and run it;
2) Update through the Download Center by clicking the 'Download' button; and
3) Then build LiveXP by pressing the 'Play' button.
+Quote Post
post Nov 3 2008, 04:20 AM
Post #108
Galapo
Platinum Member   ******
Group: .script developer

  Joined: 16-July 06
Posts: 3,751
Thank(s): 390


Australia


Installing ATI Mobility x1400 graphics driver from host OS produces bsod (stop 0x000000F4 error). Will test DP to see if that's any different.

Regards,
Galapo.


--------------------
galapo.boot-land.net
------
Archive of LiveXP recommended project may be found here.
------
Recommended steps to build LiveXP:
1) Download suitable WinBuilder.exe from here and run it;
2) Update through the Download Center by clicking the 'Download' button; and
3) Then build LiveXP by pressing the 'Play' button.
+Quote Post
post Nov 3 2008, 06:05 AM
Post #109
Galapo
Platinum Member   ******
Group: .script developer

  Joined: 16-July 06
Posts: 3,751
Thank(s): 390


Australia


Unfortunately I also get BSOD with DriverPack Gaphics A. HWID of device is PCI\Ven_1002&Dev_7145.

Any ideas?

Thanks,
Galapo.


--------------------
galapo.boot-land.net
------
Archive of LiveXP recommended project may be found here.
------
Recommended steps to build LiveXP:
1) Download suitable WinBuilder.exe from here and run it;
2) Update through the Download Center by clicking the 'Download' button; and
3) Then build LiveXP by pressing the 'Play' button.
+Quote Post
post Nov 3 2008, 06:05 AM
Post #110
Lancelot
Frequent Member   ****
Group: .script developer

  Joined: 8-May 08 From: Turkiye/Izmir

Posts: 908
Thank(s): 696


Turkiye


QUOTE (Galapo @ Nov 3 2008, 12:00 AM) *
DrvImp.exe shell_to_start [-i optional_driver_locations_to_attempt_installation_from]

Eg: 'DrvImp.exe explorer.exe -i host|$alldrivesroots$\DPs'. Installation of drivers would be attempted from host(s) as well as a folder 'DPs' on any available drives.


thumbup.gif Yes i asked this feature to Kare too, i hope in next version :>.
It will be very easy to add drivers by showing source as .inf/.7z/Folder with such a feature. drforge uses answer file for that which cause me to make 10 scripts to ease .7z trials. (i dont like answer file, reason is obvious). With such a feature dipe can do them all with one script.

QUOTE (Galapo @ Nov 3 2008, 03:47 AM) *
This will be working in the next version of SetResolution.


looking forward thumbup.gif

QUOTE (Galapo @ Nov 3 2008, 06:20 AM) *
Installing ATI Mobility x1400 graphics driver from host OS produces bsod (stop 0x000000F4 error). Will test DP to see if that's any different.


I hope DP have success, i just tested installing nvidia 8500gt graphics driver from host OS (xp32), success. I hope ati problem will be solved soon.
ps: i disable "universal driver script" during trials (i never use it anymore).

@kare:
I put a section in the end of post #1 "User Reports/Demands for Driver Import PE:" for future developments to find/remember things easier.

@galapo:
I copy and paste the defination you made for driver import pe to the beginin of post #1. Native english is better from any english what.gif


--------------------
I Galapo's LiveXP and King Amalux's Great LiveXP Package (tutorial and everything)
Lancelot Tips For LiveXP
I hate Medusa problems of WinBuilder, Cryptic codes, syntax rules fakingly mismatching working lines, not having even basic fundemantal syntax rules and mostly 'lies' and 'post games'.
('post games' = includes dishonest, childish posts that have goal to annoy others in community)
+Quote Post

49 Pages V  « < 9 10 11 12 13 > » 
Reply to this topic
7 User(s) are reading this topic ()



Collapse

  Topic Replies Topic Starter Views Last Action
No New Posts Boot Land Stats, August
4 Nuno Brito 155 Yesterday, 02:07 PM
Last post by: NFX
No New Posts boot full ubuntu from grub4dos
3 sara - pmedia 146 Yesterday, 08:12 AM
Last post by: Wonko the Sane
No New Posts driverpacks.net and winbuilder?
Can driverpacks.net additions be used with livexp?
4 bradgillap 157 1st September 2010 - 04:50 AM
Last post by: bradgillap
No new booting vista/2008/w7 from usb sub folder
grub4dos launches bootmgr but bootmgr cannot find what it needs?!?
112 anystupidname 16,945 27th August 2010 - 07:41 PM
Last post by: steve6375
No new Topic has attachmentsBOOTICE: a boot sector manipulation utility [v0.78 released!]
96 Pauly 38,399 20th August 2010 - 06:06 AM
Last post by: pathe3