For future reference, I would recommend using the online contact form for priority support. The forums are a bit laid back and mostly community supported.
After researching this problem it looks like the variable name "DataPath" was incorrect, I was under the impression that "DataPath" is the key we used in v3.4 based on the help file however our helpfile is incorrect.
The correct variable is "DataFolder"
In addition you should make this change inside of HKEY_LOCAL_MACHINE and not HKEY_CURRENT_USER
So it would look like this
[HKEY_LOCAL_MACHINE\Software\FlashFXP\3]
"DataFolder"="Z:\AppData\FlashFXP\"
During the FlashFXP installation if you selected the Per-user application data setting option it will override the "datafolder" key, the registry key for this is "AppData" in the same location as "DataFolder"
You need to change the value from 1 to 0 or you can even remove the key.
Below is an example of disabling per user data settings
[HKEY_LOCAL_MACHINE\SOFTWARE\FlashFXP\3]
"AppData"=dword:00000000
I tested all of this with v3.4 so it should work for you.
|