pyPhotoDNA icon indicating copy to clipboard operation
pyPhotoDNA copied to clipboard

photodnax64.1.72.dll is not on the iso

Open xARMR opened this issue 2 years ago • 2 comments

Hello for the last 6h i was trying to find that file didn't found it and i also manually downloaded the iso file and mount it and i go to this directory "FTK\FTK\x64{C32BC7B7-3086-44FD-8A90-9EC47966B4B7}" and photodnax64 it was not there and i opened Data1.cab still not found it this is what inside data1.cab image

xARMR avatar Jan 18 '24 23:01 xARMR

For me it looks like the wrong directory. When I browsed the archive a few weeks ago, the correct directory was one with like 300 DLL files in it. Are you sure you are in the right one? If I remember it correctly, there are multiple Data1.cab files in different directories.

BigPanda97 avatar Jan 19 '24 08:01 BigPanda97

Hi, can you try if the following command works?

powershell.exe -Command "&{$mountResult = Mount-DiskImage %cd%\\AD_FTK_7.0.0.iso; $driveLetter = ($mountResult | Get-Volume).DriveLetter; $setupPath = \"$($driveLetter):\FTK\FTK\x64\{592825BA-2875-4476-9820-858BA282D876}\Data1.cab\"; echo "'Setup file is' $setupPath"; $finalString = expand $setupPath /f:photodnax64.1.72.dll %cd%; Get-Volume $driveLetter | Get-DiskImage | Dismount-DiskImage }"

jankais3r avatar Jan 19 '24 16:01 jankais3r

Fixed in accb776

jankais3r avatar Mar 20 '25 12:03 jankais3r