****************************************************************************************************
																							5.2.06
																			Major architecture change

Thanks to Windows Vista's ACL, we encountered many file management problems. File security problems
and access forced us to change the location of many files. Here is the new file organization:
- c:/program files/install_dir/
	Here are stored all files that do not require any writting operation.
	- Scol exe file, base usm.ini file, DLLs (in root and plugins/ directory).
	- Partition_LockedApp/ directory (this is a usm.ini 'diska' partition, where you can store applications).
	- Your stored applications, like the Voyager.
- C:/Documents and Settings/username/Local Settings/Application Data/install_dir/
	Here are stored the files that are produced by the Scol applications.
	- Cache/ (this is a usm.ini "cache" entry)
	- Logs/ (this is a usm.ini "logsp" entry)
- C:/Documents and Settings/username/My Documents/install_dir/
	This is your personal working directory.
	- usmress.ini, usmuser.ini (these are your personal VM settings)
	- Partition_LocalUsr/ directory (this is a usm.ini 'disku' partition, where you can store your own data).

****************************************************************************************************

Typical usm.ini file: (Note that the order of the partitions is important. Remember that you can only write 
to Cache if in a Scol site, or in Partition_LocalUsr if in a script)

# Scol Configuration: Common settings

# DO NOT MODIFY !!!!!!!!!


update 2008-05-20
platform win

activex AXScol.dll

scol Scol.dll SCOLWinMain

plugin plugins/XTension.dll SCOLloadXTension
plugin plugins/MMedia24.dll SCOLloadMMedia
plugin plugins/LibOS2D24.dll SCOLloadLIB2D SCOLfreeLIB2D
plugin plugins/Lib2D24.dll SCOLloadLIB2D SCOLfreeLIB2D
plugin plugins/ZooGL24.dll SCOLloadZooGL SCOLfreeZooGL
plugin plugins/SerialIO.dll SCOLloadSERIALIO SCOLfreeSERIALIO
plugin plugins/ScolSQL.dll SCOLloadSQL SCOLFreeSQL

suffix .scol scol_file
suffix .scm scm_auto_file
proto scol

cache ./Cache 256
disku ./Partition_LocalUsr 0
diska ./Partition_LockedApp 0
logsp ./Logs 0

****************************************************************************************************

Typical usmuser.ini file:

# Scol Configuration: User settings

# DO NOT MODIFY !!!!!!!!!

port 1200
#porthttp 80
memorymax 512

log yes
echo ffff
#logwin yes
#supervisor debug
#runtime-checks on

#forcedIP 1.2.3.4
#refreshIP no

3dhardware OpenGL OpenGL

****************************************************************************************************

Typical usmress.ini file:

# Scol Configuration: Resources settings

# DO NOT MODIFY !!!!!!!!!

AutoSetup No
LaunchCommutron Yes
Origin __
#Wizard Done

DefaultLanguage french
Registering Yes
License __25260e2628586d0e253544971bcc2775
localIPindex 0
Wizard Done
videocapture 0

****************************************************************************************************