Browse Source

Comment cleanup.

Martijn Laan 4 tháng trước cách đây
mục cha
commit
63ead5d6af
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 2 2
      Examples/CodeDownloadFiles.iss
  2. 2 2
      Examples/DownloadFiles.iss

+ 2 - 2
Examples/CodeDownloadFiles.iss

@@ -13,9 +13,9 @@ DefaultDirName={autopf}\My Program
 DefaultGroupName=My Program
 UninstallDisplayIcon={app}\MyProg.exe
 OutputDir=userdocs:Inno Setup Examples Output
-;Use "ArchiveExtraction=enhanced" if your archive has a password
-;Use "ArchiveExtraction=full" if your archive is not a .7z file but for example a .zip file
 ArchiveExtraction=enhanced/nopassword
+; Use "ArchiveExtraction=enhanced" if your archive has a password
+; Use "ArchiveExtraction=full" if your archive is not a .7z file but for example a .zip file
 
 [ISSigKeys]
 Name: mykey; RuntimeID: def02; \

+ 2 - 2
Examples/DownloadFiles.iss

@@ -21,8 +21,8 @@ DefaultGroupName=My Program
 UninstallDisplayIcon={app}\MyProg.exe
 OutputDir=userdocs:Inno Setup Examples Output
 ArchiveExtraction=full
-;Use "ArchiveExtraction=enhanced" if all your archives are .7z files
-;Use "ArchiveExtraction=enhanced/nopassword" if all your archives are not password-protected
+; Use "ArchiveExtraction=enhanced" if all your archives are .7z files
+; Use "ArchiveExtraction=enhanced/nopassword" if all your archives are not password-protected
 
 [ISSigKeys]
 Name: mykey; RuntimeID: def02; \