Page 1 of 1

[Invalid] 4.0.5 Free: Database.ini Path not Respected

Posted: Tue Oct 03, 2017 11:59 am
by therube
I believe, not certain, that with 4.0.5 Free:, Database.ini Path is not being Respected?
(I was running sandboxed, & that may have skewed what I was seeing?)

Re: 4.0.5 Free: Database.ini Path not Respected

Posted: Sat Oct 07, 2017 2:45 pm
by DigitalVolcano
Just tested - it does work in 4.0.5 free. Be sure to remove the semi-colon from the start of the line first though.

e.g.
;Custom database path here
Path=d:\DB2\

Re: [Invalid] 4.0.5 Free: Database.ini Path not Respected

Posted: Tue Oct 10, 2017 1:44 am
by therube
You're right, working as expected.

When I pasted my wanted path in, I overwrote the word, "Path=".

So I only had

Code: Select all

;Custom database path here
C:\DuplicateCleaner_405_FREE\database
Instead of

Code: Select all

;Custom database path here
Path=C:\DuplicateCleaner_405_FREE\database
Sigh.