<< Click to Display Table of Contents >> RayPack > 8.0 > User Guide > Reference and Cheat Sheets > Custom RayPack Installer Database Tables RPModuleSignature table |
The RPModuleSignature table contains the columns shown in the following table.
Column |
Type |
Key |
Nullable |
---|---|---|---|
ModuleID |
Identifier (s72) |
Y |
N |
Language |
Integer (i2) |
Y |
N |
Feature_ |
Identifier (S72) |
N |
Y |
ModulePath |
Text (S0) |
N |
Y |
ModuleName |
Text (S72) |
N |
Y |
Manufacturer |
Text (S72) |
N |
Y |
Version |
Version (S32) |
N |
Y |
ModuleID
Module identifier (String.GUID).
Language
Default decimal language of module.
Feature_
The feature to which a given Merge Module has to be merged.
ModulePath
The path to the .msm file containing this MergeModule.
ModuleName
The name of the MergeModule.
Manufacturer
The manufacturer of the MergeModule.
Version
Version of the module.