Thanks @catacaustic – this did the trick. When I said “Tried explicitly declaring it in PHP.INI”, I had mis-typed the extension name do just ‘extension=mysqli.dll’ instead of the correct ‘extension=php_mysqli.dll’. Now I get all the mysqli details in my phpinfo(), and the install completed.
Now I can get to work!