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

Default implementation of registry helper
Inheritance: IFwRegistryHelper
Afficher le fichier Open project: sillsdev/FieldWorks

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public FwRegistryHelperImpl ( ) : System
Résultat System

Paratext7orLaterInstalled() public méthode

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
Résultat bool