ArsenalRecon / Arsenal-Image-Mounter

Arsenal Image Mounter mounts the contents of disk images as complete disks in Microsoft Windows.
https://ArsenalRecon.com/weapons/image-mounter
Other
496 stars 85 forks source link

ArsenalImageMounterCLISetup.exe install old driver files #22

Closed ohanaali closed 2 years ago

ohanaali commented 2 years ago

ArsenalImageMounterCLISetup.exe install old driver files (from 2018) while ArsenalImageMounterGUISetup.exe install new driver files from 2021

LTRData commented 2 years ago

Are you sure that you downloaded latest exe files from master branch? https://github.com/ArsenalRecon/Arsenal-Image-Mounter/tree/master/DriverSetup

When I try it, I get the exact same driver files installed by both application files.

john-8998 commented 2 years ago

I see the problem: The drivers files are indeed the latest, it's just that those in the ArsenalImageMounterXXXSetup.exe are dated to 2018-04-25 (that's also true for the "DriverFiles.zip" file.

"DriverSetup.7z" is the only one with the correct file timestamps.

Are you sure that you downloaded latest exe files from master branch? https://github.com/ArsenalRecon/Arsenal-Image-Mounter/tree/master/DriverSetup

When I try it, I get the exact same driver files installed by both application files.

LTRData commented 2 years ago

Ah, yes that is right. There is something strange with timestamps on files in zip archives that have been updated with .NET zip archive features (System.IO.Compression.ZipArchive etc). Timestamps are updated when looking at the zip archive from that API but not from most other zip tools. In future versions the embedded setup packages will be extracted using this .NET API as well and then timestamps will be correct.