Thinstall operates on binary data such as EXEs, DLLs, datafiles, and registry information to create self-contained applications that can be deployed and executed without installation. Thinstall does not require any source code changes. Click here for more details about How Thinstall fits into your software release process.
Thinstall's Virtual Machine Technology allows developers to package entire applications into a single file that can be run without an installation process. Thinstall's Virtual Machine Technology is extremely light weight in terms of the amount of disk space, RAM, and CPU it requires.
The Virtual Machine (VM) performs:
·
Process Loading. The VM loads a starting EXE file from the Virtual Filesystem and allows it to execute any other EXE directly from the Virtual Filesystem or from the normal filesystem.
·
DLL Loading. The VM loads any DLL dependencies your EXE/DLL/OCX files may have directly from archive when instructed. The VM can import and use DLLs located on the normal filesystem as well as the Virtual File System. The VM provides full control over which DLLs you want to use, making it possible to entirely eliminate "DLL Hell" problems without relying on Windows XP "Side-by-side" features.
·
Thread & Process Management. The VM is responsible for keeping track of all threads created inside the virtual machine. The VM manages thread-local storage, notifies Dlls about new process threads, and manages memory for thread stacks.
·
The VM runs on all versions of 32bit, Windows platforms (95/98/ME/NT/2k/XP) without installation, drivers, reboots, or administrator access.
The Virtual Registry presents predefined registry keys to all applications and libraries loaded through the VOS.
·
Virtual registry allows COM/ActiveX based applications to run on systems where registry access has been restricted.
·
Supports In-Process (DLL/OCX) and Out-of-process (EXE) servers.
·
COM and ActiveX controls can be loaded directly from the VFS, eliminating all possibility of removal by another application's uninstall.
·
Virtual Registry exists inside your EXE, so it cannot be misconfigured by another program's installer or uninstaller.
·
Registry recording system allows you to record all registry keys a COM/ActiveX control would normally create during "Regsvr32". Recording occurs on the development computer, and is simulated in the runtime environment.
·
The VREG system automatically tracks COM object lifetimes so that it can free DLL and EXE servers.