Win32_IniFileSpecification, ROOT\CIMV2

Class | Methods (1) | Properties (20) | Qualifiers (6) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

This class contains the .INI information that the application needs to set in an .INI file. The .INI file information is written out when the corresponding component has been selected to be installed, either locally or run from source.

Win32_IniFileSpecification methods

Win32_IniFileSpecification has 1 methods (1 Derived)

NameOriginReturn
InvokeCIM_Checkuint32 {'out':True}

Win32_IniFileSpecification properties

Win32_IniFileSpecification has 20 properties (5 Local, 15 Derived)

NameOriginCIMType
ActionWin32_IniFileSpecification18 [uint16]
CaptionCIM_Check8 [string]
key
CheckID
CIM_Check8 [string]
CheckModeCIM_Check11 [boolean]
CheckSumCIM_FileSpecification19 [uint32]
CRC1CIM_FileSpecification19 [uint32]
CRC2CIM_FileSpecification19 [uint32]
CreateTimeStampCIM_FileSpecification101 [datetime]
DescriptionCIM_Check8 [string]
FileSizeCIM_FileSpecification21 [uint64]
IniFileWin32_IniFileSpecification8 [string]
keyWin32_IniFileSpecification8 [string]
MD5ChecksumCIM_FileSpecification8 [string]
NameCIM_Check8 [string]
SectionWin32_IniFileSpecification8 [string]
SoftwareElementIDCIM_Check8 [string]
SoftwareElementStateCIM_Check18 [uint16]
TargetOperatingSystemCIM_Check18 [uint16]
ValueWin32_IniFileSpecification8 [string]
VersionCIM_Check8 [string]

Detailed description of Win32_IniFileSpecification methods

Derived methods (1) of Win32_IniFileSpecification class

Invoke method
Returnuint32 {'out':True}
Description' The invoke method is to evaluate a particular check. The details of how the method evaluates a particular check in a CIM context is described by the non-abstract CIM_Check sub classes. The results of the method are based on the return value. - A 0 (zero) is returned if the condition is satisfied. - A 1 (one) is returned if the method is not supported. - Any other value indicates the condition is not satisfied. '
Invoke method is in 48 classes of ROOT\cimv2 and in 4 namespaces

Detailed description of Win32_IniFileSpecification properties

Local properties (5) of Win32_IniFileSpecification class

Action property
CIMTYPE'uint16'
Description'The type of modification made.
Hexadecimal
Decimal
Modification

0x000
0
Creates or updates a .ini entry.

0x001
1
Creates a .ini entry only if the entry does not already exist.

0x003
3
Creates a new entry or appends a new comma-separated value to an existing entry.'
readTrue
Action property is in 9 classes of ROOT\cimv2 and in 13 namespaces
IniFile property
CIMTYPE'string'
Description'A unique key identifying this ini file specification within its product.'
readTrue
IniFile property is in 1 class (Win32_IniFileSpecification) of ROOT\cimv2 and in 2 namespaces
key property
CIMTYPE'string'
Description'The .ini file key within the section.'
readTrue
Key property is in 3 classes of ROOT\cimv2 and in 8 namespaces
Section property
CIMTYPE'string'
Description'The .ini file section.'
readTrue
Section property is in 2 classes of ROOT\cimv2 and in 3 namespaces
Value property
CIMTYPE'string'
Description'The value to be written.'
readTrue
Value property is in 6 classes of ROOT\cimv2 and in 33 namespaces

Derived properties (15) of Win32_IniFileSpecification class

Caption property
CIMTYPE'string'
Maxlen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
CheckID property
CIMTYPE'string'
Description'An identifier used in conjunction with other keys to uniquely identify the check'
keyTrue
maxlen256
readTrue
CheckID property is in 23 classes of ROOT\cimv2 and in 2 namespaces
CheckMode property
CIMTYPE'boolean'
Description' The CheckMode property is used to indicate whether the condition is expected to exist or not exist in the environment. When the value is True, the condition is expected to exist (e.g., a file is expected to be on a system) so invoke() is expected to return True. When the value is False, the condition is not expect to exist (e.g., a file is not to be on a system) so invoke is expected to return false '
readTrue
CheckMode property is in 23 classes of ROOT\cimv2 and in 2 namespaces
CheckSum property
CIMTYPE'uint32'
Description' The Checksum property is a checksum calculated as the 16-bit sum of the first 32 bytes of the file.'
Mappingstrings['MIF.DMTF|Software Signature|002.4']
readTrue
CheckSum property is in 3 classes of ROOT\cimv2 and in 6 namespaces
CRC1 property
CIMTYPE'uint32'
Description' The CRC1 property is the CRC value calculated using the middle 512K bytes.'
Mappingstrings['MIF.DMTF|Software Signature|002.5']
readTrue
CRC1 property is in 3 classes of ROOT\cimv2 and in 2 namespaces
CRC2 property
CIMTYPE'uint32'
Description' The CRC2 is the CRC value for the middle 512K bytes with a offset modulo 3 to the start of the file of zero.'
Mappingstrings['MIF.DMTF|Software Signature|002.6']
readTrue
CRC2 property is in 3 classes of ROOT\cimv2 and in 2 namespaces
CreateTimeStamp property
CIMTYPE'datetime'
Description'The creation date and time of the file. '
FixedTrue
readTrue
CreateTimeStamp property is in 3 classes of ROOT\cimv2 and in 2 namespaces
Description property
CIMTYPE'string'
Description' A description of the objects.'
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
FileSize property
CIMTYPE'uint64'
readTrue
units'kilobytes'
FileSize property is in 12 classes of ROOT\cimv2 and in 6 namespaces
MD5Checksum property
CIMTYPE'string'
Description' The MD5 algorithm is a well-known algorithm for computing a 128-bit checksum for any file or object. The likelihood of two different files producing the same MD5 checksum is very small (about 1 in 2^64), and as such, the MD5 checksum of a file can be used to construct a reliable content identifier that is very likely to uniquely identify the file. The reverse is also true. If two files have the same MD5 checksum, it is very likely that the files are identical. For purposes of MOF specification of the MD5 property, the MD5 algorithm always generates a 32 character string. For example: The string abcdefghijklmnopqrstuvwxyz generates the string c3fcd3d76192e4007dfb496cca67e13b. See http://www. rsa.com/pub/rfc1321.txt for details on the implementation of the MD5 algorithm.'
maxlen16
readTrue
MD5Checksum property is in 3 classes of ROOT\cimv2 and in 2 namespaces
Name property
CIM_keyTrue
CIMTYPE'string'
Description' Either the name of the file or the name of the file with a directory prefix. '
FixedTrue
maxlen1024
Propagated'CIM_SoftwareElement.Name'
readTrue
Name property is in 1046 classes of ROOT\cimv2 and in 142 namespaces
SoftwareElementID property
CIM_keyTrue
CIMTYPE'string'
Description' This is an identifier for this software element.'
maxlen256
Propagated'CIM_SoftwareElement.SoftwareElementID'
readTrue
SoftwareElementID property is in 53 classes of ROOT\cimv2 and in 3 namespaces
SoftwareElementState property
CIM_keyTrue
CIMTYPE'uint16'
Description' The software element state of a software element '
Propagated'CIM_SoftwareElement.SoftwareElementState'
readTrue
Values['Deployable', 'Installable', 'Executable', 'Running']
SoftwareElementState property is in 53 classes of ROOT\cimv2 and in 3 namespaces
TargetOperatingSystem property
CIM_keyTrue
CIMTYPE'uint16'
Description' The target operating system of the this software element.'
Mappingstrings['MIF.DMTF|Software Component Information|002.5']
Propagated'CIM_SoftwareElement.TargetOperatingSystem'
readTrue
Values['Unknown', 'Other', 'MACOS', 'ATTUNIX', 'DGUX', 'DECNT', 'Digital Unix', 'OpenVMS', 'HPUX', 'AIX', 'MVS', 'OS400', 'OS/2', 'JavaVM', 'MSDOS', 'WIN3x', 'WIN95', 'WIN98', 'WINNT', 'WINCE', 'NCR3000', 'NetWare', 'OSF', 'DC/OS', 'Reliant UNIX', 'SCO UnixWare', 'SCO OpenServer', 'Sequent', 'IRIX', 'Solaris', 'SunOS', 'U6000', 'ASERIES', 'TandemNSK', 'TandemNT', 'BS2000', 'LINUX', 'Lynx', 'XENIX', 'VM/ESA', 'Interactive UNIX', 'BSDUNIX', 'FreeBSD', 'NetBSD', 'GNU Hurd', 'OS9', 'MACH Kernel', 'Inferno', 'QNX', 'EPOC', 'IxWorks', 'VxWorks', 'MiNT', 'BeOS', 'HP MPE', 'NextStep', 'PalmPilot', 'Rhapsody', 'Windows 2000', 'Dedicated', 'VSE', 'TPF']
TargetOperatingSystem property is in 53 classes of ROOT\cimv2 and in 3 namespaces
Version property
CIM_keyTrue
CIMTYPE'string'
Description'Version should be in the form .. or .'
Mappingstrings['MIF.DMTF|ComponentID|001.3']
Maxlen64
Propagated'CIM_SoftwareElement.Version'
readTrue
Version property is in 101 classes of ROOT\cimv2 and in 142 namespaces

Win32_IniFileSpecification Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'This class contains the .INI information that the application needs to set in an .INI file. The .INI file information is written out when the corresponding component has been selected to be installed, either locally or run from source.'
dynamicTrue
Locale1033
MappingStrings['Microsoft.MSI']
provider'MSIProv'
UUID'{47772EC4-DB21-11d2-85FC-0000F8102E5F}'

Win32_IniFileSpecification System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_IniFileSpecification'___SYSTEM8
__NAMESPACE'ROOT\cimv2'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION['CIM_FileSpecification', 'CIM_Check']___SYSTEM8
__PROPERTY_COUNT20___SYSTEM3
__RELPATH'Win32_IniFileSpecification'___SYSTEM8
__DYNASTY'CIM_Check'___SYSTEM8
__SUPERCLASS'CIM_FileSpecification'___SYSTEM8
__CLASS'Win32_IniFileSpecification'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to Win32_IniFileSpecification

Number of classes:14
comments powered by Disqus
WUtils.com