Comment 21 for bug 365501

Revision history for this message
petebisson (o-launchpad-bisson-co-uk) wrote : Re: wubi-r129.exe does nothing.

Actually I found an easier method:

INSTALL:
Create a new text file containing these two lines:

SET PYTHONCASEOK=
wubi.exe

Save the file with the name wubi-install.bat in the same folder as your downloaded wubi.exe

Double click the wubi-install.bat batch file to install.

UNINSTALL
Create a new text file containing these two lines:

SET PYTHONCASEOK=
uninstall-wubi.exe

Save the file with the name wubi-uninstall.bat in the same folder as your uninstaller
(Default is C:\ubuntu)

Double click the wubi-uninstall.bat batch file to uninstall.

Both these batch files are in the attached zip file.

-
@Agostino :

I tried adding

SetEnvironmentVariable("PYTHONCASEOK", NULL);

to pyrun.c and rebuilding, but it doesn't seem to work.

Adding "-E" to argv[] wouldn't be a good idea, as that would prevent all the other PYTHON* environment variables working :-)