http://bugs.winehq.org/show_bug.cgi?id=32449
--- Comment #9 from Guy Roussin guy.roussin@teledetection.fr 2012-12-24 11:00:22 CST --- Thank you Jason for your quick answer.
I think you are right. addpath seems not use during installation.
The main program is launch with "%OSGEO4W_ROOT%"\bin\qgis.bat with %OSGEO4W_ROOT% = install path (i use c:\qgis\bin\qgis.bat)
I notice that only PYTHONPATH is required to start bin/qgis.bat (no need PYTHONHOME or PATH) You only need this to start qgis (wine 1.5.20): PYTHONPATH=c:\QGIS\apps\Python27\Lib;c:\QGIS\apps\Python27\Lib\site-packages
I notice also that i need to edit qgis.bat because the start command do not accept syntax : start "xxx" /B file.bat but start /B file.bat
i add echo %PATH% to qgis.bat and it seems that PATH is correct (i don't try with spaces in paths)
Thank you again.