Jurgen

1. here is the output of ver

C:\Users\antonio>ver
Microsoft Windows [Versione 6.1.7601]

2. in C:\OSGeo4W\etc\postinstall I find the file
api-ms-win-core-path-HACK.bat.done
which contains:

setlocal enabledelayedexpansion

for /f "tokens=*" %%v in ('ver') do set v=%%v
set v=%v:*[Version =%
for /f "tokens=1-2 delims=." %%a in ("%v%") do (
        set run=1
        if %%a gtr 6 set run=0
        if %%a equ 6 and %%b geq 2 set run=0
        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
)

endlocal

It seems that the rename was done but in reality was not but I do not
understand why.

Does it depend on the version of my os  or on the fact that I am using an
italian version of Win7?
Could it be this  row:   set v=%v:*[Version =%   ?

I hope this givesyou some hints to solve the problem.

Antonio
_______________________________________________
Qgis-user mailing list
[email protected]
List info: https://lists.osgeo.org/mailman/listinfo/qgis-user
Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-user

Reply via email to