I have simultaneous implementations of TL 2008, TL 2010 and TL 2011 on my Windows XP machine. However after installing TL 2011, I find that I cannot run the TeXLive Manager for 2008. The path for the TL 2008 manager is still correct:
C:\>"C:\Program Files\texlive\2008\bin\win32\tlmgr.bat" gui
A dos window pops up and gives me this message:
Loading local TeX Live Database
This may take some time, please wait!
TeXLive::TLUtils::setup_programs (w32) failed at C:/texlive/2011/tlpkg/TeXLive/TLUtils.pm line 2192.
C:\texlive\2011\tlpkg\installer\wget\wget.exe --version failed (status 256):
Output is:
wget: WGETRC points to C:/texlive/2011/tlpkg/installer/wgetrc, which doesn't exist.
Couldn't set up the necessary programs.
Installation of packages is not supported.
Please report to texlive@tug.org.
Continuing anyway ...
Completed.
Any suggestions as to how to correct this behaviour?
Updated: Contents of tlmgr.bat
@echo off
rem tl-w32-starter.bat
rem universal script starter, batch file part
rem this program calls the tl-w32-wrapper.texlua
setlocal
set ownpath=%~dp0%
texlua "%ownpath%tl-w32-wrapper.texlua" "%~dpn0" %*
endlocal
tlmgr.batlook like? It seems to be pointing to your/texlive/2011folder rather than/texlive/2008.texlua? That is, useC:\Program Files\texlive\2008\bin\win32\texluainstead of justtexlua.