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:
AboutOrder OnlineLive 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.5to 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 MacrosVisit American Systems on the WebOrder Online
Entering Your License After Purchase
After purchasing EZ Macros you will receive a confirmation email with your name and license key. To register the software:
- Open EZ Macros.
- Click
Help>About. - Click the
Enter License(orRegister) button in the About box. - Type your name and the license key exactly as they appear in your confirmation email.
- Click
OK. The trial or demo restrictions are removed immediately without restarting.
If the About box does not show an Enter License button, the copy you are running is already a fully licensed build distributed directly to your organization.
Updating Your License
If you upgrade to a new version or receive a replacement key:
- Open EZ Macros.
- Click
Help>Aboutand then clickEnter License. - Clear the existing fields and enter the new name and key.
- Click
OK.
You do not need to uninstall the old version first. The new key takes effect immediately.
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.exefor 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