I'm now trying to inject some audio drivers into the win7 install.wim using DISM. DISM reports error and I finally came to the conclusion that the file wdmaudio.inf in install.wim\Windows\System32\DriverStore\FileRepository\wdmaudio.inf_x86_neutral_aed2a4456700dfde may be the problem. It has a very strange look:
Quote
//
// THIS CODE IS NOT APPROVED FOR USE IN/ON ANY OTHER UI ELEMENT OR PRODUCT COMPONENT.
// Copyright © 2009 Microsoft Corporation. All rights reserved.
//
////////////////////////////////////////////////////////////////////////////////
var gGadgetMode = (window.System !== undefined);
var gBIDIMode = (document.dir=='rtl');
////////////////////////////////////////////////////////////////////////////////
//
// PICKLIST UTILITIES for use on SELECT Lists
//
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
//
// DoAdd(object oPickList, string anOptionValue, OPTIONAL string anOptionText)
// Adds an Option to passed-in oPickList (SELECT Object)
//
////////////////////////////////////////////////////////////////////////////////
function DoAdd(oPickList, anOptionValue, anOptionText)
{
...
I've never seen an .inf file like this!! How can it be an .inf file?!! Another strange thing is that the file wdmaudio.inf in install.wim\Windows\inf is quite normal:
Quote
[Version]
Signature="$Windows NT$"
Class=MEDIA
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%MSFT%
DriverVer=07/13/2009,6.1.7600.16385
[SourceDisksNames]
3426=windows cd
[SourceDisksFiles]
drmk.sys = 3426
drmkaud.sys = 3426
portcls.sys = 3426
sysfxui.dll = 3426
wmalfxgfxdsp.dll = 3426
...
How can it be? Anyone who has some clue please let me know. Thanks in advance:)
This post has been edited by Tripredacus: 09 August 2010 - 07:41 AM



Help
Back to top










