I am trying to remove all reference to 'Business Objects' on my machine as my previous install was not right and doesnt give option to uninstall.

I am able to delete one by one with find next (f3 => and delete), but this takes long time.

Is there a good way to search all references and delete them all at a time.

Am on Windows 2008 Server R2.

link|improve this question
programmatically? – Mauricio May 30 '11 at 23:13
Not sure how can this be acheived programmatcially. Is there any vb script to do this? or is done differently ? – Nev_Rahd May 30 '11 at 23:16
feedback

migrated from stackoverflow.com May 31 '11 at 14:18

This question came from our site for professional and enthusiast programmers.

3 Answers

When uninstalling, use RevoUninstaller and then CCleaner. This'll get just about every reference relatively safely.

link|improve this answer
Revo – Nitrodist May 31 '11 at 15:22
Thx for the link. – music2myear May 31 '11 at 16:37
feedback

I use Registry Workshop. You can use the free trial to search for entries and delete them.

link|improve this answer
feedback

I've had good luck with Nirsoft's RegScanner - seems way faster than F3 in regedit.exe.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown