mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 18:58:04 +02:00
Win, installer: delete correct conf folder, if updating 2ndary install and choose to clear conf
git-svn-id: trunk@43396 -
This commit is contained in:
parent
4928979536
commit
77d736b2f1
@ -23,7 +23,7 @@ function GetPCPForDelete(param:string): String;
|
||||
// Name: {code:GetPCPForDelete}*.xml; Type: files; Tasks: delusersettings
|
||||
// ... delete primary conf
|
||||
begin
|
||||
if (IsSecondaryCheckBoxChecked) then // or IsSecondaryUpdate
|
||||
if (IsSecondaryCheckBoxChecked) or IsSecondaryUpdate then
|
||||
begin
|
||||
if SecondPCP = '' then
|
||||
Result := AddBackslash(WizardDirValue) // some fallback
|
||||
|
Loading…
Reference in New Issue
Block a user