Topic: FIX_HDC needs TXTSETUP.SIF for Win7x64 DP_MassStorage_wnt6-x64
I need to generate TXTSETUP.SIF for Windows 7 x64 so that I can use FIX_HDC to inject x64 Mass storage drivers to the offline win7.
Here is what I did so far to fix a BSOD:
1) Created a WinPE3.0 boot cd using MAKE_PE3 built on WIN7x64 and WAIK 3.0
2) Booted the CD on a cloned win7 x64 (different hardware)
2) Added the FIX_HDC.bat to X:\windows\system32 (since the batch doesn't care)
3) Added devcon.exe to X:\windows\system32 and X:\windows\sysWoW64 (x64 version from Windows Driver Kit (WDK))
4) Copied TXTSETUP.SIF to X:\windows (from my old xp based UBCD4WIN with integrated 32bit Driverpacks.net Mass Storage)
5) Search and replaced iastor86 with iastor in X:\windows\TXTSETUP.SIF
6) Search and replaced symmpi with lsi_sas in X:\windows\TXTSETUP.SIF
7) Search and replaced iastor78 with iastor in X:\windows\TXTSETUP.SIF
8) Ran FIX_HDC.bat
9) Compared the results to device manager in WinPE3.0
10) Removed the cd
11) Rebooted and no more BSOD
If someone can help me create a TXTSETUP.SIF from DP_MassStorage_wnt6-x64 I will have a cool way to fix BSOD without editing my old x86 file every time.
I am so close on this. Just need a little help.