Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

FlashFXP 3 FINAL

Featured Replies

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

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"

  • Author

hmm... thnx for the info...

****... i want to silently register it.. grr...

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

:)

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

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.

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.