Just a tip:
You can setup a local machine Windows Vista and Windows 7 to save always a crash dumps. Might be helpful for dvelopment.
All you need are some settings in the WER of Windows.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows\\Windows Error Reporting\\LocalDumps]
"DumpType"=dword:00000001
"DumpCount"=dword:00000010
"DumpFolder"=hex(2):25,00,4c,00,4f,00,43,00,41,00,4c,00,41,00,50,00,50,00,44,\ 00,41,00,54,00,41,00,25,00,5c,00,43,00,72,00,61,00,73,00,68,00,44,00,75,00,\ 6d,00,70,00,73,00,00,00
DumpFolder simply contains the text: %LOCALAPPDATA%\\CrashDumps
It is documented here:
Collecting User-Mode Dumps
http://msdn.microsoft.com/en-us/library/bb787181(VS.85).aspx