Forum

FAQs and other general questions are answered here
User avatar
By Albannach
#30008
Hi,

I've downloaded the latest version of BFBM, but it won't install. I get a message insisting that the previous version is still installed and that I need to uninstall it. The previous version is uninstalled and does not appear in any of the uninstallers I've tried.

Any ides on where to look next?

Cheers
Andy
User avatar
By BfBotManager
#30009
Try to login as Administrator, then check installed programs and remove any previous versions. Also try running setup as Administrator and then try to install it.
User avatar
By Albannach
#30010
Nothing I tried worked, until I remembered an old command from back in the day!

I listed all of the installed programs from a command line using 'wmic product get name, version' (without the single quotations) and that listed Bf Bot Manager V3. So I uninstalled BFBM again using wmic with this command 'wmic product where "name='Bf Bot Manager V3'" call uninstall' (without the outside single quotations, the single quotations after name= are needed.)

I was then able to install the new version of BFBM