I am attempting to install TeX Live 2011 on a Windows Vista machine. The steps I followed were:
- Downloaded
install-tl.zipfrom http://tug.org/texlive/acquire-netinstall.html. - Double clicked on the directory to unzip it.
- Launched
install-tlfrom the unzipped directory.
Now, I am attempting to update the packages to the current release by
launching TeX Live Manager 2011. I select the following from the tlmgr pull-down menu:
Load default net repository:http://mirror.ctan.org/systems/texlive/tlnet
The clicking on Update all installed button I get:
Fundamental package texlive.infra not present, uh oh, goodbye
Surprisingly there is no mention of texlive.infra on this site.
The output of tlmgr show texlive.infra is below:

Similar error with tlmgr update --self --all:

Werner's suggestion to use tlmgr install bin-texlive texlive.infra seemed promising but yields the same message:

Any suggestions as to what to do to resolve this?


tlmgr show texlive.infraanswer? – egreg Dec 28 '11 at 19:09tlmgr update --self --all? – Werner Dec 28 '11 at 20:22