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.

newbie4ever

Member
  • Joined

  • Last visited

  • Country

    United States

Everything posted by newbie4ever

  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. I have, read page 2
  5. 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
  6. 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
  7. 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"
  8. i don't understand your question the path doesn't change
  9. 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
  10. WOW thankx how can you tell it's NSIS? @koden, ac3filter.exe /S CAPTIAL /S NOT /s

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.