Example #1
0
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// Determines the installation or absence of version 7 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_Ptw7'
 /// NOTE: This key is not opened for write access because it will fail on
 /// non-administrator logins.
 /// </summary>
 /// ------------------------------------------------------------------------------------
 public static bool Paratext7Installed()
 {
     return(RegistryHelperImpl.Paratext7Installed());
 }