a06lp Posted February 18, 2005 Posted February 18, 2005 I install FlashFXP 3.0.0.1015 Final, using the switch:FlashFXP30Setup.exe /silentI 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....
toe_cutter Posted February 19, 2005 Posted February 19, 2005 Same problem here too, But not with autoit script tho:REG ADD %KEY%\025 /V 1 /D "%PP%%PP%FlashFXP_3.0.0.1015\FlashFXP_30_Setup.exe /VERYSILENT /SP-" /f
Aston Posted February 20, 2005 Posted February 20, 2005 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"
matrix0978 Posted February 20, 2005 Posted February 20, 2005 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?
a06lp Posted February 20, 2005 Author Posted February 20, 2005 @matrix - i have encountered that prob. i think its a prob in falshfxp itself... i dont know.
a06lp Posted February 20, 2005 Author Posted February 20, 2005 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"<{POST_SNAPBACK}>that code works perfectly!anyway to fix it so its system-independent? (what if my HDD = D:\) - can we use %systemdrive%?
genci88 Posted May 3, 2005 Posted May 3, 2005 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"<{POST_SNAPBACK}>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
a06lp Posted May 3, 2005 Author Posted May 3, 2005 I do this:FlashFXP30Setup.exe /silentFlashFilesLocation.cmd (code below)REG ADD "HKLM\SOFTWARE\FlashFXP\3" /v DataFolder /t REG_SZ /d "%systemdrive%\Program Files\FlashFXP" /f
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now