photodnax64.1.72.dll is not on the iso
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
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.
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 }"
Fixed in accb776