Skip to content

Commit

Permalink
Add retriever to system path not user path
Browse files Browse the repository at this point in the history
In some cases adding to the user path will not allow the retriever to work
from the command line.
  • Loading branch information
ethanwhite committed Oct 3, 2014
1 parent 0518dc0 commit 17cf67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retriever_installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Name: "{commondesktop}\EcoData Retriever"; Filename: "{app}\retriever.exe"; Task
[Code]
const
ModPathName = 'modifypath';
ModPathType = 'user';
ModPathType = 'system';
function ModPathDir(): TArrayOfString;
begin
Expand Down

0 comments on commit 17cf67b

Please sign in to comment.