Jump to content

Flashfxp 3 Problem...


a06lp

Recommended Posts

I install FlashFXP 3.0.0.1015 Final, using the switch:

FlashFXP30Setup.exe /silent

I then silently register it with an AutoIt exe.

The problem is that, for some reason, this causes FlashFXP to create the files: "FlashFXP.ini", "Bookmarks.dat", "Sites.dat", & "Stats.dat" in the C:\.

Is there any way to force FlashFXP to put these files into its own folder?

deleting them doesn't help, since they will be recreated again....

Link to comment
Share on other sites


Hi,try this reg key:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\FlashFXP]

[HKEY_LOCAL_MACHINE\SOFTWARE\FlashFXP\3]
"DataFolder"="C:\\Program Files\\FlashFXP"

that code works perfectly!

anyway to fix it so its system-independent? (what if my HDD = D:\) - can we use %systemdrive%?

Link to comment
Share on other sites

  • 2 months later...
Hi,try this reg key:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\FlashFXP]

[HKEY_LOCAL_MACHINE\SOFTWARE\FlashFXP\3]
"DataFolder"="C:\\Program Files\\FlashFXP"

So what do I do with this reg key. Do I create a reg file with the above info?

Do I install that reg file before or after flashfxp's installation?

Thanks

Link to comment
Share on other sites

I do this:

FlashFXP30Setup.exe /silent

FlashFilesLocation.cmd (code below)

REG ADD "HKLM\SOFTWARE\FlashFXP\3" /v DataFolder /t REG_SZ /d "%systemdrive%\Program Files\FlashFXP" /f

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...