Module Search Path |
Previous Top Next |
· | Always load this EXE/DLL/OCX |
When this option is selected, Thinstall will always load this EXE/DLL when no path is specified by the application. This allows you to load DLLs from virtual subdirectories, without needing to modify the PATH environment variable.
This option also allows your DLLs to be loaded instead c:\windows\system32, which is not normally possible by setting the PATH variable because of the search order described below. |
· | Load if system search fails |
This option will load the internally bundled EXE/DLL if the normal system search fails to locate a match. This option can be used if you want to use the system DLL when available, but provide a backup option if it is not available.
In this case, all paths are ignored and only the filename is used for a match. |
· | Use normal EXE/DLL/OCX Search Order |
Thinstall will search for the DLL using the normal system search path. The internal and external file systems are consulted simultaneously and if two DLLs with the same name exists internally and externally then the Read Order option is consulted to determine which to use. The normal system search order is: |
· | Load Dll when requested |
Thinstall will load the DLL in question when a request is made by the applicaiton. This is default behavior. |
· | Force load before EXE starts |