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?)
[Invalid] 4.0.5 Free: Database.ini Path not Respected
[Invalid] 4.0.5 Free: Database.ini Path not Respected
Last edited by therube on Tue Oct 10, 2017 1:42 am, edited 1 time in total.
- DigitalVolcano
- Site Admin
- Posts: 1864
- Joined: Thu Jun 09, 2011 10:04 am
Re: 4.0.5 Free: Database.ini Path not Respected
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\
e.g.
;Custom database path here
Path=d:\DB2\
Re: [Invalid] 4.0.5 Free: Database.ini Path not Respected
You're right, working as expected.
When I pasted my wanted path in, I overwrote the word, "Path=".
So I only had
Instead of
Sigh.
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
Code: Select all
;Custom database path here
Path=C:\DuplicateCleaner_405_FREE\database