Topic: Trouble Integrating Drivers With Vista Tool
Hi,
I'm new at this and unable to integrate drivers using Vista-Tool for a Vista32 disk and would appreciate any advice. I'm sure I'm probably just missing something simple.
* The system that I have Vista-Tools, WAIK and vLite on is running Server2003 x32.
* Running Vista Tools from C:\Vista-Tools
* WAIK is installed in the default location: C:\Program Files\Windows AIK
* Vista Version: Vista32 Enterprise (so I do not need any x64 drivers
* Trying to integrate the storage, chipset and network driverpacks (
* Integrating the Hotfixes worked successfully
Steps:
* Created AutoUnattend file with WAIK
* Slipstreamed Vista SP1 into source files with VLite
* Copied source files to C:\Vista-Tools\VistaSource
* In Vista-Tools selected image 1 (is that the right image for Vista32 Enterprise?).
* Chose mount-RW and Integrate Drivers.
Do I need to edit the Drivers.xml file before trying the integration?
Is this line at the bottom of Drivers.xml correct?
cpi:offlineImage cpi:source="wim:i:/vistaaio/distribucion/sources/install.wim#Windows Vista BUSINESS (64bit)" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>
I do not recognize the offline image source path:
("wim:i:/vistaaio/distribucion/sources/install.wim) and I am using Vista32 Enterprise, not Vista Business (64bit)
My install.wim file is located in
C:\Vista-Tools\VistaSource\sources
How do I upload screenshots?
Thanks so much!
brian
Driverlog.txt:
00000001 Shim considered
[l:288{144}]"\??\C:\Vista-Tools\Mount\Windows\Servicing\x86_microsoft-windows-servicingstac
k_31bf3856ad364e35_6.0.6001.18000_none_095f6148c74a7a64\pkgmgr.exe" : got
STATUS_OBJECT_PATH_NOT_FOUND
00000002 Shim considered
[l:282{141}]"\??\C:\Vista-Tools\Mount\Windows\WinSxS\x86_microsoft-windows-servicingstack_3
1bf3856ad364e35_6.0.6001.18000_none_095f6148c74a7a64\pkgmgr.exe" : got STATUS_SUCCESS
00000001@2009/5/14:18:49:01.668 WcpInitialize (wcp.dll version 0.0.0.5) called (stack
@0x33868504 @0x101165f @0x100b8ea @0x100c368 @0x77e6f23b NULL)
00000002@2009/5/14:18:49:02.356 WcpInitialize (wcp.dll version 0.0.0.5) called (stack
@0x33868504 @0x24038439 @0x240162a3 @0x1012aaf @0x1012bfd @0x1004803)
00000003@2009/5/14:18:49:02.418 WcpInitialize (wcp.dll version 0.0.0.5) called (stack
@0x33868504 @0x2406e615 @0x24050dec @0x1012aaf @0x1012bfd @0x1004803)
00000004 CSI Store 737336 (0x000b4038) initialized
00000005@2009/5/14:18:49:04.481 WcpInitialize (wcp.dll version 0.0.0.5) called (stack
@0x33868504 @0x258981cd @0x258aa14d @0x25884dcd @0x25884962 @0x1011009)
Drivers.xml: (do I need to manually enter the path to the driver folder here?)
<?xml version="1.0" encoding="utf-8"?>
<unattend xmlns="urn:schemas-microsoft-com:unattend">
<settings pass="offlineServicing">
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE"
processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral"
versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DriverPaths>
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
<Path></Path>
</PathAndCredentials>
</DriverPaths>
</component>
<component name="Microsoft-Windows-PnpCustomizationsNonWinPE"
processorArchitecture="amd64" publicKeyToken="31bf3856ad364e35" language="neutral"
versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<DriverPaths>
<PathAndCredentials wcm:action="add" wcm:keyValue="1">
<Path>I:\VistaWork\Vistax64Drivers</Path>
</PathAndCredentials>
</DriverPaths>
</component>
</settings>
<cpi:offlineImage cpi:source="wim:i:/vistaaio/distribucion/sources/install.wim#Windows
Vista BUSINESS (64bit)" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
</unattend>