File Locations
To be compliant with Windows UAC, the VAST Platform installer only places read-only product files into the Program Files directory. Environments copies and creates files private to a particular user.
Program Files
The root directory of 32-bit VAST Platform (varoot) is
%ProgramFiles%\Instantiations\VASTPlatform\10.0.2x86 (32-bit systems)
%ProgramFiles(x86)%\Instantiations\VASTPlatform\10.0.2x86 (64-bit systems).
The root directory of 64-bit VAST Platform (varoot) is
%ProgramFiles%\Instantiations\VASTPlatform\10.0.2x64 (64-bit systems).
The team administrative tools – emadmin and emsrv -- are installed in varoot as well.
Local Documentation, if present, is installed in (helproot).
 
Shareable Files
Because it is a read-write file, the working library (code repository, mgr1002.dat) is placed in a shared location. The manager library’s default location (mgrroot) is
%ALLUSERSPROFILE%\Instantiations\VASTPlatform\Managers
The %ALLUSERSPROFILE% environment variable resolves to different locations on different Windows versions:
Windows XP; %systemdrive%\All Users\ApplicationData
Windows Vista and later: %systemdrive%\ProgramData .
The System Administrator may move the library to another location with appropriate permissions - all client ini files must then be updated to reflect the new location.
Note:
If the library is moved, the uninstaller will not be able to remove the library during an uninstallion procedure.
32bit/64bit Considerations:
In version 9.0, the library (mgr90.dat) is shared by the 32-bit and 64-bit installers.
Note
A distinct library for 32-bit and for 64-bit installations is installed in the identical location: <mgrroot>/mgr1002.dat. This library is shareable to clients whether they are 32-bit or 64-bit.
This means that to install 32-bit and 64-bit VAST Platform on the same machine, the best practice is to install the Typical configuration once for either 32-bit or 64-bit, and the Client configuration for the remaining bitness.
Private Files
Since development environments belong to a single user, they must be placed in a directory to which only the application programmer has read/write access. By default, this directory (envroot) is:
Windows XP: %USERPROFILE%\My Documents\Instantiations\VASTPlatform\
Windows Vista and later: %USERPROFILE%\Documents\Instantiations\VASTPlatform\ .
The Environments tool helps you to set up a development environment (including image, ini and other user modifiable files) in a directory under envroot whose name you choose.
32bit/64bit Considerations:
The Environments tool is included with each installation. These two Environments tools share private files like the data (Environments.dmp) file, so changes made by one copy of Environments will show up in the other.
See Installation Difficulties for consequences of different installation configurations concerning installing both 32-bit and 64-bin VAST Platform on the same machine.
Last modified date: 02/23/2021