i think there are posts on here about this somewhere

get your HWIDs useing the progam below

http://www.driverpacks.net/Downloads/save_hwids.exe

and post here

yes it should work just fine

Thanks!

5,254

(8 replies, posted in Feedback and Support - DriverPacks Base)

thats the spirit !

I added this driver months ago and it was lost by accident....

if you use method one you wont have it installed incorrectly in device manager was my memory of what i did its been a while since i beat this.

the VMWTools has the complete sb install in it

try going to Creative labs and getting the installer.

Or

REG ADD %KEY%\999 /V 1 /D "%SystemDrive%\DPsFnshr.exe"
REG ADD %KEY%\999 /V 2 /D "%drive%\todo.cmd"
REG ADD %KEY%\999 /V 3 /D "%wpipath%\Install\vmw\VMTools.msi /quiet /norestart"
REG ADD %KEY%\999 /V 4 /D "%wpipath%\WPI.hta" /f


then put a todo.cmd in the root of your cd IE d:\todo.cmd

with copy commands for example...

copy file1 %systemroot%
copy file2 c:\windows

5,257

(8 replies, posted in Feedback and Support - DriverPacks Base)

I might expect a "perfectionist" to take the time to get all the latest stuff and to pretest suggestions? sorry we offended you.

The WPI code will only do ONE iteration it returns the driveletter that the .cmd file is run from.
I dont see how you could do less than one loop?

So why bother with extra code that is unneccessary?
You didn't test this for yourself?

Both methods are fast, simple and effecient already. I, for one, failed to see your point. 3ns, spare me!

here is some insight

this card is supported by the OS directly.

there is an update on the microsoft update site for this driver too.

i run into this all the time in VMWare (it emulates this cards hardware for its "sound card")

the only way i have gotten it to work (so my music plays in WPI - a must have!!!)  is to use method 1.

then i manually call the VMWare Tools setup from  Runonceex.cmd


@ECHO OFF

for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:
set wpipath=%drive%\wpi

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY%\999 /V 1 /D "%SystemDrive%\DPsFnshr.exe"
REG ADD %KEY%\999 /V 2 /D "%wpipath%\Install\vmw\VMTools.msi /quiet /norestart"
REG ADD %KEY%\999 /V 3 /D "%wpipath%\WPI.hta" /f

EXIT


you could call the sound blaster setup program where i call the VMTools.msi and "fix" the problem

(i leave this line in for all my disks as the VMTools exits silently if its not a VMWare shell)

this is a known bug at microsoft

if the winnt.sif contains the line

OemPreinstall = "Yes"

the F6 drivers will not work

5,260

(38 replies, posted in BartPE - UBCD4Win - WinPE)

We recently released DriverPacks Base 7.04 with our initial BartPE plugin. Supporting DP MassStorage Text Mode, only... so far.

I thought it Might be nice to have a place to talk about It.

5,261

(2 replies, posted in DriverPack Sound)

please give more info, are you using other tools like RyanVM or nLite?
could you please include your logs? DPs_BASE.log in the program file, and or the finisher log (from the installation drive)?

Third party DL programs typicaly will not work (some do) since our server checks for the refering site.
Try plain old IE and see if it works.
If yes then your DLer or Browser is not compatible with our DL site.

5,263

(8 replies, posted in Feedback and Support - DriverPacks Base)

i dont understand either because the code for WPI is

@ECHO OFF

for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:
set wpipath=%drive%\wpi

If you use this code you dont need to create a CD.TXT file

for /f "delims=: tokens=1" %%i in ("%~dp0") do set CDROM=%%i:
SET CDDRIVE=%cdrom%\$OEM$

yes it does

if your folder structure is D\3\D

here is an example for lan

[DriverPack]
platform	= "wnt5_x86-32"
name		= "LAN"
rootDir		= "D\L"
; OPTIONAL
classes		= "Net"
driverCount	=
decompSize	=
compSize	=


[NV-123]
; REQUIRED
exc_count		= 1
; OPTIONAL
exc_1_tagFiles	= 0
exc_1_+hwids	= 1
exc_1_+hwid1	= "PCI\VEN_10DE&DEV_00DF&SUBSYS_E0001458&REV_A2"
exc_1_+hwid2	= "PCI\VEN_10DE&DEV_00DF&SUBSYS_02501462&REV_A2"
exc_1_+hwid3	= "PCI\VEN_10DE&DEV_00DF&SUBSYS_A5511297&REV_A2"
exc_1_-hwids	= 0
exc_1_+infFiles	= 0
exc_1_-infFiles	= 0
exc_1_commands	= 2
exc_1_command1	= "%SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV\123\nvnetbus.inf "PCI\VEN_10DE&DEV_00DF&SUBSYS_*""
exc_1_command2 	= "%SystemDrive%\devcon.exe update %DPSROOT%\D\L\NV\123\nvnetfd.inf "{1a3e09be-1e45-494b-9174-d7385b45bbf5}\NVNET_DEV00DF

If you need to know what the meaning or purpose is for a certain entry, you can find a reference in any DriverPacks BASE starting from version 7.01.2 RC1, in docs\DriverPack_reference_wnt5_x86-32.ini.

It is my understanding that all packs will be required to have these in the future.
For most third party packs exceptions probably won't be an issue so it should be fairly easy to create them.

mass storage, in this context (driverpacks), refers to HDD controllers only.
At driverpacks Mass Storage is refering only to drivers needed to install the OS on a Hard Disk Drive.

I understand that could be misleading!

Tape drives, Zip drives, Jazz drives or other "mass storage" devices are not included in the mass storage pack.
those would be Third Party DriverPacks (TPD)

I hope that helps

If a partition is not deleted that contained an NT OS then the boot.ini could be appended.
Please verify that your install deletes existing partiton information from the disk then repartitions and reformats (quick is fine).
Are there other windows installations present in the machine? Are you useing the built in partitioning / formating from the windows install?

for wpi i use this combo and dont have issues with the two running together.

use rvm to Update source
nlite make all changes leave open at the create iso screen
Run dpbase with mode 1 & guirunonce

you might do some editing so it looks similar to this.

CMDLines.txt

[COMMANDS]
"regedit /s theme.reg"
Runonceex.cmd
"rundll32 advpack.dll,LaunchINFSectionEx nLite.inf,U,,4,N"

Runonceex.cmd

@ECHO OFF

for /f "delims=: tokens=1" %%i in ("%~dp0") do set drive=%%i:
set wpipath=%drive%\wpi

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY%\999 /V 1 /D "%SystemDrive%\DPsFnshr.exe"
REG ADD %KEY%\999 /V 2 /D "%wpipath%\Install\vmw\VMTools.msi /quiet /norestart"
REG ADD %KEY%\999 /V 3 /D "%wpipath%\WPI.hta" /f

EXIT

As far as the quotes go

My cmdlines.txt:
[Commands]
"ROE.exe 930"
Royale.exe
RunWPI.cmd

They are only needed for long filenames or paths with spaces ect...

hope this helps.... doesnt seem to me to be an issue with driverpacks? do you still get the dupes with no DP applied to the build?

5,269

(13 replies, posted in DriverPack Sound)

its called RIS and is documented pretty clearly here in another thread

We are very close to having a guide together to help with basic questions.

i like and use nLite myself. but you need to not make any changes to your source folder with nlite AFTER you run the DriverPacks Base

Make all your nlite config options and when you get to the make iso screen minimize that and run DP Base with whatever options you  wish then when it completes restore the nlite window and create iso.

This is just a basic outline of course, but should get you going.

5,271

(25 replies, posted in Software)

another undesirable side effect of OEMPREINSTALL=YES is you cant use hit F6 to supply a driver on a floppy

5,272

(13 replies, posted in DriverPack Sound)

I run nLite RyanVM and full driverpacks install and it weighs in at 700meg and fits perfectly on a cd
So I think you are adding something else too? or not deleteing something?

but... looks like you use nvidia graphics so you could not select Graphics B and save 50 meg
and you dont have wireless lan either so you could not select that for a savings of another 20.
Realtek sound is in pack A so you could kill Sound B and save another 45.

again im more interedted in why it doesnt fit when it should fit perfect

my guess is it is in the inf for the Hdaudbus.sys driver

a case sensitive search may yeild results since normaly it is i386 not I386 with the capital I
so you may get lucky

If its OK with Helmi its all good with me!

although, as he said..

A shorter post with a link wouldn't have gotten my attn.
AND he only had one post here at that time too.

I vote ban the spammer

A self serving post with no information related to our project.