1.The launch utility opens the registry database and reads the list of CAB files to
2.First it looks for FileName to see if the CAB file is present. If not, the registry entry is ignored. If it is present, and the Installed flag is not set,
3.If the Installed flag is set,
4.Then, the whole process repeats for the next entry in the registry, until all registry entries are analyzed.
5.To force execution every time (for example, for AUTOEXEC.BAT), use a FileCheck of “dummy”, which will never be found, forcing the item to execute.
6.For persist keys specifying .EXE or .BAT files, the executing process is started, and then Launch will continue, leaving the loading process to run independently. For other persist keys (including .CAB files), Launch will wait for the loading process to complete before continuing. This is important, for example, to ensure that a .CAB file is installed before the .EXE files from the .CAB file are run.
7.Note that the
Note: Registry entries may vary depending on software revision level and options ordered with the Thor VM2.
LAUNCH.EXE and Persistent StorageIf any of the following directories are created in the System folder, Launch automatically copies all of the files in these direc- tories::
System\Desktop | copied to | Windows\Desktop |
System\Favorites | copied to | Windows\Favorites |
System\Fonts | copied to | Windows\Fonts |
System\Help | copied to | Windows\Help |
System\Programs | copied to | Windows\Programs |
AppMgr | copied to | Windows\AppMgr |
Recent | copied to | Windows\Recent |
This function copies only the folder contents, no
The Windows\Startup folder is not copied on startup because copying this folder has no effect on the system or an incorrect effect.
Files in the Startup folder are executed, but only from System\Startup. Windows\Startup is parsed too early in the boot process so it has no effect.
Executables in System\Startup must be the actual executable, not a shortcut, because shortcuts are not parsed by Launch.
Note: Files in the Startup folder are executed, but only from System > Startup. They are not copied to another folder.
REGEDIT.EXERegistry Editor – Use caution when editing the Registry. Make a backup copy of the registry before changes are made.
REGLOAD.EXERegistry dump – Saves a copy of the registry as a text file. The file, REG.TXT, is located in the root folder.
5 - 4