December 24, 200421 yr 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\flashfxprename the file u dl to just flashfxp.exe add this to ur batch file ECHO Installing Flash FXPECHO Please wait...start /wait %systemdrive%\install\Applications\flashfxp\flashfxp.exe /VERYSILENT /SP- /NORESTART" /fnow it will work
December 24, 200421 yr 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 The FlashFXP exe should be in the same dir as register.exe, then just run register.exeregister.zip
December 30, 200421 yr Hey it wont run on my win2k3 machine it says its missing some .ocx file how do i get that file and intergrate it into my setup
December 30, 200421 yr 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 December 30, 200421 yr by a06lp
December 30, 200421 yr hmm... i'm also using v3did 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...
December 30, 200421 yr yeh i made a exe out of it and named it install.exe, and would it matter if its on one line
December 30, 200421 yr 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..
December 31, 200421 yr 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.@jamesaswhat 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