Jump to content

Recommended Posts

Posted

ok.. first off u need to dl flashfxp (www.flashFXP.com)

make a folder named flashfxp in in ur $1 it ill look like this $OEM$\$1\Install\Applications\flashfxp

rename the file u dl to just flashfxp.exe

add this to ur batch file

ECHO Installing Flash FXP

ECHO Please wait...

start /wait %systemdrive%\install\Applications\flashfxp\flashfxp.exe /VERYSILENT /SP- /NORESTART" /f

now it will work


Posted

Here's a file I made to auto register it, pretty self explanatory. Twice out of the many times I have used it there has been a problem copying the serial but straight after it works again :angry:

The FlashFXP exe should be in the same dir as register.exe, then just run register.exe

register.zip

Posted (edited)

here's the script.

Make sure to enter your key...

Also, make sure flaskfxp 3 is installed (but not registered) before running this. it will open FlashFXP and paste your key for you, and then close it.

sample calling:

%cdrom%\Applications\flashfxp\FlashFXP30Setup.exe /silent (actual installer)

%cdrom%\Applications\flashfxp\Flash3AutoReg.exe (below)

This is newbie4ever's script (which he modified from Muaitai in the UltraISO thread).

This is what I use, and it works perfectly...

$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

Edited by a06lp
Posted

hmm... i'm also using v3

did you create the script, and then use "compile script to exe"?

make sure to replace the key with yours.

also, make sure there aren't spaces in your key...

Posted

huh?

the script looks in the registry to find the path where FlashFXP is installed. it then runs FlashFXP and simply pastes the code.

you must make sure flashfxp is INSTALLED, and THEN run the exe...

i don't understand the error..

Posted

Good job I checked here as I didn't get a reply notification. For those who downloaded my zip I found a bug when pasting the key in, if there was info on the clipboard, ctrl V, which is the key press sent, would not paste the correct info, so I use the paste clipboard button, I re-upped the new version.

@jamesas

what was the file name?. If any of the apps I install unattended need an ocx file I add it to $OEM$\$$\system32 and it gets copied across, then register it if it needs to be with regsvr32 /s followed by the file path and name.

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