Dispatcher Changelog

What's new in Dispatcher 2010.02.08

Mar 24, 2010
  • Fixed issue with Updater updating itself on Windows XP

New in Dispatcher 2010.01.24 (Jan 25, 2010)

  • Added German language default thanks to Neo1000
  • Restoring to English now merely relies on the Updater's internal language set, resulting in Language Texts not being downloaded redundently
  • Shortened name of "Update Mirror URL" to "Mirror URL"
  • Added "Test" button to Mirror Upload URL in New Project Window
  • Incrased size of Mirror Properties pop-up
  • Fixed "Auto-Upload via FTP" checkbox being unclickable via text
  • Renamed "Relative Program Path" to "Relative EXE Path" for consistancy
  • Merged Desc+Btn into single "Customize Text" button for clarity

New in Dispatcher 2009.10.18 (Oct 31, 2009)

  • UAC prompts for Admin Rights now only come up when needed (Not when checking for updates, not when Updater is run from a User folder)
  • [InstallScripts]
  • Added new default InstallScript "Basic-NonAdmin": Allows Limited Users to Install and Update your software without ever needing Admin rights! (same way Google Chrome bypasses UAC)
  • No longer requires Administrator Rights to check for updates
  • Windows UAC will only ask for Administrator Rights when actually doing updates
  • Updater can update (the softare+itself) without ever requiring Administrator Rights, if Software+Updater were installed into AppDir (same way Google Chrome bypasses UAC)
  • Updater now makes note of available new versions in Data INI (so you can silently check for updates without admin rights)
  • Catches when UAC bootloader was started by a Limited User in Windows XP and handles error properly (Only XP doesn't allow user elevation)
  • Inflate param warns you if you are trying to use it without write-access
  • Made downloading code safe for account-type checking code
  • Fixed 2 error messages not yet using the external language file
  • Many error messages now contain error codes (are just the line number in src; helpful for debugging)