There were some server problems yesterday, and before I did a DB backup, I erased the search index. I forgot to rebuild it. I've just fixed that.

177

(10 replies, posted in DriverPack Sound)

AFAIK this works fine for the majority by far. I suppose you're using some special install system?

Sorry  for the late reply.

skinlayers wrote:

What exactly does makePNF.exe do and how does it relate to KTD?  More importantly what syntax should I be using to run it.

makePNF.exe makes .pnf files (Precompiled iNFormation files), this uses the SetupCopyOEMInf API call. That's all it does, but there are two effects:
1) speed: scanning for the right driver is faster, because the .inf files don't have to be parsed anymore, it's already done
2) KTD: it references the locations of the real driver, so it can effectively create "a database" of drivers that are available on the system.

See http://msdn2.microsoft.com/en-US/library/aa376990.aspx and http://www.msfn.org/board/index.php?showtopic=43795 for details.

Syntax:

makePNF.exe %systemdrive%\directory-with-drivers

This will apply the SetupCopyOEMInf API call on all drivers in this directory.

Then that's the cause indeed. Please confirm that it's solved now.

180

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

The DriverPacks BASE does not touch any of those files. So I can't imagine how it can be the cause. But hey, this is Windows, so anything is possible.

Ed2007 wrote:

Good job everyone involved in the DriverPacks projekt! Awsome stuff... would give birth to your children if I was physically able.. Keep up the good work! smile

Haha big_smile Now that's a nice quote smile Thanks, and welcome to the forums smile

Huh? RunOnceEx doesn't touch the winnt.sif file at all, IIRC.

Please submit this to the bugtracker and refer to this topic. I'll fix it when I have time for it.

183

(28 replies, posted in News)

Helmi wrote:
Bâshrat the Sneaky wrote:

It seems muiz is calling in all his friends. His first slogan was running 5th in the poll this morning, now it has more than 40 additional votes and is by FAR 1st.

Perhaps the others should call in the help of their friends too? smile

Maybe, just maybe, it would have been smarter not to tell which slogan is by whom on the voting page (only on results) so folks can vote simply based on the slogan rather than its creator wink

In any case, it seems you can send multiple vots somehow.
Is this deliberate or an oversight?

It looks at the IP... if your IP changes, you can vote again. More security than that is not feasible.

And it wouldn't have been smarter to not show the creator of the slogan, since they would just have told their friends which slogan to vote on...

184

(28 replies, posted in News)

It seems muiz is calling in all his friends. His first slogan was running 5th in the poll this morning, now it has more than 40 additional votes and is by FAR 1st.

Perhaps the others should call in the help of their friends too? smile

185

(17 replies, posted in Installation Platforms)

There simply aren't many docs about this... It's not something that's officially supported by Microsoft.

The best guide is AFAIK Flyakite's.

http://flyakite.msfn.org/

moataz wrote:

@Bashrat. No deleting on restart, Where is this key should be? HKLM or HKCU.
I doubt it has been created, but I'll make new XPCD & check that key again before restart tomorrow.

I'm pretty sure it worked, otherwise an error would have been logged:

	; delete DPsFnshr.exe during the next reboot
	if regWrite("HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce", "DriverPacks Finisher final cleanup", "REG_SZ", "cmd.exe /c ""del /f /q " & envGet("systemdrive") & "\DPsFnshr.exe""") then
		__LOG("Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.")
	else
		__LOG("Could not write to the RunOnce key in the registry, therefore the DriverPacks Finisher itself will NOT get deleted automatically!")
	endIf

And as you can see, it's HKLM.

187

(17 replies, posted in Installation Platforms)

If you want to have it the easy way, you may want to look at Siginet's Windows XP PowerPacker.

2007-07-12 13:41:56 : <CLNP> Added new value to the RunOnce key in the registry: the DriverPacks Finisher itself will get deleted after the next reboot.

Have you already rebooted? wink

189

(28 replies, posted in News)

Oh and by the way, the poll is open for a week (closes automatically on July 18).

190

(28 replies, posted in News)

The problem was due to a simple setting: aggressive caching. This results in better performance, but anonymous visitors get served cached pages. Hence your problems.

I disabled the caching and voila, problem solved.

My apologies.

191

(28 replies, posted in News)

I've narrowed down the slogan suggestions to the top 10. Now it's up to you to decide which one is the best!

Vote!

I haven't read everything in detail, skinlayers. But this howto looks very nice! Thanks!
A better way to do this is this one though (rough guidelines, no details included):
1) extract the DriverPacks to where you want them to stay (you're doing this already)
2) apply KTD on them (makePNF.exe)
3) run that Sysprep tool thingie that automatically detects all drivers and that will update [SysprepMassStorage] automatically. I don't remember the name
4) make sure that the Finisher is called on the first boot (you're doing this already)


@JakeLD: try DSPdsblr.exe, that one is language-independent smile

In that case... please post your DPs_BASE.log.

194

(26 replies, posted in News)

@twig123: hehe big_smile

@Helmi: aha! I didn't know incremental differences were possible! And I'll contact you when the time has come, then! smile

.cab's are never used. Driver.cab is never touched.

Method 1 = each file gets CABbed separately
Method 2 = each DriverPack is a 7zip archive (this is the faster and more reliable method)

196

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

I've quickly read through this thread and I can assure you that both hotfixes are valid hotfixes and have worked fine for a long time.
You seem to have found a bug though - please report it in the bug tracker so I won't forget to fix it.

Have you narrowed it down any further already?

Thanks for the input. That might help to narrow it down.

This is not just "by design". All changes are crucial changes. And only a couple of entries are touched wink

That seems like a bug. Quite strange though, bcause %systemdrive% is imported from the system variables of Windows itself. I wonder why %dpsroot% is empty though. I'll give this a look either tomorrow evening or the day after that, atm studying for the last exam.

200

(26 replies, posted in News)

twig123: lol big_smile "Home of Bâshrat the Sneaky". That name may be quite known by now, but not that much, and definitely not good for a slogan tongue

I like your first one a lot though: "Every Driver, Zero Effort". That's my favorite so far.


Let's say that we'll make a shortlist (with only 10-20 slogans left) this Sunday (5 days from now).