I have a feeling that the issue mentioned in the thread http://forum.driverpacks.net/viewtopic.php?id=796 has not been fully solved.

I was getting a BSOD with a STOP 0x7B when installing on a SiS RAID 180 controller, and I think the following might need to be changed in txtsetup.inf:

PCI\VEN_1039&DEV_0180="sisraid1"
PCI\VEN_1039&DEV_0181="sisraid"
PCI\VEN_1039&DEV_0182="sisraid2"

change to:
PCI\VEN_1039&DEV_0180="sisraid"
PCI\VEN_1039&DEV_0181="sisraid1"
PCI\VEN_1039&DEV_0182="sisraid2"

--------------------------------------------------------------

sisraid1="SiS 180 RAID Controller"
sisraid="SiS 181 RAID Controller"
sisraid2="SiS 182 RAID Controller"

change to:
sisraid1="SiS 181 RAID Controller"
sisraid="SiS 180 RAID Controller"
sisraid2="SiS 182 RAID Controller"

I may be wrong, but I think that the correct driver for 180 is sisraid.sys, not sisraid1.sys as I used F6 (after getting rid of winnt.sif MsDosInitiated=0) and loaded sisraid.sys and did not get any more BSODs, and since the OP in the mentioned thread is saying the same thing.

BTW, this was on two different machines with two different motherboards and two different HDDs, the only thing in common was the chipset (SiS 964 south bridge) and what I did to get it working.

I'm getting the following error when testing in VMWare with newest Base and driverpacks.
I'm using method 2, KTD, and running DPsFnshr from GuiRunOnce.

http://www.klssys.com/dpsfnshr_error.GIF

I'm having the exact same problem too (using method 2 with KTD, and I get the error message on screen and in the log).

Let me know how I can help with testing or what info I can post.