Closed jrmoore closed 1 year ago
Thanks for the report. Yes this seems to be broken. I would recommend using aim_ll.exe and --install switch whenever possible. Both aim_ll.exe and driver files it installs are in DriverSetup.7z package.
Just removed these old setup applications because they were left overs from rather old versions of the repository and have not been maintained for a long time.
Running the driver installer, for example using
DriverSetup\ArsenalImageMounterCLISetup.exe /install
or the GUI variant at the same location, leads to exceptions due to missing libraries on a Windows 10 22H2 machine without any .NET Framework development workload installed.The runtime is present, but it seems some libraries are not part of it:
After downloading the
nuget
package and extracting the .NET 4.6.1 targeted binary, a similar exception occurs forSystem.Runtime.CompilerServices.Unsafe
:The package version that provides that assembly is 4.5.3, perhaps a newer one still kept that version, but 4.6.0 already bumped it to 4.0.5.0.
A previous version of the installer, at least the one dating Mar. 21st 2022, used to work as expected.