Jump to content

Recommended Posts

Posted

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....


Posted

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"

Posted

I fixed that one but i also have anyother problem. Do any of you connect to a server and the uploaded stalls? And you have to disconnect or abort to keep going? any way to fix that?

Posted
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%?

  • 2 months later...
Posted
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

Posted

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

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...