<div dir="ltr"><div><div>Hi AndrĂ©,<br><br></div>I don't see a postinstall.log but this is inside the postinstall.bat file wrt qgis.bat:<br><br>echo Running postinstall qgis.bat...>>postinstall.log 2>&1<br>%COMSPEC% /c etc\postinstall\qgis.bat>>postinstall.log 2>&1<br>ren etc\postinstall\qgis.bat qgis.bat.done>>postinstall.log 2>&1<br><br></div><div>the qgis.bat file in etc\postinstall reads:<br>---------------------------------------------------------------------------------------------------------------------------<br>textreplace -std -t bin\qgis.bat<br>textreplace -std -t bin\qgis-browser.bat<br>textreplace -std -t bin\qgis-designer.bat<br>textreplace -std -t bin\python-qgis.bat<br><br>REM get short path without blanks<br>for %%i in ("%OSGEO4W_ROOT%") do set O4W_ROOT=%%~fsi<br>if "%OSGEO4W_DESKTOP%"=="" set OSGEO4W_DESKTOP=~$folder.common_desktop$<br><br>if not %OSGEO4W_MENU_LINKS%==0 mkdir "%OSGEO4W_STARTMENU%"<br>if not %OSGEO4W_MENU_LINKS%==0 nircmd shortcut "%O4W_ROOT%\bin\nircmd.exe" "%OSGEO4W_STARTMENU%" "QGIS Desktop 2.14.3" "exec hide %O4W_ROOT%\bin\qgis.bat" "%O4W_ROOT%\apps\qgis\icons\QGIS.ico"<br>if not %OSGEO4W_MENU_LINKS%==0 nircmd shortcut "%O4W_ROOT%\bin\nircmd.exe" "%OSGEO4W_STARTMENU%" "QGIS Browser 2.14.3" "exec hide %O4W_ROOT%\bin\qgis-browser.bat" "%O4W_ROOT%\apps\qgis\icons\browser.ico"<br>if not %OSGEO4W_MENU_LINKS%==0 nircmd shortcut "%O4W_ROOT%\bin\nircmd.exe" "%OSGEO4W_STARTMENU%" "Qt Designer with QGIS 2.14.3 custom widgets" "exec hide """%OSGEO4W_ROOT%\bin\qgis-designer.bat"" "%O4W_ROOT%\apps\qgis\icons\QGIS.ico"<br><br>if not %OSGEO4W_DESKTOP_LINKS%==0 mkdir "%OSGEO4W_DESKTOP%"<br>if not %OSGEO4W_DESKTOP_LINKS%==0 nircmd shortcut "%O4W_ROOT%\bin\nircmd.exe" "%OSGEO4W_DESKTOP%" "QGIS Desktop 2.14.3" "exec hide %O4W_ROOT%\bin\qgis.bat" "%O4W_ROOT%\apps\qgis\icons\QGIS.ico"<br>if not %OSGEO4W_DESKTOP_LINKS%==0 nircmd shortcut "%O4W_ROOT%\bin\nircmd.exe" "%OSGEO4W_DESKTOP%" "QGIS Browser 2.14.3" "exec hide %O4W_ROOT%\bin\qgis-browser.bat" "%O4W_ROOT%\apps\qgis\icons\browser.ico"<br>if not %OSGEO4W_DESKTOP_LINKS%==0 nircmd shortcut "%O4W_ROOT%\bin\nircmd.exe" "%OSGEO4W_DESKTOP%" "Qt Designer with QGIS 2.14.3 custom widgets" "exec hide %O4W_ROOT%\bin\qgis-designer.bat" "%O4W_ROOT%\apps\qgis\icons\QGIS.ico"<br><br>set OSGEO4W_ROOT=%OSGEO4W_ROOT:\=\\%<br>textreplace -std -t "%O4W_ROOT%\apps\qgis\bin\qgis.reg"<br>nircmd elevate "%WINDIR%\regedit" /s "%O4W_ROOT%\apps\qgis\bin\qgis.reg"<br>---------------------------------------------------------------------------------------------------------------------------<br></div><div>I loaded 2.14.4 this afternoon with the same result.<br><br></div><div>Thank you for your interest.<br><br></div><div>Chris<br></div><div class="gmail_extra"><br><div class="gmail_quote">On 21 July 2016 at 15:05, Andre Joost <span dir="ltr"><<a href="mailto:andre+joost@nurfuerspam.de" target="_blank">andre+joost@nurfuerspam.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="">Am 21.07.2016 um 11:54 schrieb Chris Berens:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Right, working.<br>
<br>
I copied and renamed the qgis.bat.tmpl file as qgis.bat and added<br>
PATH %systemroot%\system32; %systemroot%; %systemroot%\system32\wbem<br>
after the first @ECHO off line. (thanks M H , Polygeo and underdark for<br>
your sharing on this)<br>
</blockquote>
<br></span>
This should have been done by the installer.<br>
<br>
Take a look into C:\Program Files\QGIS Essen\postinstall.log to see why the installer did hang up.<br>
<br>
HTH,<br>
AndrĂ© Joost<br>
<br>
<br>
_______________________________________________<br>
Qgis-user mailing list<br>
<a href="mailto:Qgis-user@lists.osgeo.org" target="_blank">Qgis-user@lists.osgeo.org</a><br>
List info: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a><br>
Unsubscribe: <a href="http://lists.osgeo.org/mailman/listinfo/qgis-user" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/qgis-user</a></blockquote></div><br></div></div>