EZ Macros User Manual

Install, Update, and License Notes

Source-backed notes about installation assumptions, live update, ordering, and license-related dialogs.

This page only documents behavior that is confirmed in the current repo.

What the App Itself Exposes

EZ Macros still includes these user-facing surfaces:

  • About
  • Order Online
  • Live Update
  • evaluation-related dialogs in builds that enable demo mode
  • a runtime-license dialog for EXE-macro scenarios

Live Update

The Help > Live Update command is still wired in current code.

Important notes:

  • it depends on liveupdate.dll
  • normal builds pass version 5.5 to the update DLL
  • if the update flow says a purchase is needed, the app can open the order flow

Order and Website Commands

These commands still open vendor web paths:

  • How to Use EZ Macros
  • Visit American Systems on the Web
  • Order Online

Install Assumptions Confirmed by Code

The repo does not expose a modern installer UI for end users. What the app itself clearly expects is:

  • the main EXE in the application folder
  • companion DLLs such as the hook DLLs in the same folder
  • StartupMgr.exe for the auto-start path
  • EZ Scheduler installed and registered if you want scheduling

Trial and Runtime Notes

  • demo-mode dialogs still exist in the codebase
  • the normal build path in this repo does not behave like a live demo by default
  • EXE-macro and runtime-license dialogs are still present for export-related workflows

Version Note

The visible UI still presents as EZ Macros 5.5. Older help files and some version metadata in the repo are older and should not be treated as the main user-facing truth.

If Something Is Missing

  • no update flow: check for liveupdate.dll
  • no scheduling flow: check for EZ Scheduler
  • no EXE export menu item: your build may hide it