Add Toast Properties to Shortcut

From NSIS Wiki
Jump to navigationJump to search

I made a makro which sets the AppUserModel ID and ToastActivatorCLSID on an existing shortcut - the required properties for Win 8+ toast messages. It makes use of the System::Call Function to communicate directly with the COM-Interface.

I documented the Code well to be of great use for people needing similar code or searching for example-code of the System::Call usage.

NSIS Shortcut Properties

GitHub
Archived version if the GitHub-Repo is down for whatever reason (V1.0)