Jump to content

erik_demon

Member
  • Posts

    419
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by erik_demon

  1. @m4slayer Bashrat tried to minimize the folder names to safe characters. For instance he changed the DP folder to the D folder. Because of this Bashrat's latest packs (if I am correct) use less then 4096 characters. This is the same for method 1. If you want to do without the 4096 characters limitation, use method 2.
  2. Hey This is what I found in the MS Deploymenttool.cab I hope this helps!!
  3. Hey everyone I did a test today. I used all DP's except DP MassStorage; I use method 2; I choose the GUIRunOnce method + KtD I found one bug. I got this error: Windows could not find the file C:\D\WatchDriverSigningPolicy.exe The file isn't there, it is in the %CDDRIVE%\OEM\bin folder and not in the %DPDIR% folder. I noticed that you melted some parts of :KtD_M2M3 and :KtD_M1 together in your batch, but this won't work because of what I described above. The fix: Change the following line in BTS_DPs_finish.cmd... :KtD_M2M3 SET tagfile=\I386 FOR %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set CDDRIVE=%%i: IF NOT EXIST %CDDRIVE%\I386\presetup.cmd GOTO KtD_M1 IF EXIST %DPDIR%\SetupCopyOEMInf.exe ( GOTO KtD_M1 ) ELSE ( %CDDRIVE%\OEM\bin\SetDevicePath.exe %SystemRoot%\Inf ) GOTO Cleanup :KtD_M1 IF EXIST %DPDIR%\SetupCopyOEMInf.exe ( START %DPDIR%\WatchDriverSigningPolicy.exe START /WAIT %DPDIR%\SetupCopyOEMInf.exe %DPDIR% TASKKILL /F /IM WatchDriverSigninPolicy.exe DEL /Q %DPDIR%\*.exe ) GOTO Cleanup ... into this: :KtD_M2M3 SET tagfile=\I386 FOR %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set CDDRIVE=%%i: IF NOT EXIST %CDDRIVE%\I386\presetup.cmd GOTO KtD_M1 IF EXIST %DPDIR%\SetupCopyOEMInf.exe ( START %CDDRIVE%\OEM\bin\WatchDriverSigningPolicy.exe START /WAIT %DPDIR%\SetupCopyOEMInf.exe %DPDIR% TASKKILL /F /IM WatchDriverSigninPolicy.exe ) ELSE ( %CDDRIVE%\OEM\bin\SetDevicePath.exe %SystemRoot%\Inf ) GOTO Cleanup :KtD_M1 IF EXIST %DPDIR%\SetupCopyOEMInf.exe ( START %DPDIR%\WatchDriverSigningPolicy.exe START /WAIT %DPDIR%\SetupCopyOEMInf.exe %DPDIR% TASKKILL /F /IM WatchDriverSigninPolicy.exe DEL /Q %DPDIR%\*.exe ) GOTO Cleanup The rest of the install went fine EDIT: I changed the fix that I proposed because it wouldn’t work with method 1!!
  4. Hey Bashrat I just slipstreamed your new DP's and I must say that the BTS_DPs_Slipstreamer_V5051.cmd looks very cool now B) I used all DP's except DP MassStorage; I use method 2; I choose the GUIRunOnce method + KtD I slipstreamed the DP's on a clean version of WINXP (SP2) I can confirm mark49 winnt.sif problem. both winnt.sif and winnt.old are like this: ;Generated by Bashrat the Sneaky's DriverPacks BASE for the rest it is empty. Besides this everything went fine I will test your packs with a format tomorrow! Thanks again!!
  5. I guesse not You can download the fix here
  6. @X-Savior Yes, the way it is used now, and the way it is implanted in Bashrat's pack works fine. I tested it on my WLAN card, and two onboard devices and it worked great (all installed without a window popping-up)
  7. @willerman We have seen this problem before, and it constantly pointed to one thing: did you use spaces in the name of your local source? I use the name "WINXP" as the name for my local source, if I change it to "WINXP WITH SPACES" I get all kinds of errors (including yours)
  8. I install them through WPI (and my WPI is loaded at GUIRunOnce). I have some problems with RyanVM's pack. When I install it from a CD, all goes fine (I haven't tested this with the latest version.) The problem is that I install from a second harddrive with winnt32.exe This gives me several fatal errors. EDIT: I never tested BTS Driverpacks in combination with RyanVM's update pack.
  9. I think RogueSpear is right, I looked in the ref.chm file, and these are the only Protocols available: Protocol ID MS_AppleTalk MS_ATMArps MS_ATMLANE MS_ATMUni MS_L2TP MS_NetMon MS_NWIPX MS_PPTP MS_TCPIP
  10. @Astalavista Hey I set some network setting in my winnt.sif as well. You can see them here below. I use WLAN and both method 1 and 2 are working just fine, I also use MS_NWIPX. The biggest difference between our setting is that you use MS_NetBEUI. I think that this protocol is the problem. [Networking] InstallDefaultComponents=No [NetAdapters] Adapter1=params.Adapter1 Adapter2=params.Adapter2 [params.Adapter1] InfID=pci\ven_17fe&dev_2120&subsys_00201737 ConnectionName="Draadloze netwerkverbinding" [params.Adapter2] InfID=v1394\nic1394 ConnectionName="1394-verbinding" [NetClients] MS_MSClient=params.MS_MSClient [NetServices] MS_SERVER=params.MS_SERVER [NetProtocols] MS_TCPIP=params.MS_TCPIP MS_NWIPX=params.MS_NWIPX [params.MS_TCPIP] DNS=No UseDomainNameDevolution=No EnableLMHosts=Yes AdapterSections = params.MS_TCPIP.Adapter1, params.MS_TCPIP.Adapter2 [params.MS_TCPIP.Adapter1] SpecificTo=Adapter1 DHCP=Yes [params.MS_TCPIP.Adapter2] SpecificTo=Adapter2 DHCP=Yes [params.MS_NWIPX] VirtualNetworkNumber=00000000 AdapterSections=params.MS_NWIPX.Adapter1 [params.MS_NWIPX.Adapter1] SpecificTo=Adapter1 PktType=0xFF NetworkNumber=00000000
  11. @BAM & Bashrat This doesn't work. BAM has the same problem as I had (two lines running at once) I Used command8= "%SystemDrive%\D\BTS_DPs_Control_Panels.cmd" command9= "%systemdrive%\install\install.cmd" I got almost the same image as BAM did (but of course with WPI ). Both WPI and SetupCopyOEMInf.exe were running at the same time, which *should* be impossible. I solved this by changing the BTS_DPs_Control_Panels.cmd like this: :KtD_M2M3 SET tagfile=\WINXP\I386 FOR %%i in (c d e f g h i j k l m n o p q r s t u v w x y z) do if exist "%%i:%tagfile%" set CDDRIVE=%%i: IF NOT EXIST %CDDRIVE%\WINXP\I386\presetup.cmd GOTO KtD_M1 IF EXIST %DPDIR%\SetupCopyOEMInf.exe ( START /WAIT %DPDIR%\SetupCopyOEMInf.exe %DPDIR% ) ELSE ( %CDDRIVE%\WINXP\OEM\bin\SetDevicePath.exe %SystemRoot%\Inf ) GOTO EXTRA :KtD_M1 IF EXIST %DPDIR%\SetupCopyOEMInf.exe ( START /WAIT %DPDIR%\SetupCopyOEMInf.exe %DPDIR% ) GOTO EXTRA :EXTRA START %systemdrive%\install\install.cmd GOTO Cleanup :Cleanup IF EXIST %DPDIR%\BTS_DPs_cleanup.cmd START %DPDIR%\BTS_DPs_cleanup.cmd Now everything is in one batch.
  12. Is this value in your DOSNET.INF? [Files] d1,setupORG.exe EDIT: forget my reply, I didn't read the first few post good enough
  13. Hey I use this in my clean-up script: del "%systemdrive%\Documents and Settings\Administrator\Local Settings\Temp" /q rd "%systemdrive%\Documents and Settings\Administrator\Local Settings\Temp" /s /q del "%systemdrive%\Documents and Settings\Administrator\Local Settings\Temporary Internet Files" /q rd "%systemdrive%\Documents and Settings\Administrator\Local Settings\Temporary Internet Files" /s /q del "%userprofile%\Local Settings\Temp" /q rd "%userprofile%\Local Settings\Temp" /s /q mkdir "%userprofile%\Local Settings\Temp" del %systemdrive%\Recycled\?*.* /q rd %systemdrive%\Recycled /s/q del %systemdrive%\Recycler\?*.* /q rd %systemdrive%\Recycler /s/q del "%userprofile%\Local Settings\Temporary Internet Files" /q rd "%userprofile%\Local Settings\Temporary Internet Files" /s /q defrag.exe %systemdrive% -f The last line in this file also auto defrag's your PC Good luck!
  14. I finally had the time to test the new version today. I used all DP's except DP MassStorage with method 2, KtB + fix Succes I had no errors, and KtB works like a charm. I tested the KtB method by enabling some onboard devices (audio & LAN), I did this after windows was installed, and they installed just fine. To me this seems like the best DP BASE ever Good job Bâshrat Off-topic Although the DP install went fine I had a small problem. I have this in my winnt.sif: [GUIRunOnce] command8= "%SystemDrive%\D\BTS_DPs_Control_Panels.cmd" command9= "%systemdrive%\install\install.cmd" install.cmd starts my WPI. Both lines run together. This was also the problem with the control_panels and the deletion of the D folder. This really seems like a bug by Microsoft. I think you made the right call to put both lines in one batch, so I will do that two.
  15. @ukg1jzj Sorry, this won't work for an AutoIt script. @ MHz Thnx, this seems like something I could use
  16. Hey guys I just did the slipstreaming, and there were no big errors. Just a tiny one (well, it’s not an error really ) I use method 2 with KtD, and I use all latest DP's except DP MassStorage. In the newly created winnt.sif I have this: [Data] MSDosInitiated= "No" MSDosInitiated= "No" The value is double. But I think this isn't a great deal. I will test it tomorrow night. Just a quick warning for people who don't have the i386 folder on the root of their CD and use M2 with KtD. If your i386 folder is somewhere else, don't forget to change some lines in BTS_DPs_Control_Panels.cmd! EDIT: Okay, I found quite a big error: The problem is with the KtD method (method 1,2 and 3) and the problem is located in BTS_DPs_Control_Panels.cmd Check out these lines: IF EXIST %DPDIR%\SetupCopyOEMInf.exe ( START /WAIT %DPDIR%\SetupCopyOEMInf.exe ) ELSE ( %CDDRIVE%\OEM\bin\SetDevicePath.exe %SystemRoot%\Inf ) GOTO Cleanup :KtD_M1 IF EXIST %DPDIR%\SetupCopyOEMInf.exe ( START /WAIT %DPDIR%\SetupCopyOEMInf.exe This should be: IF EXIST %DPDIR%\SetupCopyOEMInf.exe ( START /WAIT %DPDIR%\SetupCopyOEMInf.exe %DPDIR% ) ELSE ( %CDDRIVE%\OEM\bin\SetDevicePath.exe %SystemRoot%\Inf ) GOTO Cleanup :KtD_M1 IF EXIST %DPDIR%\SetupCopyOEMInf.exe ( START /WAIT %DPDIR%\SetupCopyOEMInf.exe %DPDIR% In other words, SetupCopyOEMInf.exe wasn't told which directory to use!!
  17. Thnx Bâshrat I will try your new BASE pack tomorrow!
  18. Odd indeed, maybe a stupid question, but did you guys removed the battery drivers with Nlite?
  19. Hey Rik99, Sorry for my late response This is very odd. Mediaplayer 10 isn't included in XP SP2 by default. It think that one of the updates you used is the problem. I would recommand the following: Rebuild your XP cd again from scatch. Don't slipstream mediaplayer 10 and don't slipstream any updates that concern the mediaplayer. Then install mediaplayer 10 + updates via RunOnceEX MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\" I know this isn't really the perfect answer to your problem, but it is the best I can think of (I do it this way for now)
  20. @Beagz Thanks for testing I'm afraid you found the great downside to this method Now I think about it, it is a logical problem. Imagine we have the file a.sys both in the D\S\CR folder and the D\S\N folder. How would setup know which on to use? I agree with you that it only works the way it should, when there are no duplicate filenames included. (I will change this in the manual) For now, I would recommend all to use schalti method, instead of this one. I can assure you that schalti method doesn't have this problem (I tested it with all DP's) @X-Savior What do you think?? @ all How can think of a fix for this problem?
  21. Hi If we are talking about the root, we are talking about the beginning, the lowest layer (I don't know how else to say it) If we are talking about the root of your systemdrive, we are talking about C:\ Now, the first step when making an unattended disk, is to create a Local Source (this is the folder where you copied your XP cd to). This directory is (will become) the root of your CD I hope i made it a little bit more clear
  22. What exactly goes wrong?Error, BSOD, please provide us with some more details. A piece of advise: use CD-RW next time second advise: Chill-out EDIT: And of course: Welcome to MSFN!!
  23. @ mark49 I think you can do it without the winnt.sif I believe you are talking about this: I think you can also call this batch with RunOnceEx.cmd. Yes, you can. I wasn't very clear about this in the guide. Drvindex.inf will scan your complete .CAB file for the file, also the subdirs! For instance your .Cab files has the following structure: D\S\CR\blabla.sys and D\W\L\blablabla.sys All you have to do know is add the following lines to drvindex.inf [NAME OF CABFILE] blabla.sys blablabla.sys Important: don't use filepatchs in drvindex.inf, only the filename (see example)
×
×
  • Create New...