Tell me please, I can not in any way solve the problem ...
Duplicate File Detector at startup creates a folder in the "common documents". I can not simulate the creation of this folder in [DirectoriesMove]...
my Launcher ini:
[Launch]
ProgramExecutable=DFD\dfd.exe
[DirectoriesMove]
Duplicate File Detector=%ALLUSERSPROFILE%\documents\Duplicate File Detector
You can get a variable for this with a bit of NSIS code. Put this in App\AppInfo\Launcher\Custom.nsh:
Then you will be able to use it and it'll work across all versions of Windows (whereas if you use %ALLUSERSDOCUMENTS%\Documents it won't work in 2000/XP):
I am a Christian and a developer and moderator here.
“A soft answer turns away wrath, but a harsh word stirs up anger.” – Proverbs 15:1