Changeset 4328

Show
Ignore:
Timestamp:
06/28/08 09:06:07 (3 months ago)
Author:
pmoura
Message:

Updated the script used for building the Logtalk Windows installer to be able to locate the installation folder of the new CxProlog? 0.97.1 version.

Files:
1 modified

Legend:

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

    r4323 r4328  
    263263  CxDir: String; 
    264264begin 
    265   if RegQueryStringValue(HKLM, 'Software\CxProlog\', 'CXPROLOGDIR', CxDir) then 
     265  if RegQueryStringValue(HKLM, 'SYSTEM\CurrentControlSet\Control\Session Manager\Environment\', 'CXPROLOG_DIR', CxDir) then 
    266266    Result := CxDir + '\cxprolog.exe' 
    267267  else