Martijn Laan 1 an în urmă
părinte
comite
8386f17c28
2 a modificat fișierele cu 2 adăugiri și 7 ștergeri
  1. 1 1
      Examples/CodeAutomation.iss
  2. 1 6
      Examples/CodeAutomation2.iss

+ 1 - 1
Examples/CodeAutomation.iss

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

+ 1 - 6
Examples/CodeAutomation2.iss

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