Revision 6 by Dave Hooton on 2014-01-11 at 02:01:48 to Install in different folder or drive:
!!! If you have already installed and want to *move* your Logos installation to a different drive (and don't feel like uninstalling and reinstalling it):
#. Close Logos first!
#. Download junction.exe from [[http://technet.microsoft.com/en-us/sysinternals/bb896768]] and save it to C:\Windows or similar.
#. Close Logos.
#. Open two instances of Windows Explorer side-by-side
#. In the first, navigate to your User Application Data folder (in XP, that's *C:\Documents and Settings\{{_/username/_}}\Local Settings\Application Data*; in Vista and Windows 7 it's *C:\Users\{{_/username/_}}\AppData\Local*)
#. In the first, navigate to your User Application Data folder (in XP, that's *C:\Documents and Settings\{{_/username/_}}\Local Settings\Application Data*; in Vista and Windows 7/8 itis *C:\Users\{{_/username/_}}\AppData\Local*)
#. In the second, navigate to the drive where you want to move Logos
#. Move the entire Logos4 folder fromwhereitcurrentlyresidesto a new drive location by dragging and dropping it in Windows Explorer
#. *Move* the entire Logos5 folder (yourscouldbeLogos4) to the new drive location by dragging and dropping it in Windows Explorer.
#. Download junction.exe from [[http://technet.microsoft.com/en-us/sysinternals/bb896768]] and save it to a folder that is already on your PATH, such as C:\Windows
#. Open a Command prompt e.g. Start > Run > cmd.exe or type *cmd* in the /Search programs/ box.
#. Open a Command prompt (Start > Run > cmd.exe)
#. Change directory to the place where the Logos5 folder used to be (see above) using the *cd* command (you must use quotes if there are spaces in the path), e.g., *cd "C:\Users\John Doe\AppData\Local"*
#. Change directory to the place where the Logos4 folder used to be (see above) using the *cd* command (you must use quotes if there are spaces in the path), e.g., *cd "C:\Users\John Doe\AppData\Local"*
#. Using the junction command, create a link called Logos5 to the new location, e.g. *junction Logos5 D:\Logos5* (you may have to provide the full path to junction.exe and D: is the new location).
#. Using the junction command, create a link called Logos4 to the new location, e.g., *junction Logos4 D:\Logos4*
#. Exit the command prompt (type *exit* and press Enter)