Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6204607
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T05:07:36+00:00 2026-05-24T05:07:36+00:00

In new versions of Mathematica we have fully functional old-fashioned Mathematica Help Browser .

  • 0

In new versions of Mathematica we have fully functional old-fashioned Mathematica Help Browser. But the legacy documentation of version 5 is not included in new versions of Mathematica. This legacy documentation takes only 209 МB of disk space and it would be useful to have it accessible from within the new versions of Mathematica.

Having Mathematica 5.2 and Mathematica 7 or 8 installed on the same machine, how can one make the legacy documentation accessible from within a new version through the old-fashioned Help Browser?

I tried to copy the Documentation folder from

C:\Program Files\Wolfram Research\Mathematica\5.2\Documentation

to

C:\Documents and Settings\All Users\Application Data\Mathematica\Application\LegacyDocumenation

and inside of the legacy Help Browser now appear “Help Browser” as an AddOn. But it does not work properly.

Some useful information on tuning the appearance of the Help Browser in Mathematica 5 can be found here. But I do not know how to apply this to new versions of Mathematica.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T05:07:36+00:00Added an answer on May 24, 2026 at 5:07 am

    The solution

    Incidentally I have found the way to add all Mathematica 5.2 documentation to the legacy Help Browser in new versions of Mathematica.

    The key is the “HelpBrowserSetup.tr” file located in the directory (under Windows)

    C:\Program Files\Wolfram Research\Mathematica\7.0\SystemFiles\FrontEnd\TextResources
    

    One should replace its contents with:

    @@resource HelpBrowserSetup
    BrowserCategory["Help Browser", None, {
        HelpDirectoryListing[{"RefGuide"}, False],
        HelpDirectoryListing[{"AddOns"}, False],
        HelpDirectoryListing[{"MainBook"}, False],
        HelpDirectoryListing[{"OtherInformation"}, False],
        HelpDirectoryListing[{"GettingStarted"}, False],
        HelpDirectoryListing[{"Tour"}, False],
        HelpDirectoryListing[{"Demos"}, False],
        BrowserCategory["Master Index", None, {HelpMasterIndex[]}]
    }]
    

    Then, the “Documentation” folder from the $InstallationDirectory of Mathematica 5.2 should be copied to the $InstallationDirectory of new version of Mathematica with replacement (one unimportant file will be replaced). Another possibility is to copy it to directory (under Windows)

    C:\Documents and Settings\All Users\Application Data\Mathematica
    

    (probably the $UserBaseDirectory is also appropriate).

    Now start Mathematica and evaluate

    FrontEndTokenExecute["HelpDialog"]
    

    The legacy Help Browser will open and will contain all the documentation from the version 5.2!

    screenshot

    Edit

    I just have found even simpler solution. One may modify the “HelpBrowserSetup.tr” file as follows:

    @@resource HelpBrowserSetup
    HelpDirectoryListing[SystemHelpPath, False, True, True]
    

    (or simply copy with replacement this file from the version 5.2 installation to the new version’s folder).

    Addition for those who have Mathematica 5.2 installed

    You need not to copy the Documentation. You have two possibilities:

    1.) Copy only the “HelpBrowserSetup.tr” file from the version 5.2 installation to new version’s folder. Then evaluate something like

    SetOptions[$FrontEnd, 
     SystemHelpPath -> 
      Union[SystemHelpPath /. 
        Options[$FrontEnd, 
         SystemHelpPath], {"C:/Program Files/Wolfram \
    Research/Mathematica/5.2/"}]]
    

    (where “C:/Program Files/Wolfram Research/Mathematica/5.2/” is the $InstallationDirectory of Mathematica 5.2).

    2.) Just modify the “HelpBrowserSetup.tr” file as follows (but in this case all installed pre-version 6 Add-Ons will not appear in the legacy Help Browser):

    @@resource HelpBrowserSetup
    HelpDirectoryListing[{"C:/Program Files/Wolfram Research/Mathematica/5.2/"}, False, True, True]
    

    and then evaluate

    FrontEndTokenExecute["RebuildHelpIndex"]
    FrontEndTokenExecute["HelpDialog"]
    

    P.S. Adding Help Browser item to the Help menu

    For this we just need to add row MenuItem["Help Browser...", "HelpDialog"], in appropriate place in MenuSetup.tr:

    HelpMenu["&Help", 
    {
        MenuItem["Documentation &Center", "OpenHelpLink"],
        MenuItem["Help Browser...", "HelpDialog"],
    

    screenshot

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have a suite of programs that check for new versions at startup, and
The new version of SQLite has the ability to enforce Foreign Key constraints, but
Old versions of maven-dependency-plugin include a dependency:properties goal. New versions don't seem to include
New versions of gson have a lot of changes regarding deserialization of Collections. Before
Ok, I know that the new versions of windows do not use the insert
I'm trying to determine the best way of deploying new versions of an established
On average, how long does it take for Debian to package new versions of
How do you stay up-to-date when it comes to new software versions? Above all,
To deploy a new version of our website we do the following: Zip up
When a new version of a framework or language appears (e.g. .NET 3.5, SQL2008),

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.