This commit is contained in:
Martijn Laan 2024-06-06 13:31:22 +02:00
parent 2cfbd6b046
commit 8386f17c28
No known key found for this signature in database
GPG Key ID: E2DD568CF6098F6A
2 changed files with 2 additions and 7 deletions

View File

@ -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);

View File

@ -290,9 +290,4 @@ begin
CreateButton(Left, Top, '&IShellLink...', @IShellLinkButtonOnClick);
Top := Top + TopInc;
CreateButton(Left, Top, '&ITaskScheduler...', @ITaskSchedulerButtonOnClick);
end;
end;