ermig1979 / AntiDupl

A program to search similar and defect pictures on the disk
https://ermig1979.github.io/AntiDupl
MIT License
1.23k stars 92 forks source link

Running from read-only location #171

Open Anton-V-K opened 1 year ago

Anton-V-K commented 1 year ago

The portable version saves data in the folder with the executable (it creates user subfolder, files configuration.xml and locations.xml). I wonder whether it may be possible to tune this portable version so it doesn't try to save data into its folder, but uses a folder under %APPDATA%? Maybe an extra file with a read-only configuration to change data saving location? At the moment the app shows the error when started from read-only location

Access to the path 'D:\Programs\AntiDupl.NET-2.3.11_SingleFilePortable\user' is denied.

... and quits after that.

Edi61 commented 1 year ago

Changed headline -> it's valid also for the normal version

Edi61 commented 3 months ago

Related to https://github.com/ermig1979/AntiDupl/issues/197