I tried to update the lan device list but I couldn't find the php file.

I use a plugin in PE for Intel because for some reasons the "normal method" does not copy some sys file. If the files are identical, its no big deal. Plus in PE all you need really is your sys file. PROUnstl.exe is obsolete for sure too.

I merged the 3 folder toguether in the last release. http://driverpacks.net/DriverPacks/download.php?pag=l

328

(5 replies, posted in DriverPack LAN)

Roger that.

Done. http://driverpacks.net/DriverPacks/download.php?pag=l

That device list was probably not updated...we will take care of it asap, priority #1 is to make the packs works.

!

Try this my friend: http://dev.driverpacks.thesneaky.com/dr … 2_80212.7z

The INI file will mostly be changed to reflect these changes...look in the testing forums youll know im talking about.

You can use http://www.drivermagician.com/ or http://www.siginetsoftware.com/forum/sh … d.php?t=34 or http://www.innovative-sol.com/drivermax/index.htm to extract the existing installed drivers of your PC.

I will take care of this one this week, I finally understood how the php changelog files works yesterday so I will finalize right away.

wow that was fast Jaak big_smile

Anything is possible my friend. Just give us some time, we will reply with a test pack asap.

335

(12 replies, posted in DriverPack Mass Storage)

The latest dp_base works flawlesly with sysprep big_smile

Thats good news Skeptik, good job Jaak!

@Jaak please when you edit the .ini make sure you don't leave blank lines. big_smile There is a blank line before V2 section.

338

(2 replies, posted in DriverPack WLAN)

I use a pe CD based on 2003 SP2 and I have no issues.

Please try this one http://dev.driverpacks.thesneaky.com/dr … 32_8024.7z

You forgot to remove the 2 .oem files. big_smile

Try This

http://dev.driverpacks.thesneaky.com/dr … -32_802.7z

342

(20 replies, posted in 3rd Party DriverPacks)

Good job!

343

(76 replies, posted in News)

The major issue was fixed, I'm now part of the credits list. Congrats! big_smile

btw, is there reason why base use an old version of 7zip ? 4.57 is out big_smile

344

(76 replies, posted in News)

Still no JakeLD on credits...snif...snif.

You can do a choice like menu without the command choice. Here is an example:

:MENU
CLS
ECHO.
ECHO Choose an option above and press ENTER:
ECHO.
ECHO 1. Show IP Configuration
ECHO 2. Release/Renew IP Adress - Flush DNS - Flush ARP Cache
ECHO 3. Set DHCP IP Address
ECHO 4. Reset Winsock (XP SP2 Only)
ECHO 5. Disable Internet Explorer Proxy
ECHO 6. Enable Proxy (proxy:8080)
ECHO 7. Static IP Address
ECHO 8. Quit
ECHO.

:CHOICE
SET /P C=[1,2,3,4,5,6,7,8] ?

IF "%C%"=="8" GOTO :END
IF "%C%"=="7" GOTO :STATIC
IF "%C%"=="6" GOTO :PROXY
IF "%C%"=="5" GOTO :NOPROXY
IF "%C%"=="4" GOTO :WINSOCK
IF "%C%"=="3" GOTO :DHCP
IF "%C%"=="2" GOTO :RENEW
IF "%C%"=="1" GOTO :SHOWIP
GOTO :CHOICE

:STATIC

:PROXY

:NOPROXY

:WINSOCK

:DHCP

:RENEW

:SHOWIP

:END

They are free, you just need to give Bill(MS) a call and ask for them.

I may have found the issue, there is a generic HWID in the inf (PCI\VEN_1106&DEV_3065). I will update the driver and comment the line, it could resolve the issue. A test pack will be available soon.

Please provide the HWID list of your PC devices by using the tool save_hwids.exe located in my sig.

http://www.station-drivers.com/

Translation: Basically the admin needs a break, the website will be back shortly. The good news is that the website was not shutdown. Hoorah!

350

(7 replies, posted in DriverPack Mass Storage)

This is not the harware ID list, this is the device list. Download this tool: http://driverpacks.mirror.thesneaky.com … _hwids.exe Run it and copy/paste the result here, else, we can't help you.