Using SOLoader |
The file contains one section for each module and regulates how the module should be updated; for example:
INI File line | Description |
---|---|
[Module:SuperOffice Sounds] | Section header |
Target = | Defines which folder copying is done to in the current folder. |
Source = | Defines which folder copying is done from in the current folder. |
Regsvr = | Specifies whether the module contains COM components which need to be entered in the Registry, or not. This will enter the COM components in the Registry the first time SOLoader.exe is run. |
NoOverwrite = | Specifies whether files may be overwritten or not. (If you enter NoOverwrite=Yes, no files will be overwritten). |
RebootIfInUse = | Specifies whether the computer should be restarted if files are in use. |
UpdateOnly = | Specifies whether the module should only be updated, which means that files will not be copied if you don’t already have them. |
Shared= | Specify whether the module is added to the system folder or not. Common components are used by several programs and should be shared. |
ForceRegsvr = | Specifies whether the module contains COM components which need to be entered in the Registry, or not. This will register these files every time SOLoader.exe is run. |
Operation = | Operations to be performed on a logical group of files. Copy : Copy the file(s), Delete: Delete the file(s) from target. Note, if Regsvr or ForceRegsvr=Yes, the files will be unregistered first. |
Up: Deploying Your Plug-ins and Components Prev: Using MSI installer Edit