Add Toast Properties to Shortcut: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Create Page) |
(No difference)
|
Revision as of 10:16, 24 July 2019
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.
GitHub
Archived version if the GitHub-Repo is down for whatever reason