Cleanup.
This commit is contained in:
parent
2cfbd6b046
commit
8386f17c28
@ -298,7 +298,7 @@ begin
|
||||
|
||||
MsgBox('Downloaded the Zip file and saved it as ''' + ZipPath + '''.', mbInformation, mb_Ok);
|
||||
|
||||
{ UnZip the Zip File to the source folder }
|
||||
{ Unzip the Zip file to the source folder }
|
||||
Shell := CreateOleObject('Shell.Application');
|
||||
|
||||
ZipFolder := Shell.NameSpace(ZipPath);
|
||||
|
@ -290,9 +290,4 @@ begin
|
||||
CreateButton(Left, Top, '&IShellLink...', @IShellLinkButtonOnClick);
|
||||
Top := Top + TopInc;
|
||||
CreateButton(Left, Top, '&ITaskScheduler...', @ITaskSchedulerButtonOnClick);
|
||||
end;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
end;
|
Loading…
x
Reference in New Issue
Block a user