From: Sebastian Schuberth Date: Sat, 20 Oct 2012 20:06:44 +0000 (+0200) Subject: Installer: Use the new {userpf} in favor of {localappdata} X-Git-Tag: Git-1.8.0-preview20121022~7 X-Git-Url: https://repo.or.cz/w/msysgit.git/commitdiff_plain/3648e9da279ec8a6daa7ce9f9786e3e898589b78 Installer: Use the new {userpf} in favor of {localappdata} Signed-off-by: Sebastian Schuberth --- diff --git a/share/WinGit/install.iss b/share/WinGit/install.iss index 1abcd13f..58b591ae 100644 --- a/share/WinGit/install.iss +++ b/share/WinGit/install.iss @@ -702,7 +702,7 @@ begin if not IsDirWritable(WizardDirValue) then begin // If the default directory is not writable, choose another default that most likely is. // This will be checked later again when the user clicks "Next". - WizardForm.DirEdit.Text:=ExpandConstant('{localappdata}\{#APP_NAME}'); + WizardForm.DirEdit.Text:=ExpandConstant('{userpf}\{#APP_NAME}'); end; end;