I've been looking around SO, but didn't find the definitive answer. I want to set up automatic crash dump generation on a production machine so that whenever a crash or hang happens, the dump will be saved to the disk without user's intervention.
I'd like to have a single solution that would handle both managed and unmanaged code on Windows XP (32bit) and Windows 7 (32bit) with minimum additional dependencies.
Any tips?