Changeset 4478 for trunk/scripts

Show
Ignore:
Timestamp:
10/03/08 14:02:11 (3 months ago)
Author:
pmoura
Message:

Fixed a Windows installer bug in the detection of a CxProlog? installation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/scripts/windows/logtalk.iss

    r4475 r4478  
    276276  Warning: String; 
    277277begin 
    278   if RegQueryStringValue(HKLM, 'SYSTEM\CurrentControlSet\Control\Session Manager\Environment\', 'CXPROLOGDIR', CxDir) then 
     278  if RegQueryStringValue(HKLM, 'SOFTWARE\CxProlog\', 'CXPROLOGDIR', CxDir) then 
    279279    Result := CxDir + '\cxprolog.exe' 
    280280  else begin