options:user_directory

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
options:user_directory [2015/01/24 20:51] – [How to change User Directory path] adminoptions:user_directory [2018/01/10 20:41] (current) – external edit 127.0.0.1
Line 6: Line 6:
   * for **All users** should be in All Users\Application Data\HippoEDIT.   * for **All users** should be in All Users\Application Data\HippoEDIT.
  
-Current location of the user directory can be found in About Box (everything before //\data//):+The current location of the user directory can be found in About Box (everything before //\data//):
  
-{{:options:about.png?nolink|User directory in About box from HippoEDIT}}+{{:options:about.png?nolink|User the directory in About box from HippoEDIT}}
  
 ===== How to change User Directory path ===== ===== How to change User Directory path =====
-In general changing of the //User Directory// location is only possible during of initial installation. If you do not like that your data is stored on in one of the standard user data folders (%AppData% or All Users\Application Data) it is recommended to select //Portable// type of the installation and place as binary as data files in desired directory.+In general changing of the //User Directory// location is only possible during of initial installation. If you do not like that your data is stored on in one of the standard user data folders (%AppData% or All Users\Application Data) it is recommended to select //Portable// type of the installation and place as binary as data files in the desired directory.
  
-But in case you have already done the installation, or for some reason you do not want to put binaries and data files in same directory, but still want to have your data files in specific directory there is standard Window way -> use [[wp>NTFS_junction_point|Junction]] or Soft Links (only for NTFS file system). +But in case you have already done the installation, or for some reason you do not want to put binaries and data files in the same directory, but still want to have your data files in specific directory there is standard Window way -> use [[wp>NTFS_junction_point|Junction]] or Soft Links (only for NTFS file system). 
  
-Using soft link you can map HippoEDIT data directories (or full User Directory, if used //Current User// or //All Users// installation) to directory of your wish. For example: open console as Start Menu Run -> :+Using soft link you can map HippoEDIT data directories (or full User Directory, if used //Current User// or //All Users// installation) to directory of your choice. For example: open console as Start Menu Run -> :
   * Go to Start Menu -> type cmd.exe -> right mouse click on it -> Run as Administrator   * Go to Start Menu -> type cmd.exe -> right mouse click on it -> Run as Administrator
   * Type in the console window example below to create a junction point connecting HippoEDIT user directory in %AppData% to one in Dropbox folder.   * Type in the console window example below to create a junction point connecting HippoEDIT user directory in %AppData% to one in Dropbox folder.
Line 22: Line 22:
 </code> </code>
  
-For creation of the Junction point you can use as mklink command as Junction tool from [[https://technet.microsoft.com/en-us/sysinternals/bb896768|Sysinternals]].+For the creation of the Junction pointyou can use the mklink command as Junction tool from [[https://technet.microsoft.com/en-us/sysinternals/bb896768|Sysinternals]].