Martijn Laan 1 rok pred
rodič
commit
8386f17c28

+ 1 - 1
Examples/CodeAutomation.iss

@@ -298,7 +298,7 @@ begin
 
 
   MsgBox('Downloaded the Zip file and saved it as ''' + ZipPath + '''.', mbInformation, mb_Ok);
   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');
   Shell := CreateOleObject('Shell.Application');
   
   
   ZipFolder := Shell.NameSpace(ZipPath);
   ZipFolder := Shell.NameSpace(ZipPath);

+ 1 - 6
Examples/CodeAutomation2.iss

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