Is there a tutorial (step-by-step / How-to / YouTube) availabe for installation of phpMyFaq on a Windows server ? I'm not familiar with the setup of web-servers (I 've added the role "IIS" with defaults, just added CGI enabled) and Linux is "far-away-from-my-bed". Even more, PHP is something completely new for me

I have:
- Server 2016 with IIS (CGI enabled)
- PostGreSQL 9.6 with pgAdmin to access the database server
- Installed PHP Version 7.3.6
Also, I've enabled the following extension in C:\PHP\php.ini
- extension=curl
- extension=fileinfo
- extension=gd2
- extension=pgsql
So far, when I open http://127.0.0.1/FAQ/Setup/index.php, I receive a message:
"It seems you're already running a version of phpMyFAQ. Please use the update script"
This is not the case, as my database is an empty database. So I cannot run an update script. So far, seems logic. But what step did I mis ? Or was it not necesarry to create an empty database ?
Any help is welcome.
Best regards,
Yoshi