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.

Flash Fxp

Featured Replies

Hi heres my script for flashfxp 3.3

For other versions you would have to change the reference to your version

just put your serial in the lines that say serial

hope this may help somebody

big thanks to Nologic

; ----------------------------------------------------------------------------

;

; AutoIt Version: 3.1.0

; Author: A.N.Other <myemail@nowhere.com>

;

; Script Function:

; Template AutoIt script.

;

; ----------------------------------------------------------------------------

; Script Start - Add your code below here

run("FlashFXP_32_Setup.exe")

Winwaitactive("Full Setup - FlashFXP v3.2.0 Final")

Send('{ENTER}')

Winwaitactive("Full Setup - FlashFXP v3.2.0 Final","License Agreement")

Send('{TAB}')

Send('{UP}')

Send('{ENTER}')

Winwaitactive("Full Setup - FlashFXP v3.2.0 Final","information before continuing")

Send('{ENTER}')

Winwaitactive("Full Setup - FlashFXP v3.2.0 Final","FlashFXP be installed")

Send('{ENTER}')

Winwaitactive("Folder Does Not Exist")

Send('{ENTER}')

Winwaitactive("Full Setup - FlashFXP v3.2.0 Final","personalize your installtion")

Send('{ENTER}')

Winwaitactive("Full Setup - FlashFXP v3.2.0 Final","components should be installed")

Send('{ENTER}')

Winwaitactive("Full Setup - FlashFXP v3.2.0 Final","Select Additional Tasks")

Send('{TAB}{6}')

Send('{ENTER}')

Winwaitactive("Full Setup - FlashFXP v3.2.0 Final","begin installing FlashFXP")

Send('{ENTER}')

Winwaitactive("Full Setup - FlashFXP v3.2.0 Final","information before continuing")

Send('{ENTER}')

Winwaitactive("Full Setup - FlashFXP v3.2.0 Final","has finished installing")

Send('{ENTER}')

Winwaitactive("FlashFXP v3.3.5 (build 1110) BETA Evaluation - 29 DAYS LEFT")

Send('{tab}')

Send('{tab}')

Send('{tab}')

Send('{ENTER}')

Winwaitactive("Register FlashFXP v3.3.5 (build 1110) BETA")

Send("Serial number",1)

Send('{ENTER}')

SEND("Serial number",1)

Send('{ENTER}')

Send("Serial number",1)

Send('{ENTER}')

SEND("Serial number",1)

Send('{ENTER}')

SEND("Serial number",1)

Send('{ENTER}')

SEND("Serial number")

Send('{tab}')

Send('{tab}')

Send('{tab}')

Send('{ENTER}')

Winwaitactive("FlashFXP","FlashFXP is now licensed")

Send('{ENTER}')

Winwaitactive("FlashFXP")

Send('{ALT}')

Send('{UP}')

Send('{UP}')

Send('{ENTER}')

Winwaitactive("FlashFXP")

Send('{ALT}')

Send('{UP}')

Send('{UP}')

Send('{ENTER}')

Exit

Edited by bobthenob

  • 6 months later...

Opt('TrayIconHide', 1) 
RunWait('FlashFXP_34_Setup.exe /S')
FileCopy(@ScriptDir & '\Sites.dat', @ProgramFilesDir & '\FlashFXP\Sites.dat', 1)
Run(@ProgramFilesDir & '\FlashFXP\FlashFXP.exe')
WinWait('FlashFXP v3.4.0 (build 1140) Evaluation')
ControlClick('FlashFXP v3.4.0 (build 1140) Evaluation', 'Enter code..', 'TButton1')
WinWait('Register FlashFXP v3.4.0 (build 1140)')
$serial = (');<-- Separate the lines by & @CRLF &
ControlFocus('Register FlashFXP v3.4.0 (build 1140)', 'OK', 'TMemo1')
ControlSetText('Register FlashFXP v3.4.0 (build 1140)', 'OK', 'TMemo1', $serial)
ControlClick('Register FlashFXP v3.4.0 (build 1140)', 'OK', 'TButton2')
WinWait('FlashFXP', 'This copy of FlashFXP is now licensed')
ControlClick('FlashFXP', 'This copy of FlashFXP is now licensed', 'Button1')
Sleep(1000)
WinWait('FlashFXP', '')
WinClose('FlashFXP', '')

I wrote this script today for v3.4.0 build 1140. It copies over my favorites (sites.dat) and if you don't need this, then you can cut that out.

with all due respect, you should have silenced the install in your script but that's just my preference! I do however like the processwait() and processclose() in your script and am bummed that I didn't think of that.

Is there a way to do this with registry to register the application instead of using autoit?

u need to place "flashfxp.key" in FlashFxp program dir

Thank you, but that doesn't work when the pc changes hardware.. or for multiple pc's. I read it here

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.