Jump to content

FlashFXP 3 FINAL


evilkwan

Recommended Posts

hey. does anyone know how i can install this and make it register unattendedly?

i looked through the other post of the old flashfxp but only silent install work.. the registration didnt work..

this is the code i use to silent install. (it works)

REG ADD %KEY%\001 /V 3 /D "%CDROM%\evil\Applications\flashfxp\flashfxp3.exe /VERYSILENT /SP- /NORESTART" /f

but does anyone know how i can register it?

i tried copying the flashfxp.key mentioned in other posts but it doesnt work..

anyhelp would be much appreciated..

thnx in advance.. :)

Link to comment
Share on other sites


i read at flashfxp forums, that the file flashfxp.key is generated depending on your installed hardware and other variables of the OS. so its not possible to silently register flashfxp.

btw you dont need all those switches for the silent install, "flashfxp3.exe /silent" will do the trick.

right now the installer has a bug tho, it will set your custom data folder to c:\ which sucks. im importing a reg file like this to prevent it:

Windows Registry Editor Version 5.00

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

Link to comment
Share on other sites

just register the program then take the file flashfxp.key in your install folder. Now you muss make an self-extraction rar file that contains this flashfxp.key. So now you can just make lake this

REG ADD %KEY%\027 /VE /D "FlashFXP v3.0.1015" /f

REG ADD %KEY%\027 /V 1 /D "%systemdrive%\install\FlashFXP\v3.0.1015\FlashFXP_30_Setup.exe /VERYSILENT" /f

REG ADD %KEY%\027 /V 2 /D "%systemdrive%\install\FlashFXP\v3.0.1015\register.exe" /f

:)

Link to comment
Share on other sites

Installed & Registered Fine.

Just make a copy of your current working folder.

WinRAR the folder using SFX, specify it to %programfiles%\

with Hide All & Overwrite Everything options checked.

Do the same for the shortcuts.

So let it extract to there and there.

That's it.

And this works for any computer, even different computers.

Link to comment
Share on other sites

  • 2 months later...

Not quite an unattended install but this is what I did:

1. Installed it to a location on my D drive, which contains my software. Separate 80GB drive from my C drive.

2. Started the program and entered the registrationm code.

3. No more prompting for registration when I need to reinstall my OS. No registry entries are needed.

I uses this set up with several of my applications, to include WinZip, Nero, and Ad-Aware SE.

Link to comment
Share on other sites

i modified this AutoIT script from Muaitai in the UltraISO thread

$var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\FlashFXP\3", "Install Path")
run($var & "\FlashFXP.exe")
Blockinput(1)
winwait("FlashFXP Evaluation")
controlclick("FlashFXP Evaluation", "Enter code..", "TButton1")
winwait("Register FlashFXP", "OK")
Clipput("*****PUT YOUR REGISTRATION HERE*****")
Send("^+v")
controlclick("Register FlashFXP", "OK", "TButton2")
winwait("FlashFXP", "OK")
controlclick("FlashFXP", "OK", "Button1")
winwait("FlashFXP")
processclose("flashfxp.exe")
exit

this work for me

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