Jump to content

Recommended Posts

Posted

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


Posted

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"

Posted

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

:)

Posted

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.

  • 2 months later...
Posted

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.

Posted

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

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