http://bugs.winehq.org/show_bug.cgi?id=32449
Jason Edmeades us@edmeades.me.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |us@edmeades.me.uk
--- Comment #8 from Jason Edmeades us@edmeades.me.uk 2012-12-21 16:21:46 CST --- Guy, can you please expand on exactly how you got to that batch pgm, when you think it runs as part of the process.
Note it doesnt surprise me that it fails as part of that batch program relies on delayed expansion, which is the only bit of functionality that I am aware of that is missing from cmd at the moment - something I plan to resolve next, although it'll probably be the new year before I start on this not I have the set/a stuff in today :-)
However, I traced the installer (WINEDEBUG=+cmd wine QGIS....exe) and it doesnt call that batch. addpath is added post install, so whilst it may be run as part of the main launch, it isnt setting the registry wrong at install time per-se. (I checked and it didnt mention addpath anywhere in the postinstall script run)
Also that script only modifies the current environment so it feels like its used during the launch of something. I note the icons, for example, launch grass64.bat (with e.g. -text)
So basically, are you sure its the installer that should set these, rather than the launcher of the program, and is it all 3 that are missing (PYTHONHOME, PYTHONPATH, PATH). For someone who has never seen this software, if I run the installer, what do I run next from the command prompt (and from where) and what should I see if its working (I assume I can set those variables as described, and I should see the working case).