Patrick,
This issue does not sound familiar, but there is a way to tr extracting more diag information from the uninstaller. You could uninstall by running
Code:msiexec.exe /uninstall your.msi /l*v logfile.txt
It will produce a log file with possible clues. MSI logs are pretty frustrating to read - they have lots of clutter and very little of usable information, yet there may be some. For more details about msiexec options, please run "msiexec /?".
Please let us know if this information was helpful.
Best regards,
UltiDev Team.
Please donate at
http://www.ultidev.com/products/Donate.aspx to help us improve our products.