Changeset 4050 for trunk/scripts

Show
Ignore:
Timestamp:
01/26/08 06:29:04 (12 months ago)
Author:
pmoura
Message:

Updated the Windows installer to create a registry key with the Logtalk version number.

Files:
1 modified

Legend:

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

    r4047 r4050  
    141141 
    142142[Registry] 
     143Root: HKLM; Subkey: "Software\Logtalk"; ValueType: dword; ValueName: "Version"; ValueData: "2313"; Components: base; Flags: deletevalue uninsdeletevalue 
    143144Root: HKLM; Subkey: "SYSTEM\CurrentControlSet\Control\Session Manager\Environment"; ValueType: expandsz; ValueName: "LOGTALKHOME"; ValueData: "{app}"; Components: base; Flags: deletevalue uninsdeletevalue 
    144145Root: HKCU; Subkey: "Environment"; ValueType: expandsz; ValueName: "LOGTALKUSER"; ValueData: "{code:GetLgtUserDir}"; Flags: deletevalue uninsdeletevalue