C# Class SIL.FieldWorks.Common.FwUtils.FwRegistryHelper.FwRegistryHelperImpl

Default implementation of registry helper
Inheritance: IFwRegistryHelper
Datei anzeigen Open project: sillsdev/FieldWorks

Private Properties

Property Type Description

Public Methods

Method Description
FwRegistryHelperImpl ( ) : System
Paratext7orLaterInstalled ( ) : bool

Determines the installation or absence of the Paratext program by checking for the existence of the registry key that that application uses to store its program files directory in the local machine settings. This is 'HKLM\Software\ScrChecks\1.0\Program_Files_Directory_Ptw(7,8,9)' NOTE: This key is not opened for write access because it will fail on non-administrator logins.

Method Details

FwRegistryHelperImpl() public method

public FwRegistryHelperImpl ( ) : System
return System

Paratext7orLaterInstalled() public method

Determines the installation or absence of the Paratext program by checking for the existence of the registry key that that application uses to store its program files directory in the local machine settings. This is 'HKLM\Software\ScrChecks\1.0\Program_Files_Directory_Ptw(7,8,9)' NOTE: This key is not opened for write access because it will fail on non-administrator logins.
public Paratext7orLaterInstalled ( ) : bool
return bool