Page 1 of 1

Can't install latest version

Posted: Sun Jan 05, 2025 5:35 pm
by Albannach
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

Re: Can't install latest version

Posted: Sun Jan 05, 2025 8:50 pm
by BfBotManager
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.

Re: Can't install latest version

Posted: Sun Jan 05, 2025 11:08 pm
by Albannach
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