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.
176 2007-07-26 22:28:15
Re: [SOLVED] Forum search broken? (2 replies, posted in Site & Forum Issues And Feedback)
177 2007-07-24 22:05:17
Re: hdaudbus.sys in the wrong directory ? (10 replies, posted in DriverPack Sound)
AFAIK this works fine for the majority by far. I suppose you're using some special install system?
178 2007-07-22 09:34:22
Re: [HOWTO] Using DriverPacks w/ Sysprep (Updated for BASE 7.04) (204 replies, posted in Universal Imaging)
Sorry for the late reply.
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.
179 2007-07-22 09:23:43
Re: DriverPacks greyed out (4 replies, posted in Feedback and Support - DriverPacks Base)
Then that's the cause indeed. Please confirm that it's solved now.
180 2007-07-22 09:22:47
Re: Error (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.
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!
Haha Now that's a nice quote Thanks, and welcome to the forums
181 2007-07-22 09:20:15
Re: DriverPacks overwrites winnt.sif (13 replies, posted in Feedback and Support - DriverPacks Base)
Huh? RunOnceEx doesn't touch the winnt.sif file at all, IIRC.
182 2007-07-22 09:18:24
Re: [Finisher Bug] Dir "D" stays in %systemdrive%. (9 replies, posted in Feedback and Support - DriverPacks Base)
Please submit this to the bugtracker and refer to this topic. I'll fix it when I have time for it.
183 2007-07-16 01:00:39
Re: Slogan voting! (28 replies, posted in News)
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?
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
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 2007-07-15 10:56:27
Re: Slogan voting! (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?
185 2007-07-14 21:03:16
Re: Mult-Boot CD (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.
186 2007-07-14 21:01:42
Re: [Finisher Bug] Dir "D" stays in %systemdrive%. (9 replies, posted in Feedback and Support - DriverPacks Base)
@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 2007-07-14 09:44:27
Re: Mult-Boot CD (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.
188 2007-07-14 09:42:47
Re: [Finisher Bug] Dir "D" stays in %systemdrive%. (9 replies, posted in Feedback and Support - DriverPacks Base)
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?
189 2007-07-13 08:54:39
Re: Slogan voting! (28 replies, posted in News)
Oh and by the way, the poll is open for a week (closes automatically on July 18).
190 2007-07-12 07:35:01
Re: Slogan voting! (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 2007-07-11 20:57:06
Topic: Slogan voting! (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!
192 2007-07-06 00:05:40
Re: [HOWTO] Using DriverPacks w/ Sysprep (Updated for BASE 7.04) (204 replies, posted in Universal Imaging)
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
193 2007-07-05 23:58:25
Re: DriverPacks overwrites winnt.sif (13 replies, posted in Feedback and Support - DriverPacks Base)
In that case... please post your DPs_BASE.log.
194 2007-07-05 23:54:13
Re: DriverPacks.net slogan (26 replies, posted in News)
@twig123: hehe
@Helmi: aha! I didn't know incremental differences were possible! And I'll contact you when the time has come, then!
195 2007-07-04 10:12:16
Re: [SOLVED] integrate via drivers.cab or new cab ? (7 replies, posted in Feedback and Support - DriverPacks Base)
.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 2007-07-04 10:08:51
Re: Hangup at T-13 (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?
197 2007-07-04 10:04:42
Re: DPsFnshr.exe cannot find settings file! (43 replies, posted in Feedback and Support - DriverPacks Base)
Thanks for the input. That might help to narrow it down.
198 2007-07-04 10:03:25
Re: DriverPacks overwrites winnt.sif (13 replies, posted in Feedback and Support - DriverPacks Base)
This is not just "by design". All changes are crucial changes. And only a couple of entries are touched
199 2007-07-03 20:33:55
Re: DPsFnshr.exe cannot find settings file! (43 replies, posted in Feedback and Support - DriverPacks Base)
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 2007-07-03 20:31:01
Re: DriverPacks.net slogan (26 replies, posted in News)
twig123: lol "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
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).