From 3648e9da279ec8a6daa7ce9f9786e3e898589b78 Mon Sep 17 00:00:00 2001 From: Sebastian Schuberth Date: Sat, 20 Oct 2012 22:06:44 +0200 Subject: [PATCH] Installer: Use the new {userpf} in favor of {localappdata} Signed-off-by: Sebastian Schuberth --- share/WinGit/install.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.4.GIT