JCL Help:IsDCOMInstalled
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: IsDCOMInstalled Function
[+] JclCOM.pas Functions
Search in JCL Help
Search in all projects
Summary
Returns whether DCOM is installed.
Pascal
function IsDCOMInstalled: Boolean;
Return Value
If DCOM is installed the routine returns True, otherwise it returns False.
Description
IsDCOMInstalled returns whether DCOM is installed on the target computer. This routine works on all versions of Windows but since DCOM is installed by default on all operating systems except Windows 95 (in it's various incarnations) the routine only performs an actual test on Windows 95. Note that DCOM being installed does not necessarily mean it's all enabled. To determine that use the IsDCOMEnabled routine.
See Also
About
Unit
Donator
Kevin S. Gallagher
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page