mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-16 06:15:08 -05:00
Backed out changeset: fdf3e1276dbe
This commit is contained in:
parent
f1dff76045
commit
a36bca1a88
@ -281,25 +281,15 @@ end;
|
|||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////
|
||||||
procedure CurStepChanged(CurStep: TSetupStep);
|
procedure CurStepChanged(CurStep: TSetupStep);
|
||||||
var
|
|
||||||
sAppPath: String;
|
|
||||||
sTempPath: String;
|
|
||||||
begin
|
begin
|
||||||
if not (IsTaskSelected('portable')) and (IsUpgrade()) then
|
if not (IsTaskSelected('portable')) then
|
||||||
begin
|
begin
|
||||||
if (CurStep=ssInstall) then
|
if (CurStep=ssInstall) then
|
||||||
begin
|
begin
|
||||||
sAppPath := ExtractFilePath(Application.ExeName);
|
if (IsUpgrade()) then
|
||||||
sTempPath := GetTempDir();
|
begin
|
||||||
|
|
||||||
DelTree(sTempPath + 'gtk-2.0', True, True, True)
|
|
||||||
RenameFile(sAppPath + 'etc\gtk-2.0', sTempPath + 'gtk-2.0');
|
|
||||||
UnInstallOldVersion();
|
UnInstallOldVersion();
|
||||||
end;
|
end;
|
||||||
if (CurStep=ssPostInstall) then
|
|
||||||
begin
|
|
||||||
DelTree(sAppPath + 'etc\gtk-2.0', True, True, True)
|
|
||||||
RenameFile(sTempPath + 'gtk-2.0', sAppPath + 'etc\gtk-2.0');
|
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user