Windows can't move the config.php during setup using rename because a config.php already exists in the inc folder. Adding ``` if(!rename('../inc/config.php', '../inc/config.org')) sendBack('Failed to rename config file'); ``` at about line 109 solves it