<div dir="ltr"><div>Jurgen</div><div><br></div><div>1. here is the output of ver <br></div><div><br></div><div>C:\Users\antonio>ver<br>Microsoft Windows [Versione 6.1.7601]</div><div><br></div><div>2. in C:\OSGeo4W\etc\postinstall I find the file api-ms-win-core-path-HACK.bat.done</div><div>which contains:</div><div><br></div><div>setlocal enabledelayedexpansion<br><br>for /f "tokens=*" %%v in ('ver') do set v=%%v<br>set v=%v:*[Version =%<br>for /f "tokens=1-2 delims=." %%a in ("%v%") do (<br>        set run=1<br>        if %%a gtr 6 set run=0<br>        if %%a equ 6 and %%b geq 2 set run=0<br>        if !run! equ 1 ren bin\api-ms-win-core-path-l1-1-0.dll.w7 api-ms-win-core-path-l1-1-0.dll<br>)<br><br>endlocal</div><div><br></div><div>It seems that the rename was done but in reality was not but I do not understand why.</div><div><br></div><div>Does it depend on the version of my os  or on the fact that I am using an italian version of Win7?</div><div>Could it be this  row:  
set v=%v:*[Version =%   ?</div><div><br></div><div>I hope this givesyou some hints to solve the problem.</div><div></div><div><br></div><div>Antonio</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>