Skip to content

Commit

Permalink
Merge pull request #434 from FrankBijnen/Development
Browse files Browse the repository at this point in the history
Getting "Virus detected" when downloading ExifToolGUI installer from …
  • Loading branch information
FrankBijnen authored Jun 7, 2024
2 parents c587c2b + 17babfd commit 64d147f
Show file tree
Hide file tree
Showing 33 changed files with 43,509 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Docs/ExifToolGUI_V6.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ following tags:<br>
This option is very similar to above. The difference is:<br>
<li>No matter how many destination files you select (you must select at
least one for menu to be enabled), metadata will always be copied into <b>all</b> JPG or TIF (but not both) files inside current folder. That is, this option behaves as if all JPG or TIF files are selected in <b>Scenario 2</b> above.</li>
<li>After you choose this menu option, you'll be first asked "<font class="blue">should files in subfolders also be processed?</font>". If we choose <font class="blue">No</font>, then again, this option behaves the same way as if all files are selected in <b>Scenario 2</b> above. However, if we coose <font class="blue">Yes</font>, then metadata will be copied into images in all subfolders as well (only where folder/file names are equal, of course).</li>
<li>After you choose this menu option, you'll be first asked "<font class="blue">should files in subfolders also be processed?</font>". If we choose <font class="blue">No</font>, then again, this option behaves the same way as if all files are selected in <b>Scenario 2</b> above. However, if we choose <font class="blue">Yes</font>, then metadata will be copied into images in all subfolders as well (only where folder/file names are equal, of course).</li>
<br>
Let's see an example, where we wish to update <font class="brown">jpg</font> files with metadata from <font class="brown">raw</font> files:<br>
<img src="ExifToolGUI_V6_files/copymetadatamulti.jpg"><br>
Expand Down
3 changes: 3 additions & 0 deletions Docs/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,6 @@ Version: Description Issue
Fix Issue #409 Only mark a tag to save when data actually entered (Check .ismodified)
Fix Issue #414 Map is not loading. Show label how to enable it.
Fix Issue #417 Custom view - false message 'tag already exists'
6.3.3.0 Fix Issue #427 Preview doesn't show correct photo when using up/down keys to select photo/file
Fix Issue #429 Escape some more characters when creating CMD file from log window
Fix Issue #433 Getting "Virus detected" when downloading ExifToolGUI installer from Chrome, prevents download
8 changes: 5 additions & 3 deletions Redist/ExifToolGUI_install.iss
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,11 @@ OutputBaseFilename={#ExifToolGuiInstaller}
UsePreviousTasks=No
UsePreviousSetupType=No
UsePreviousLanguage=No
Compression=lzma2/normal
LZMANumBlockThreads=16
LZMAUseSeparateProcess=yes
;Compression changed to zip, in an effort to please Windows Defender
;Compression=lzma2/normal
;LZMANumBlockThreads=16
;LZMAUseSeparateProcess=yes
Compression=zip/9
SolidCompression=no
RestartIfNeededByRun=no
ArchitecturesInstallIn64BitMode=x64
Expand Down
1 change: 0 additions & 1 deletion Source/ExifToolGUI.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<VerInfo_MajorVer>6</VerInfo_MajorVer>
<VerInfo_MinorVer>3</VerInfo_MinorVer>
<VerInfo_Release>3</VerInfo_Release>
<VerInfo_PreRelease>true</VerInfo_PreRelease>
</PropertyGroup>
<PropertyGroup Condition="'$(Base_Win32)'!=''">
<DCC_UsePackage>TeeDB;inetdbbde;Tee;DBXOdbcDriver;JamShellDelphiXE2;DBXSybaseASEDriver;svnui;vclimg;fmi;vclactnband;FMXTee;TeeUI;vcldb;bindcompvcl;RotateImg;vclie;tmsxlsdxe2;DBXDb2Driver;vcltouch;vclribbon;VclSmp;vcl;DBXMSSQLDriver;FmxTeeUI;tmsexdxe2;tmsdxe2;vclx;tmswizdxe2;svn;bdertl;$(DCC_UsePackage)</DCC_UsePackage>
Expand Down
Binary file modified Source/ExifToolGUI.res
Binary file not shown.
Binary file modified Translation/ExifToolGUI.CHS
Binary file not shown.
Binary file modified Translation/ExifToolGUI.DEU
Binary file not shown.
Binary file modified Translation/ExifToolGUI.ENU
Binary file not shown.
Binary file modified Translation/ExifToolGUI.ESP
Binary file not shown.
Binary file modified Translation/ExifToolGUI.FRA
Binary file not shown.
Binary file modified Translation/ExifToolGUI.ITA
Binary file not shown.
Binary file modified Translation/ExifToolGUI.NLD
Binary file not shown.
Binary file modified Translation/ExifToolGUI.PTB
Binary file not shown.
Binary file modified Translation/ExifToolGUI_X64.CHS
Binary file not shown.
Binary file modified Translation/ExifToolGUI_X64.DEU
Binary file not shown.
Binary file modified Translation/ExifToolGUI_X64.ENU
Binary file not shown.
Binary file modified Translation/ExifToolGUI_X64.ESP
Binary file not shown.
Binary file modified Translation/ExifToolGUI_X64.FRA
Binary file not shown.
Binary file modified Translation/ExifToolGUI_X64.ITA
Binary file not shown.
Binary file modified Translation/ExifToolGUI_X64.NLD
Binary file not shown.
Binary file modified Translation/ExifToolGUI_X64.PTB
Binary file not shown.
Binary file added Translation/V6.3.3/ExifToolGUI.CHS
Binary file not shown.
Binary file added Translation/V6.3.3/ExifToolGUI.DEU
Binary file not shown.
Binary file added Translation/V6.3.3/ExifToolGUI.ENU
Binary file not shown.
Binary file added Translation/V6.3.3/ExifToolGUI.ESP
Binary file not shown.
Binary file added Translation/V6.3.3/ExifToolGUI.FRA
Binary file not shown.
Binary file added Translation/V6.3.3/ExifToolGUI.ITA
Binary file not shown.
Binary file added Translation/V6.3.3/ExifToolGUI.NLD
Binary file not shown.
Binary file added Translation/V6.3.3/ExifToolGUI.PTB
Binary file not shown.
2,500 changes: 2,500 additions & 0 deletions Translation/V6.3.3/ExifToolGUI.drc

Large diffs are not rendered by default.

Loading

0 comments on commit 64d147f

Please sign in to comment.