Skip to content

Commit

Permalink
Tweak insaller file
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Dec 18, 2024
1 parent f5db963 commit 53c83fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lumberjack.iss
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ begin
Result := True;
AppId := '{#MyBaseAppId}';
DefaultDirName := ExpandConstant('{autopf}\Currawong\{#MyAppName}');
DefaultDirName := ExpandConstant('{autopf}\Lumberjack\{#MyAppName}');
// Look in the registry to see if CEquip is already installed
// Look in the registry to see if program is already installed
if RegQueryStringValue(HKLM, 'Software\Microsoft\Windows\CurrentVersion\Uninstall\{#MyBaseAppId}_is1', 'DisplayVersion', PrevVersion) or
RegQueryStringValue(HKCU, 'SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{#MyBaseAppId}_is1', 'DisplayVersion', PrevVersion) or
RegQueryStringValue(HKLM, 'Software\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{#MyBaseAppId}_is1', 'DisplayVersion', PrevVersion) or
Expand Down

0 comments on commit 53c83fb

Please sign in to comment.