On 4/24/07, Tom Spear speeddymon@gmail.com wrote:
All previous patches are obsoleted by this one.
Instead of just checking HKLM for uninstall entries, check HKCU as well.
+ if (!entries) + entries = HeapAlloc(GetProcessHeap(), 0, sizeof(uninst_entry));
You're still mixing tabs and spaces.