Jump to content

newbie4ever

Member
  • Posts

    10
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About newbie4ever

newbie4ever's Achievements

0

Reputation

  1. script is posted in the AutoIt thread AutoIT Sticky
  2. for me xvid v1.02 /silent no problem
  3. FlashFXP 3.x AutoIT v3 Edit the script and input your own serial # /EDIT changed the end Winclose("flashfxp") to Processclose("flashfxp.exe")
  4. 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
  5. 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
  6. that's funny because after i registered it, installrite reported UltraISO.exe as one of the file that got modified thanks for the more correct code copy /Y %systemdrive%\install\Applications\UltraISO.EXE "%ProgramFiles%\UltraISO"
  7. i don't understand your question the path doesn't change
  8. 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
  9. WOW thankx how can you tell it's NSIS? @koden, ac3filter.exe /S CAPTIAL /S NOT /s
×
×
  • Create New...