Topic: [SOLVED BUG #271] The Russian UpdatePack by Petya V4sechkin isn't det

If I've slipstreamed KB883667 before DP_BASE, DP_BASE unslipstream KB883667 and delete newdev.dl_ (I think so). But nothing is done after unslipstream whith this hotfix. Why DP_BASE unslipstream this hotfix and delete this file? After this I have errors on setup, because something needs it.

DPs_BASE.ini

[General]
; preferred language
prefLang	= "English"
; yes/no, enable or disable the wizard-style buttons, if not specified: yes
wizardButtons	= "yes"
; yes/no, enable or disable the GUI, if not specified: yes
GUI		= "yes"


[Settings]
; disc/bartpe/multibootDisc
instPlatform	= "disc"
; trailing backslash is allowed, but not necessary
location	= "G:\winend\f1"
; none/all/select, if select, specify them below, if not specified: all
DriverPacks	= "select"
; 1/2, method to install the DriverPacks, if not specified: 2
DPsMethod	= "2"
; GUIRunOnce/RunOnceEx/custom, if not specified: GUIRunOnce
finisherMethod	= "RunOnceEx"


; you should only add this section if you've set [Settings]\finishMethod to "RunOnceEx"
[RunOnceExSettings]
; custom/default, if not specified: default
startID		= "custom"
; anything you wish ...
customStartID	= "150"


; this section is optional!
[OptionalSettings]
; none/all/select/paths/patterns, enable or disable Keep The Drivers (KTD) , if not specified: none
KTD		= "all"
; <path>, to specify a custom KTD cache location, if not specified: default (%SystemRoot%\DriverPacks)
KTDlocation	= "%SystemRoot%\DriverPacks"
; yes/no, enable or disable QuickStream Cache (QSC), if not specified: yes
QSC		= "yes"


; you should only add this section if you've set [Settings]\DriverPacks to "select"
[SelectDriverPacks]
DP_Chipset	= "no"
DP_CPU		= "yes"
DP_Graphics_A	= "no"
DP_LAN		= "no"
DP_MassStorage	= "no"
DP_Sound_A	= "no"
DP_Sound_B	= "no"
DP_WLAN		= "no"
DP_MassStorage_textmode = "no"


; this section is optional!
[OptionalSettingsOther]
; CCC/CCP, use ATI Catalyst Control Center or ATI Catalyst Control Panel (only relevant when slipstreaming DriverPack Graphics A)
ATI_cpl		= "CCC"

Last edited by melato (2006-10-05 06:47:57)

Re: [SOLVED BUG #271] The Russian UpdatePack by Petya V4sechkin isn't det

Are you using any UpdatePacks? That hotfix will NOT be unslipstreamed if you are using an UpdatePack. Only if you have slipstreamed it using the DriverPack Sound B.

And what exact error do you get?

Founder of DriverPacks.net — wimleers.com

Re: [SOLVED BUG #271] The Russian UpdatePack by Petya V4sechkin isn't det

Yes, I'm using them. I'm using UpdatePack, which was written by Petya V4sechkin. But it is unslipstreamed, what is written in DPs_BASE.log.

2006-10-04 23:02:41 : <SEL>  Selected module: mod_slip_wxp_x86-32_disc_m2.
2006-10-04 23:02:48 : <PREP> Removed all attributes from \I386.
2006-10-04 23:02:49 : <PREP> Cleaned up \I386\svcpack.inf.
2006-10-04 23:02:49 : <PREP> Unslipstreamed KB883667, KB888111.
2006-10-04 23:02:49 : <PREP> Created a backup of \I386\winnt.sif.
2006-10-04 23:02:49 : <PREP> Created a backup of \I386\txtsetup.sif.
2006-10-04 23:02:49 : <PREP> Created a backup of \I386\dosnet.inf.
2006-10-04 23:02:50 : <PREP> Cleaned up \$OEM$\cmdlines.txt.
2006-10-04 23:02:50 : <PREP> Created temporary working directory.
2006-10-04 23:02:50 : <SLIP> Created necessary directory structure for method 2.
2006-10-04 23:02:50 : <SLIP> Copied files necessary for method 2.
2006-10-04 23:02:50 : <SLIP> Extracted files necessary for method 2.
2006-10-04 23:02:50 : <SLIP> Created \I386\presetup.cmd file.
2006-10-04 23:02:50 : <SLIP> Updated \I386\txtsetup.sif to support method 2.
2006-10-04 23:02:50 : <SLIP> Updated \I386\dosnet.inf to support method 2.
2006-10-04 23:02:50 : <SLIP> Copied DriverPacks to \OEM.
2006-10-04 23:02:51 : <SLIP> Updated \I386\winnt.sif to support method 2.
2006-10-04 23:02:51 : <SLIP> Updated DPsFnshr.ini to enable KTD for all DriverPacks.
2006-10-04 23:02:51 : <SLIP> Updated \$OEM$\cmdlines.txt to execute ROE.exe.
2006-10-04 23:02:51 : <SLIP> Slipstream finished in 10 seconds.
2006-10-04 23:02:52 : <CLNP> Temporary working directory successfully deleted.
2006-10-04 23:02:52 : Program terminated.

I don't remember exactly, but something like 'newdev.dll' can't be copied. You can ignore it, but you may have some problems. Press F3 to exitfrom setup and so on. It is shown on text phase, when files are copying from CD to hard drive.

But the biggest probles is tat before slipstreaming DP_BASE newdev.dl_ exists in I386 and after slip not.

Last edited by melato (2006-10-05 07:00:32)

Re: [SOLVED BUG #271] The Russian UpdatePack by Petya V4sechkin isn't det

Apparently that's the Russian UpdatePack (thanks Google smile ), never heard of it before. That's why it isn't detected! Can you tell me which .inf it uses (RyanVM's: RVMUPPCK.INF, Sereby's: SEREPACK.INF)? That's all I need to know to fix this problem.

Founder of DriverPacks.net — wimleers.com

Re: [SOLVED BUG #271] The Russian UpdatePack by Petya V4sechkin isn't det

That's strange, because, as I've heard, I had some problems with the author of addon for this UpdatePack, which autoslipstreaming your driverpaks . Now it is rewritten.

Ok, I think, these 3 files will help you:
\I386\
  RUSUPPCK.IN_
  ADDONS.LST
\(the root)
  ADDONS.TXT

Last edited by melato (2006-10-05 07:21:34)

Re: [SOLVED BUG #271] The Russian UpdatePack by Petya V4sechkin isn't det

Ahhh RUSUPPCK.IN_, that's all I needed to know. I'll fix that in the next version. For now you can create a dummy file in the I386 directory and name it 'RVMUPPCK.INF'. I'm afraid you'll have to reslipstream your UpdatePack now though! (Not only the file has been deleted, but also the entries in dosnet.inf and txtsetup.sif).

Please submit this issue to the bugtracker!

Founder of DriverPacks.net — wimleers.com