Jump to content

biatche

Member
  • Posts

    193
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Malaysia

About biatche

Recent Profile Visitors

1,917 profile views

biatche's Achievements

0

Reputation

  1. var updateSession = WScript.CreateObject("Microsoft.Update.Session"); var updateSearcher = updateSession.CreateUpdateSearcher(); updateSearcher.Online = false; // this part must be changed? this is the language pack section. I want to search the entire database that isn't installed and filter by KB###### rather than category. var searchResult = updateSearcher.Search("CategoryIDs Contains 'cd5ffd1e-e932-4e3a-bf74-18bf0b1bbd83' And IsInstalled=0"); for(var i=0; i<searchResult.Updates.Count; i++){ var update = searchResult.Updates.Item(i); WScript.echo("Hiding:" + update.Title); update.IsHidden = true; } I can't work out how to modify this script so that it will hide certain specific updates filtered by KBtitle such as KB2483139 KB915597 KB971033 KB890830 actually just these 4. Thanks
  2. bios > boot device (usb) > preload some files > win7 bootsplash > win7 setup gui that part there can take ages sometime. takes longer when there's data on my hdd. seem to take shorter time with mbr is zero'd. i want to stop preloader from scanning or doing whatever that it's doing that takes very long
  3. Past BIOS > Finding boot device > (boots off windows 7 setup device) You find a long bar, saying i think it was windows is loading files?... then comes the bootsplash starting windows before it enters initial windows setup gui screen. So I presume that during the first stage -- before bootsplash, it silently ?scans all files? on all drives and it can take a very long time. I don't need it to do that. Sometimes though unusual, with ??certain files?? on the drives, it'll stall at bootsplash until i erase the entire disk. Very irritating. I don't need it to scan, I know what I want to do with my setup. So yeah, how do i disable that?
  4. Not the same for cards made after win7 was released. example nvidia GT2xx. generic drivers are used.
  5. You're saying that nvdrsdb.bi_ contains nvdrsdb but not nvdrsdb.bin and what I should do is "ren nvdrsdb.bi_ nvdrsdb.bin" Judging file sizes nvdrsdb.bi_ = 90kb nvdrsdb = 270kb nvdrsdb.bin = 270kb I think the uncompressed file nvdrsdb == nvdrsdb.bin, just that 7zip unzips that to nvdrsdb instead of nvdrsdb.bin for some weird funny reason that I don't know where the fault is at.
  6. On my current 260.89 system C:\>dir/s nvdrsdb.bin Volume in drive C is system Volume Serial Number is 0258-EF77 Directory of C:\Program Files\NVIDIA Corporation\Drs 2010-10-08 04:47 PM 268,948 nvdrsdb.bin 1 File(s) 268,948 bytes Directory of C:\Windows\System32\DriverStore\FileRepository\nv_disp.inf_amd64_n eutral_caf5ec461cc39f66 2010-10-08 04:47 PM 268,948 nvdrsdb.bin 1 File(s) 268,948 bytes This is 260.99 W:\win7\drivers.pre\install\graphics_nvidia\output>dir *.bin Volume in drive W is workhome Volume Serial Number is 8CA3-D0EB Directory of W:\win7\drivers.pre\install\graphics_nvidia\output 2010-10-17 02:55 AM 269,416 nvdrsdb.bin Similar file sizes.. so it can't be compressed.
  7. Precisely. The ATI drivers that I integrated are not being used but rather the ones Microsoft gave. Good idea though, I might considering tampering WinSAT scores. That's my only beef with integrating drivers. I hate not having Aero although Aero is definitely capable in my system and then needing to change the theme after everything's done. Will test this out. Good feedback. Much obliged.
  8. Will need to do more testing, but as for now, the ATI driver is integrated but isn't used.. and I need 10.02 because latter versions don't support old cards. setup.exe -install works for now and I shouldn't really care. What I don't like to see is Aero not being utilized. This happens with my new nvidia cards often.. since I use purchase nvidia cards way more than ati. btw, i have been using forceunsigned, which still integrates signed drivers as well as unsigned this time.
  9. Alright, because of all those problems.. i started logging a lot of things.. I found some potential problems... let me know what you think. 2010-12-30 02:45:16, Info DISM PID=4504 Scratch directory set to 'C:\Users\admin\AppData\Local\Temp\'. - CDISMManager::put_ScratchDir 2010-12-30 02:45:16, Info DISM PID=4504 Successfully loaded the ImageSession at "C:\Program Files\Windows AIK\Tools\x86\Servicing" - CDISMManager::LoadImageSession 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Failed to get and initialize the PE Provider. Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Getting Provider DISMLogger - CDISMProviderStore::GetProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Getting Provider DISMLogger - CDISMProviderStore::GetProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:16, Info DISM DISM Manager: PID=4504 Successfully created the local image session and provider store. - CDISMManager::CreateLocalImageSession 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Getting Provider DISMLogger - CDISMProviderStore::GetProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:16, Info DISM DISM.EXE: 2010-12-30 02:45:16, Info DISM DISM.EXE: <----- Starting Dism.exe session -----> 2010-12-30 02:45:16, Info DISM DISM.EXE: 2010-12-30 02:45:16, Info DISM DISM.EXE: Host machine information: OS Version=6.1.7600, Running architecture=x86, Number of processors=4 2010-12-30 02:45:16, Info DISM DISM.EXE: Executing command line: "C:\Program Files\Windows AIK\Tools\x86\Servicing\Dism.exe" /image:"R:\mnt\install.wim" /logpath:"W:\win7\logs\dism-driver_install.log" /add-driver /recurse /forceunsigned /driver:"W:\win7\drivers.pre" 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Loading Provider from location C:\Program Files\Windows AIK\Tools\x86\Servicing\WimProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Connecting to the provider located at C:\Program Files\Windows AIK\Tools\x86\Servicing\WimProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Loading Provider from location C:\Program Files\Windows AIK\Tools\x86\Servicing\FolderProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Connecting to the provider located at C:\Program Files\Windows AIK\Tools\x86\Servicing\FolderProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Loading Provider from location C:\Program Files\Windows AIK\Tools\x86\Servicing\CompatProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Connecting to the provider located at C:\Program Files\Windows AIK\Tools\x86\Servicing\CompatProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:16, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table. 2010-12-30 02:45:16, Info DISM DISM.EXE: Attempting to add the commands from provider: WimManager 2010-12-30 02:45:16, Info DISM DISM.EXE: Succesfully registered commands for the provider: WimManager. 2010-12-30 02:45:16, Info DISM DISM.EXE: Attempting to add the commands from provider: FolderManager 2010-12-30 02:45:16, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider 2010-12-30 02:45:16, Info DISM DISM.EXE: Attempting to add the commands from provider: Compatibility Manager 2010-12-30 02:45:16, Info DISM DISM.EXE: Succesfully registered commands for the provider: Compatibility Manager. 2010-12-30 02:45:16, Info DISM DISM Provider Store: PID=4504 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection 2010-12-30 02:45:17, Info DISM DISM Provider Store: PID=4504 Getting the collection of providers from a local provider store type. - CDISMProviderStore::GetProviderCollection 2010-12-30 02:45:18, Info DISM DISM Manager: PID=4504 Successfully loaded the ImageSession at "C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE" - CDISMManager::LoadImageSession 2010-12-30 02:45:18, Info DISM DISM Image Session: PID=1844 Instantiating the Provider Store. - CDISMImageSession::get_ProviderStore 2010-12-30 02:45:18, Info DISM DISM Provider Store: PID=1844 Initializing a provider store for the IMAGE session type. - CDISMProviderStore::Final_OnConnect 2010-12-30 02:45:18, Info DISM DISM Provider Store: PID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:18, Info DISM DISM Provider Store: PID=1844 Loading Provider from location C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\OSProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:18, Info DISM DISM Provider Store: PID=1844 Connecting to the provider located at C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\OSProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:18, Info DISM DISM OS Provider: PID=1844 Defaulting SystemPath to R:\mnt\install.wim - CDISMOSServiceManager::Final_OnConnect 2010-12-30 02:45:18, Info DISM DISM OS Provider: PID=1844 Defaulting Windows folder to R:\mnt\install.wim\Windows - CDISMOSServiceManager::Final_OnConnect 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Attempting to initialize the logger from the Image Session. - CDISMProviderStore::Final_OnConnect 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Loading Provider from location C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\LogProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Connecting to the provider located at C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\LogProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Getting Provider OSServices - CDISMProviderStore::GetProvider 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Found and Initialized the DISM Logger. - CDISMProviderStore::Internal_InitializeLogger 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Loading Provider from location C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\PEProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:20, Warning DISM DISM Provider Store: PID=1844 Failed to Load the provider: C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\PEProvider.dll. - CDISMProviderStore::Internal_GetProvider(hr:0x8007007e) 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Failed to get and initialize the PE Provider. Continuing by assuming that it is not a WinPE image. - CDISMProviderStore::Final_OnConnect 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Finished initializing the Provider Map. - CDISMProviderStore::Final_OnConnect 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Getting Provider DISMLogger - CDISMProviderStore::GetProvider 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:20, Info DISM DISM Manager: PID=4504 Image session successfully loaded from the temporary location: C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE - CDISMManager::CreateImageSession 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Getting Provider OSServices - CDISMProviderStore::GetProvider 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:20, Info DISM DISM OS Provider: PID=1844 Setting SystemPath to R:\mnt\install.wim - CDISMOSServiceManager::SetSystemPath 2010-12-30 02:45:20, Info CSI 00000001 Shim considered [l:288{144}]"\??\R:\mnt\install.wim\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND 2010-12-30 02:45:20, Info CSI 00000002 Shim considered [l:282{141}]"\??\R:\mnt\install.wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe" : got STATUS_SUCCESS 2010-12-30 02:45:20, Info DISM DISM.EXE: Target image information: OS Version=6.1.7600.16385, Image architecture=amd64 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Getting the collection of providers from an image provider store type. - CDISMProviderStore::GetProviderCollection 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Loading Provider from location C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\CbsProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Connecting to the provider located at C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\CbsProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:20, Info DISM DISM Provider Store: PID=1844 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:20, Info CSI 00000001 Shim considered [l:288{144}]"\??\R:\mnt\install.wim\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND 2010-12-30 02:45:20, Info CSI 00000002 Shim considered [l:282{141}]"\??\R:\mnt\install.wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe" : got STATUS_SUCCESS 2010-12-30 02:45:20, Info DISM DISM Package Manager: PID=1844 Finished initializing the CbsConUI Handler. - CCbsConUIHandler::Initialize 2010-12-30 02:45:20, Info CSI 00000001 Shim considered [l:288{144}]"\??\R:\mnt\install.wim\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND 2010-12-30 02:45:20, Info CSI 00000002 Shim considered [l:282{141}]"\??\R:\mnt\install.wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe" : got STATUS_SUCCESS 2010-12-30 02:45:20, Info CBS Failed to find a matching version for servicing stack: R:\mnt\install.wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\ [HRESULT = 0x80070490 - ERROR_NOT_FOUND] 2010-12-30 02:45:20, Info CBS Failed to find servicing stack directory in online store. [HRESULT = 0x80070490 - ERROR_NOT_FOUND] 2010-12-30 02:45:20, Info CBS Must be doing offline servicing, using stack version from: R:\mnt\install.wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\cbscore.dll 2010-12-30 02:45:20, Info CBS Loaded Servicing Stack v6.1.7600.16385 with Core: R:\mnt\install.wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\cbscore.dll 2010-12-30 02:45:20, Info CSI 00000001@2010/12/29:18:45:20.875 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7fee877e9a1 @0x7fee8da8755 @0x7fee8d72ac7 @0x7fee8e7a79d @0x7fee8e7a98b @0x7fee8e4d487) 2010-12-30 02:45:20, Info CSI 00000002@2010/12/29:18:45:20.882 WcpInitialize (wcp.dll version 0.0.0.6) called (stack @0x7fee877e9a1 @0x7fee8df500e @0x7fee8dc1504 @0x7fee8d72b9d @0x7fee8e7a79d @0x7fee8e7a98b) 2010-12-30 02:45:20, Info DISM DISM Package Manager: PID=1844 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock 2010-12-30 02:45:20, Info CBS Loading offline registry hive: SOFTWARE, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SOFTWARE' from path '\\?\R:\mnt\install.wim\Windows\System32\config\SOFTWARE'. 2010-12-30 02:45:20, Info CBS Loading offline registry hive: SYSTEM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SYSTEM' from path '\\?\R:\mnt\install.wim\Windows\System32\config\SYSTEM'. 2010-12-30 02:45:20, Info CBS Loading offline registry hive: SECURITY, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SECURITY' from path '\\?\R:\mnt\install.wim\Windows\System32\config\SECURITY'. 2010-12-30 02:45:20, Info CBS Loading offline registry hive: SAM, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SAM' from path '\\?\R:\mnt\install.wim\Windows\System32\config\SAM'. 2010-12-30 02:45:20, Info CBS Loading offline registry hive: COMPONENTS, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/COMPONENTS' from path '\\?\R:\mnt\install.wim\Windows\System32\config\COMPONENTS'. 2010-12-30 02:45:20, Info CBS Loading offline registry hive: DEFAULT, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/DEFAULT' from path '\\?\R:\mnt\install.wim\Windows\System32\config\DEFAULT'. 2010-12-30 02:45:20, Info CBS Loading offline registry hive: ntuser.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Users/default/ntuser.dat' from path '\\?\R:\mnt\install.wim\Users\default\ntuser.dat'. 2010-12-30 02:45:20, Info CBS Loading offline registry hive: schema.dat, into registry key '{bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/system32/smi/store/Machine/schema.dat' from path '\\?\R:\mnt\install.wim\Windows\system32\smi\store\Machine\schema.dat'. 2010-12-30 02:45:21, Info CBS Offline image is: writeable 2010-12-30 02:45:21, Info CSI 00000003 CSI Store 4813456 (0x0000000000497290) initialized 2010-12-30 02:45:21, Info CBS Session: 1844_288021213 initialized by client DISM Package Manager Provider. 2010-12-30 02:45:21, Info DISM DISM Package Manager: PID=1844 Loaded servicing stack for offline use only. - CDISMPackageManager::RefreshInstanceAndLock 2010-12-30 02:45:21, Info DISM DISM Package Manager: PID=1844 Loaded servicing stack for online use only. - CDISMPackageManager::RefreshInstanceAndLock 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Loading Provider from location C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\MsiProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Connecting to the provider located at C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\MsiProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Loading Provider from location C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\IntlProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Connecting to the provider located at C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\IntlProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Loading Provider from location C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\DmiProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Connecting to the provider located at C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\DmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info CSI 00000001 Shim considered [l:288{144}]"\??\R:\mnt\install.wim\Windows\Servicing\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe" : got STATUS_OBJECT_PATH_NOT_FOUND 2010-12-30 02:45:21, Info CSI 00000002 Shim considered [l:282{141}]"\??\R:\mnt\install.wim\Windows\WinSxS\amd64_microsoft-windows-servicingstack_31bf3856ad364e35_6.1.7600.16385_none_655452efe0fb810b\pkgmgr.exe" : got STATUS_SUCCESS 2010-12-30 02:45:21, Info DISM DISM OS Provider: PID=1844 Get the registry path to the SOFTWARE hive located at R:\mnt\install.wim\Windows\system32\config\SOFTWARE and determine if it is loaded. - CDISMOSServiceManager::DetermineBootDrive 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Further logs for driver related operations can be found in the target operating system at %WINDIR%\inf\setupapi.offline.log - CDriverManager::Initialize 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Loading Provider from location C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\UnattendProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Connecting to the provider located at C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\UnattendProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Loading Provider from location C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\SmiProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Connecting to the provider located at C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\SmiProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Provider has not previously been encountered. Attempting to initialize the provider. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Loading Provider from location C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\TransmogProvider.dll - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Connecting to the provider located at C:\Users\admin\AppData\Local\Temp\FEF4370F-BE66-49BB-ABFF-57268E75E7DE\TransmogProvider.dll. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Encountered a servicing provider, performing additional servicing initializations. - CDISMProviderStore::Internal_LoadProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Getting Provider DISM Package Manager - CDISMProviderStore::GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Getting Provider DISM Unattend Manager - CDISMProviderStore::GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM.EXE: Got the collection of providers. Now enumerating them to build the command table. 2010-12-30 02:45:21, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Package Manager 2010-12-30 02:45:21, Info DISM DISM.EXE: Succesfully registered commands for the provider: DISM Package Manager. 2010-12-30 02:45:21, Info DISM DISM.EXE: Attempting to add the commands from provider: OSServices 2010-12-30 02:45:21, Info DISM DISM.EXE: Attempting to add the commands from provider: MsiManager 2010-12-30 02:45:21, Info DISM DISM.EXE: Succesfully registered commands for the provider: MsiManager. 2010-12-30 02:45:21, Info DISM DISM.EXE: Attempting to add the commands from provider: IntlManager 2010-12-30 02:45:21, Info DISM DISM.EXE: Succesfully registered commands for the provider: IntlManager. 2010-12-30 02:45:21, Info DISM DISM.EXE: Attempting to add the commands from provider: DriverManager 2010-12-30 02:45:21, Info DISM DISM.EXE: Succesfully registered commands for the provider: DriverManager. 2010-12-30 02:45:21, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Unattend Manager 2010-12-30 02:45:21, Info DISM DISM.EXE: Succesfully registered commands for the provider: DISM Unattend Manager. 2010-12-30 02:45:21, Info DISM DISM.EXE: Attempting to add the commands from provider: DISM Log Provider 2010-12-30 02:45:21, Info DISM DISM.EXE: Attempting to add the commands from provider: SmiManager 2010-12-30 02:45:21, Info DISM DISM.EXE: Attempting to add the commands from provider: Edition Manager 2010-12-30 02:45:21, Info DISM DISM Transmog Provider: PID=1844 Current image session is [OFFLINE] - CTransmogManager::GetMode 2010-12-30 02:45:21, Info DISM DISM.EXE: Succesfully registered commands for the provider: Edition Manager. 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Getting Provider DriverManager - CDISMProviderStore::GetProvider 2010-12-30 02:45:21, Info DISM DISM Provider Store: PID=1844 Provider has previously been initialized. Returning the existing instance. - CDISMProviderStore::Internal_GetProvider 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_amd\10.12\amd_sata.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_amd\10.12\amd_sata.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_amd\10.12\amd_sata.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_amd\10.12\amd_sata.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_amd\10.12\AtiPcie.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_amd\10.12\AtiPcie.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_amd\10.12\Atipcie.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_amd\10.12\AtiPcie.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_amd\10.12\USBFilter.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_amd\10.12\USBFilter.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_amd\10.12\usbfilter.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_amd\10.12\USBFilter.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougahci.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougahci.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougahci.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougahci.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougcore.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougcore.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougcore.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougcore.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\CougHAud.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\CougHAud.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\CougHAud.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\CougHAud.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougide.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougide.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougide.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougide.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougsmb.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougsmb.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougsmb.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougsmb.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougusb.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougusb.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougusb.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougusb.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\couide2.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\couide2.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\couide2.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\couide2.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexahci.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexahci.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexahci.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexahci.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexcore.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexcore.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexcore.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexcore.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexid2.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexid2.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexid2.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexid2.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexide.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexide.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexide.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexide.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexsmb.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexsmb.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexsmb.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexsmb.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexusb.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexusb.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexusb.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexusb.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78id2.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78id2.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78id2.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78id2.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78ide.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78ide.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78ide.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78ide.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78usb.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78usb.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78usb.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78usb.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich7core.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich7core.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich7core.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich7core.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelCP2.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelCP2.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelCP2.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelCP2.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelIOH.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelIOH.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelIOH.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelIOH.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\JasperFo.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\JasperFo.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\JasperFo.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\JasperFo.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\NehalMEX.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\NehalMEX.inf is: UNSIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\SNB2009.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\SNB2009.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\SNB2009.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\SNB2009.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\Tcreek.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\Tcreek.inf is: UNSIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\Tcrkahci.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\Tcrkahci.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\Tcrkahci.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\Tcrkahci.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\tcrkusb.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\tcrkusb.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.chipset\tcrkusb.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.chipset\tcrkusb.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.mei\HECI.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.mei\HECI.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.mei\HECI.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.mei\HECI.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaAHCI.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaAHCI.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaAHCI.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaAHCI.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaStor.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaStor.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaStor.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaStor.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_jmicron\1.17.62.00\jraid_f.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_jmicron\1.17.62.00\jraid_f.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_jmicron\1.17.62.00\jraid.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_jmicron\1.17.62.00\jraid_f.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_nvidia\output\Awy\nvAwy64.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_nvidia\output\Awy\nvAwy64.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_nvidia\output\Awy\nvaway.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_nvidia\output\Awy\nvAwy64.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_nvidia\output\sata_ide\nvstor64.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_nvidia\output\sata_ide\nvstor64.inf is: UNSIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_nvidia\output\SMBus\nf4sys.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_nvidia\output\SMBus\nf4sys.inf is: UNSIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_nvidia\output\SMBus\nfsmb64.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\mobo_nvidia\output\SMBus\nfsmb64.inf] is signed by a catalog [W:\win7\drivers.pre\boot\mobo_nvidia\output\SMBus\nfsmb64.cat] 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_nvidia\output\SMBus\nfsmb64.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\mobo_nvidia\output\SMU\smuc64.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:21, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\mobo_nvidia\output\SMU\smuc64.inf is: UNSIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:22, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\usb3_nec\output\nusb3hub.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:22, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\usb3_nec\output\nusb3hub.inf] is signed by a catalog [W:\win7\drivers.pre\boot\usb3_nec\output\nusb3hub.cat] 2010-12-30 02:45:22, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\usb3_nec\output\nusb3hub.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:22, Info DISM DISM Driver Manager: PID=1844 Driver W:\win7\drivers.pre\boot\usb3_nec\output\nusb3xhc.inf is boot-critical. - CDriverPackage::FillInPackageDetails 2010-12-30 02:45:22, Info IsDriverPackageSigned: File [W:\win7\drivers.pre\boot\usb3_nec\output\nusb3xhc.inf] is signed by a catalog [W:\win7\drivers.pre\boot\usb3_nec\output\nusb3xhc.cat] 2010-12-30 02:45:22, Info DISM DISM Driver Manager: PID=1844 Signature status of driver W:\win7\drivers.pre\boot\usb3_nec\output\nusb3xhc.inf is: SIGNED - CDriverPackage::InitSignatureStatus 2010-12-30 02:45:22, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_amd\10.12\amd_sata.inf'. - CDriverPackage::Install 2010-12-30 02:45:23, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_amd\10.12\AtiPcie.inf'. - CDriverPackage::Install 2010-12-30 02:45:23, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_amd\10.12\USBFilter.inf'. - CDriverPackage::Install 2010-12-30 02:45:23, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougahci.inf'. - CDriverPackage::Install 2010-12-30 02:45:24, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougcore.inf'. - CDriverPackage::Install 2010-12-30 02:45:24, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\CougHAud.inf'. - CDriverPackage::Install 2010-12-30 02:45:24, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougide.inf'. - CDriverPackage::Install 2010-12-30 02:45:24, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougsmb.inf'. - CDriverPackage::Install 2010-12-30 02:45:24, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougusb.inf'. - CDriverPackage::Install 2010-12-30 02:45:25, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\couide2.inf'. - CDriverPackage::Install 2010-12-30 02:45:25, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexahci.inf'. - CDriverPackage::Install 2010-12-30 02:45:25, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexcore.inf'. - CDriverPackage::Install 2010-12-30 02:45:26, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexid2.inf'. - CDriverPackage::Install 2010-12-30 02:45:26, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexide.inf'. - CDriverPackage::Install 2010-12-30 02:45:26, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexsmb.inf'. - CDriverPackage::Install 2010-12-30 02:45:26, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexusb.inf'. - CDriverPackage::Install 2010-12-30 02:45:26, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78id2.inf'. - CDriverPackage::Install 2010-12-30 02:45:27, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78ide.inf'. - CDriverPackage::Install 2010-12-30 02:45:27, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78usb.inf'. - CDriverPackage::Install 2010-12-30 02:45:27, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich7core.inf'. - CDriverPackage::Install 2010-12-30 02:45:28, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelCP2.inf'. - CDriverPackage::Install 2010-12-30 02:45:28, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelIOH.inf'. - CDriverPackage::Install 2010-12-30 02:45:29, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\JasperFo.inf'. - CDriverPackage::Install 2010-12-30 02:45:30, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\NehalMEX.inf'. - CDriverPackage::Install 2010-12-30 02:45:30, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\SNB2009.inf'. - CDriverPackage::Install 2010-12-30 02:45:30, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\Tcreek.inf'. - CDriverPackage::Install 2010-12-30 02:45:31, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\Tcrkahci.inf'. - CDriverPackage::Install 2010-12-30 02:45:31, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.chipset\tcrkusb.inf'. - CDriverPackage::Install 2010-12-30 02:45:31, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.mei\HECI.inf'. - CDriverPackage::Install 2010-12-30 02:45:31, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaAHCI.inf'. - CDriverPackage::Install 2010-12-30 02:45:31, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaStor.inf'. - CDriverPackage::Install 2010-12-30 02:45:31, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_jmicron\1.17.62.00\jraid_f.inf'. - CDriverPackage::Install 2010-12-30 02:45:31, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_nvidia\output\Awy\nvAwy64.inf'. - CDriverPackage::Install 2010-12-30 02:45:32, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_nvidia\output\Ethernet\nvfd6x64.inf'. - CDriverPackage::Install 2010-12-30 02:45:32, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_nvidia\output\sata_ide\nvstor64.inf'. - CDriverPackage::Install 2010-12-30 02:45:32, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_nvidia\output\SMBus\nf4sys.inf'. - CDriverPackage::Install 2010-12-30 02:45:33, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_nvidia\output\SMBus\nfsmb64.inf'. - CDriverPackage::Install 2010-12-30 02:45:33, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\mobo_nvidia\output\SMU\smuc64.inf'. - CDriverPackage::Install 2010-12-30 02:45:33, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\monitor\2209WA\2209WA.inf'. - CDriverPackage::Install 2010-12-30 02:45:46, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\nic_rtlhd\output\rt64win7.inf'. - CDriverPackage::Install 2010-12-30 02:45:46, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\usb3_nec\output\nusb3hub.inf'. - CDriverPackage::Install 2010-12-30 02:45:46, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\boot\usb3_nec\output\nusb3xhc.inf'. - CDriverPackage::Install 2010-12-30 02:45:48, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\install\graphics_atilegacy\output\CH_95951.inf'. - CDriverPackage::Install 2010-12-30 02:45:50, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\install\graphics_nvidia\output\NV_DISP.INF'. - CDriverPackage::Install 2010-12-30 02:45:54, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\install\graphics_nvidia\output\NVDD.inf'. - CDriverPackage::Install 2010-12-30 02:45:58, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\install\graphics_nvidia\output\nvgd.inf'. - CDriverPackage::Install 2010-12-30 02:45:58, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\install\graphics_nvidia\output\NVHDC.inf'. - CDriverPackage::Install 2010-12-30 02:46:01, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\install\graphics_nvidia\output\NVLE.inf'. - CDriverPackage::Install 2010-12-30 02:46:02, Info DISM DISM Driver Manager: PID=1844 Successfully proccessed driver package 'W:\win7\drivers.pre\install\graphics_nvidia\output\nvmt.inf'. - CDriverPackage::Install 2010-12-30 02:46:02, Info DISM DISM Image Session: PID=1844 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Finalizing the servicing provider(DISM Package Manager) - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SOFTWARE 2010-12-30 02:46:02, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SOFTWARE, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2010-12-30 02:46:02, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SYSTEM 2010-12-30 02:46:02, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SYSTEM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2010-12-30 02:46:02, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SECURITY 2010-12-30 02:46:02, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SECURITY, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2010-12-30 02:46:02, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SAM 2010-12-30 02:46:02, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SAM, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2010-12-30 02:46:02, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/COMPONENTS 2010-12-30 02:46:02, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/COMPONENTS, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2010-12-30 02:46:02, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/DEFAULT 2010-12-30 02:46:02, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/DEFAULT, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2010-12-30 02:46:02, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Users/default/ntuser.dat 2010-12-30 02:46:02, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Users/default/ntuser.dat, the client may still need it open. [HRESULT = 0x80070005 - E_ACCESSDENIED] 2010-12-30 02:46:02, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/system32/smi/store/Machine/schema.dat 2010-12-30 02:46:02, Info DISM DISM Package Manager: PID=1844 Finalizing CBS core. - CDISMPackageManager::Finalize 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Disconnecting Provider: DISM Package Manager - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Finalizing the servicing provider(MsiManager) - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Disconnecting Provider: MsiManager - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Finalizing the servicing provider(IntlManager) - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Disconnecting Provider: IntlManager - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Found the PE Provider. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Finalizing the servicing provider(DriverManager) - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Disconnecting Provider: DriverManager - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Finalizing the servicing provider(DISM Unattend Manager) - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Disconnecting Provider: DISM Unattend Manager - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Finalizing the servicing provider(SmiManager) - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Disconnecting Provider: SmiManager - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Finalizing the servicing provider(Edition Manager) - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Disconnecting Provider: Edition Manager - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Releasing the local reference to OSServices. - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Disconnecting Provider: OSServices - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM OS Provider: PID=1844 Successfully unloaded all registry hives. - CDISMOSServiceManager::Final_OnDisconnect 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=1844 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM.EXE: Image session has been closed. Reboot required=no. 2010-12-30 02:46:02, Info DISM DISM.EXE: 2010-12-30 02:46:02, Info DISM DISM.EXE: <----- Ending Dism.exe session -----> 2010-12-30 02:46:02, Info DISM DISM.EXE: 2010-12-30 02:46:02, Info DISM DISM Image Session: PID=4504 Disconnecting the provider store - CDISMImageSession::Final_OnDisconnect 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=4504 Disconnecting Provider: WimManager - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=4504 Disconnecting Provider: FolderManager - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=4504 Found the OSServices. Waiting to finalize it until all other providers are unloaded. - CDISMProviderStore::Final_OnDisconnect 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=4504 Disconnecting Provider: Compatibility Manager - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info DISM DISM Provider Store: PID=4504 Releasing the local reference to DISMLogger. Stop logging. - CDISMProviderStore::Internal_DisconnectProvider 2010-12-30 02:46:02, Info CBS Unloading offline registry hive: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SOFTWARE 2010-12-30 02:46:02, Info CBS Failed to unload offline registry: {bf1a281b-ad7b-4476-ac95-f47682990ce7}R:/mnt/install.wim/Windows/System32/config/SOFTWARE, the client may still need it open. [hrESULT = 0x80070005 - E_ACCESSDENIED] Disturbing, no? I have install_wim_tweak.exe... and i thought this was suppose to help me resolve those access denied problems. Do tell me what you think.
  10. That explains it. Makes me wonder why this happens though. This is official 260.99 drivers. Care to explain why bi_ becomes nothing? heh. BTW there's something really irritating me.. I've been using "%~dp0setup\setup.exe" /s /noreboot /noeula all these while to install the drivers... setup.exe is what you extract from the 260.99 official setup file. My control panel NEVER works. Doesn't even work if I install it MANUALLY. Control panels works ONLY if i press "perform clean install"... which means i need to manually install it. Any idea? Wrote this script to extract it: echo. echo === Extracting driver files %zip% x -y -r -o"%~dp0output\" "%~dp0tmp\Display.Driver\*.*_" >>%~dp0update.log del /q "%~dp0tmp\Display.Driver\*.*_" >>%~dp0update.log move /y "%~dp0tmp\Display.Driver\*" "%~dp0output\" >>%~dp0update.log 7-Zip [64] 9.15 beta Copyright (c) 1999-2010 Igor Pavlov 2010-06-20 Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvapi.dl_ Extracting nvapi.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvapi64.dl_ Extracting nvapi64.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvBridge.km_ Extracting nvBridge.kmd Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvcompiler.dl_ Extracting nvcompiler.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvcompiler32.dl_ Extracting nvcompiler32.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvcuda.dl_ Extracting nvcuda.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvcuda32.dl_ Extracting nvcuda32.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvcuvenc.dl_ Extracting nvcuvenc.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvcuvenc64.dl_ Extracting nvcuvenc64.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvcuvid.dl_ Extracting nvcuvid.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvcuvid32.dl_ Extracting nvcuvid32.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvd3dum.dl_ Extracting nvd3dum.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvd3dumx.dl_ Extracting nvd3dumx.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvdecodemft.dl_ Extracting nvdecodemft.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvdecodemft32.dl_ Extracting nvdecodemft32.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvdrsdb.bi_ Extracting nvdrsdb Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvidia-smi.ex_ Extracting nvidia-smi.exe Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvlddmkm.sy_ Extracting nvlddmkm.sys Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvoglv32.dl_ Extracting nvoglv32.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvoglv64.dl_ Extracting nvoglv64.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvwgf2um.dl_ Extracting nvwgf2um.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\nvwgf2umx.dl_ Extracting nvwgf2umx.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\OpenCL.dl_ Extracting OpenCL.dll Everything is Ok Processing archive: W:\win7\drivers.pre\install\graphics_nvidia\tmp\Display.Driver\OpenCL64.dl_ Extracting OpenCL64.dll Everything is Ok
  11. sorry, uploaded now. thanks rick... as usual.. always there for the community since ryanvm.
  12. I think I did everything you've mentioned, but help me double check this: This is a crappy script I use to extract everything one shot and have the files i need in output dir @echo off set zip="%ProgramW6432%\7-Zip\7z.exe" rem -------------------------------------------------------------------------------- echo. echo === Cleaning up directories rd /s /q "%~dp0tmp\" >%~dp0update.log mkdir "%~dp0tmp\" >>%~dp0update.log rd /s /q "%~dp0output\" >>%~dp0update.log mkdir "%~dp0output\" >>%~dp0update.log rem -------------------------------------------------------------------------------- echo. echo === Extracting setup file for %%f in ("%~dp0setup\*_legacy_vista32-64_dd_ccc.exe") do ( %zip% x -y -r -o"%~dp0tmp" "%%f" >%~dp0update.log >>%~dp0update.log ) rem -------------------------------------------------------------------------------- echo. echo === Listing files in main directory: dir /b /ogne "%~dp0tmp\$_OUTDIR\Packages\Drivers\Display\LH6A_INF\" xcopy /q /y "%~dp0tmp\$_OUTDIR\Packages\Drivers\Display\LH6A_INF\*.inf" "%~dp0output" >>%~dp0update.log xcopy /q /y "%~dp0tmp\$_OUTDIR\Packages\Drivers\Display\LH6A_INF\*.cat" "%~dp0output" >>%~dp0update.log rem -------------------------------------------------------------------------------- for /f "tokens=*" %%f in ('dir /b /ad "%~dp0tmp\$_OUTDIR\Packages\Drivers\Display\LH6A_INF\"') do ( echo. echo === Extracting files from %%f mkdir "%~dp0output\%%f" >>%~dp0update.log %zip% x -y -r -o"%~dp0output\%%f" "%~dp0tmp\$_OUTDIR\Packages\Drivers\Display\LH6A_INF\%%f\*.*_" >>%~dp0update.log del /q "%~dp0tmp\$_OUTDIR\Packages\Drivers\Display\LH6A_INF\%%f\*.*_" >>%~dp0update.log xcopy /q /y "%~dp0tmp\$_OUTDIR\Packages\Drivers\Display\LH6A_INF\%%f\*" "%~dp0output\%%f\" >>%~dp0update.log ) echo. echo === Cleaning up directories rd /s /q "%~dp0tmp\" >>%~dp0update.log mkdir "%~dp0tmp\" >>%~dp0update.log pause and my output: Volume in drive W is workhome Volume Serial Number is 8CA3-D0EB Directory of W:\win7\drivers.pre\install\graphics_atilegacy\output 2010-12-28 10:32 PM <DIR> . 2010-12-28 10:32 PM <DIR> .. 2010-12-28 10:32 PM <DIR> B_95503 2010-02-19 06:31 AM 76,482 CH_95951.cat 2010-02-19 06:31 AM 186,699 CH_95951.inf 2 File(s) 263,181 bytes Directory of W:\win7\drivers.pre\install\graphics_atilegacy\output\B_95503 2010-12-28 10:32 PM <DIR> . 2010-12-28 10:32 PM <DIR> .. 2010-02-11 12:49 PM 51,712 amdpcom32.dll 2010-02-11 12:49 PM 52,224 amdpcom64.dll 2010-02-11 01:29 PM 43,520 ati2edxx.dll 2010-02-11 12:34 PM 53,248 ati2erec.dll 2010-02-11 01:29 PM 325,632 ati2evxx.dll 2010-02-11 01:29 PM 952,320 ati2evxx.exe 2010-02-11 12:48 PM 168,448 atiadlxx.dll 2010-02-11 12:48 PM 135,168 atiadlxy.dll 2008-10-22 01:51 AM 118,784 atibrtmon.exe 2010-02-11 12:43 PM 53,248 aticalcl.dll 2010-02-11 12:43 PM 42,496 aticalcl64.dll 2010-02-11 12:42 PM 3,235,840 aticaldd.dll 2010-02-11 12:43 PM 4,197,888 aticaldd64.dll 2010-02-11 12:43 PM 53,248 aticalrt.dll 2010-02-11 12:43 PM 50,688 aticalrt64.dll 2010-02-11 01:32 PM 442,368 atidemgx.dll 2010-02-11 01:21 PM 2,396,160 atidxx32.dll 2010-02-11 01:29 PM 59,392 atiedu64.dll 2009-04-24 06:29 AM 189,051 atiicdxx.dat 2010-02-11 03:42 PM 5,352,960 atikmdag.sys 2010-02-11 01:30 PM 12,800 atimuixx.dll 2010-02-11 01:19 PM 15,983,104 atio6axx.dll 2009-04-17 12:19 AM 15,577 atiogl.xml 2010-02-11 12:58 PM 11,513,856 atioglxx.dll 2010-02-11 01:30 PM 416,768 atipdl64.dll 2010-02-11 01:30 PM 348,160 atipdlxx.dll 2010-02-11 01:30 PM 120,320 atitmm64.dll 2010-02-11 01:12 PM 5,205,504 atiumd64.dll 2010-02-11 01:03 PM 152,496 atiumd6a.cap 2010-02-11 01:05 PM 5,025,792 atiumd6a.dll 2010-02-11 01:17 PM 3,839,488 atiumdag.dll 2010-02-11 01:00 PM 152,496 atiumdva.cap 2010-02-11 01:00 PM 4,946,432 atiumdva.dll 2010-02-11 01:30 PM 274,432 oemdspif.dll 34 File(s) 65,981,620 bytes Total Files Listed: 36 File(s) 66,244,801 bytes 5 Dir(s) 5,579,350,016 bytes free dism: Installing 43 of 49 - W:\win7\drivers.pre\install\graphics_atilegacy\output\CH_95951.inf: The driver package was successfully installed.
  13. attached. I cannot comprehend anything in this huge file.... you fellas must be geniuses to understand this. setupapi.offline.zip
  14. Deployment Image Servicing and Management tool Version: 6.1.7600.16385 Image Version: 6.1.7600.16385 Searching for driver packages to install... Found 49 driver package(s) to install. Installing 1 of 49 - W:\win7\drivers.pre\boot\mobo_amd\10.12\amd_sata.inf: The driver package was successfully installed. Installing 2 of 49 - W:\win7\drivers.pre\boot\mobo_amd\10.12\AtiPcie.inf: The driver package was successfully installed. Installing 3 of 49 - W:\win7\drivers.pre\boot\mobo_amd\10.12\USBFilter.inf: The driver package was successfully installed. Installing 4 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougahci.inf: The driver package was successfully installed. Installing 5 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougcore.inf: The driver package was successfully installed. Installing 6 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\CougHAud.inf: The driver package was successfully installed. Installing 7 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougide.inf: The driver package was successfully installed. Installing 8 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougsmb.inf: The driver package was successfully installed. Installing 9 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\cougusb.inf: The driver package was successfully installed. Installing 10 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\couide2.inf: The driver package was successfully installed. Installing 11 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexahci.inf: The driver package was successfully installed. Installing 12 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexcore.inf: The driver package was successfully installed. Installing 13 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexid2.inf: The driver package was successfully installed. Installing 14 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexide.inf: The driver package was successfully installed. Installing 15 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexsmb.inf: The driver package was successfully installed. Installing 16 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ibexusb.inf: The driver package was successfully installed. Installing 17 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78id2.inf: The driver package was successfully installed. Installing 18 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78ide.inf: The driver package was successfully installed. Installing 19 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich78usb.inf: The driver package was successfully installed. Installing 20 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\ich7core.inf: The driver package was successfully installed. Installing 21 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelCP2.inf: The driver package was successfully installed. Installing 22 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\IntelIOH.inf: The driver package was successfully installed. Installing 23 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\JasperFo.inf: The driver package was successfully installed. Installing 24 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\NehalMEX.inf: The driver package was successfully installed. Installing 25 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\SNB2009.inf: The driver package was successfully installed. Installing 26 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\Tcreek.inf: The driver package was successfully installed. Installing 27 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\Tcrkahci.inf: The driver package was successfully installed. Installing 28 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.chipset\tcrkusb.inf: The driver package was successfully installed. Installing 29 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.mei\HECI.inf: The driver package was successfully installed. Installing 30 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaAHCI.inf: The driver package was successfully installed. Installing 31 of 49 - W:\win7\drivers.pre\boot\mobo_intel\output.rst\iaStor.inf: The driver package was successfully installed. Installing 32 of 49 - W:\win7\drivers.pre\boot\mobo_jmicron\1.17.62.00\jraid_f.inf: The driver package was successfully installed. Installing 33 of 49 - W:\win7\drivers.pre\boot\mobo_nvidia\output\Awy\nvAwy64.inf: The driver package was successfully installed. Installing 34 of 49 - W:\win7\drivers.pre\boot\mobo_nvidia\output\Ethernet\nvfd6x64.inf: The driver package was successfully installed. Installing 35 of 49 - W:\win7\drivers.pre\boot\mobo_nvidia\output\sata_ide\nvstor64.inf: The driver package was successfully installed. Installing 36 of 49 - W:\win7\drivers.pre\boot\mobo_nvidia\output\SMBus\nf4sys.inf: The driver package was successfully installed. Installing 37 of 49 - W:\win7\drivers.pre\boot\mobo_nvidia\output\SMBus\nfsmb64.inf: The driver package was successfully installed. Installing 38 of 49 - W:\win7\drivers.pre\boot\mobo_nvidia\output\SMU\smuc64.inf: The driver package was successfully installed. Installing 39 of 49 - W:\win7\drivers.pre\boot\monitor\2209WA\2209WA.inf: The driver package was successfully installed. Installing 40 of 49 - W:\win7\drivers.pre\boot\nic_rtlhd\output\rt64win7.inf: The driver package was successfully installed. Installing 41 of 49 - W:\win7\drivers.pre\boot\usb3_nec\output\nusb3hub.inf: The driver package was successfully installed. Installing 42 of 49 - W:\win7\drivers.pre\boot\usb3_nec\output\nusb3xhc.inf: The driver package was successfully installed. Installing 43 of 49 - W:\win7\drivers.pre\install\graphics_atilegacy\output\CH_95951.inf: The driver package was successfully installed. Installing 44 of 49 - W:\win7\drivers.pre\install\graphics_nvidia\output\NV_DISP.INF: Error - An error occurred. The driver package could not be installed. For more information, check for log files in the <windir>\inf folder of the target image. Installing 45 of 49 - W:\win7\drivers.pre\install\graphics_nvidia\output\NVDD.inf: Error - An error occurred. The driver package could not be installed. For more information, check for log files in the <windir>\inf folder of the target image. Installing 46 of 49 - W:\win7\drivers.pre\install\graphics_nvidia\output\nvgd.inf: Error - An error occurred. The driver package could not be installed. For more information, check for log files in the <windir>\inf folder of the target image. Installing 47 of 49 - W:\win7\drivers.pre\install\graphics_nvidia\output\NVHDC.inf: Error - An error occurred. The driver package could not be installed. For more information, check for log files in the <windir>\inf folder of the target image. Installing 48 of 49 - W:\win7\drivers.pre\install\graphics_nvidia\output\NVLE.inf: Error - An error occurred. The driver package could not be installed. For more information, check for log files in the <windir>\inf folder of the target image. Installing 49 of 49 - W:\win7\drivers.pre\install\graphics_nvidia\output\nvmt.inf: Error - An error occurred. The driver package could not be installed. For more information, check for log files in the <windir>\inf folder of the target image. Error: 2 The command completed with errors. For more information, refer to the log file. The DISM log file can be found at C:\Windows\Logs\DISM\dism.log OK nevermind... now to figure out why... yeah why? does anybody already know? ATI should work though, though it doesnt
×
×
  • Create New...