Jump to content

newbie4ever

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by newbie4ever

  1. hi,

    i just try your autoit script but i got an error in line 1

    $var = RegRead("HKEY_LOCAL_MACHINE\SOFTWARE\FlashFXP\3", "Install Path")

    unknown command

    and i got the same error with the ultraiso's script

    some know what going wrong ??

    TIA

    ^^^^^^^^^^^

    he's right

    install flashfxp first

    start /wait %systemdrive%\install\Applications\FlashFXP\FlashFXP_30_Setup.exe /silent

    then edit the the script with your serial #, then compile the script to exe

    then run

    start /wait %systemdrive%\install\Applications\FlashFXP\AutoReg.exe

    you can test the script repeatedly by deleting the flashfxp.key file

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

  3. Hi guys,

    I'm new to this stuff but i found this method seems to work.

    --------

    First Install UltraISO like normal

    Open InstallRite can click "Create a manual snapshot of your PC"

    then Open UltraISO and Register your product

    Now click "Perform an "Analysis" of the changes since the last "Snapshot""

    Then it will ask you to put in a name (ie: UltraISO)

    If you look at the analysis, the UltraISO.exe get modified after registration. I think that's why only applying registry will NOT work for this program.

    you have to copy that UltraISO.exe to your folder (\$OEM$\$1\Install\Applications\UltraISO)

    Under Added Registry Keys

    Export: HKEY_CURRENT_USER and HKEY_USERS name it register1 and 2

    Make a batch file that contains something like this:

    COPY /Y %systemdrive%\install\Applications\ultraiso\ultraiso.exe c:\program files\ultraiso

    REGEDIT /S %systemdrive%\install\Applications\Ultraiso\register1.reg

    REGEDIT /S %systemdrive%\install\Applications\Ultraiso\register2.reg

    -------

    To Silent install

    \uiso721me.exe /VERYSILENT /SP-

    Run your batch file

    i think that will do it

×
×
  • Create New...