1)  line 3 of file application/helper/constants_helper.php:
define('MAIN_ADDRESS',"192.168.2.100/Web/BurgeCMF/Web");
2) line 3 of file application/helper/constants_helper.php:
Dose not end with "/" but your address
3) After line 32 put  echo $_SERVER['REQUEST_URI']; exit(); and then url admin/install:
/admin/install
4) added also echo $index.'<br>';echo HOME_URL;exit()" after line 32  and ran url again:
3
192.168.2.100/Web/BurgeCMF/Web
--------------------------------------------------------------------------------
I am assuming now that I should be putting my website main domain.
I would assume as follows:
"http://subdomain.mydomain.com"