Add Toast Properties to Shortcut: Difference between revisions
From NSIS Wiki
Jump to navigationJump to search
(Create Page) |
m (Add some details) |
||
Line 3: | Line 3: | ||
I documented the Code well to be of great use for people needing similar code or searching for example-code of the <code>System::Call</code> usage. | I documented the Code well to be of great use for people needing similar code or searching for example-code of the <code>System::Call</code> usage. | ||
= NSIS Shortcut Properties = | |||
[https://github.com/safing/nsis-shortcut-properties GitHub]<br> | [https://github.com/safing/nsis-shortcut-properties GitHub]<br> | ||
[http://web.archive.org/web/*/https://github.com/safing/nsis-shortcut-properties/blob/master/shortcut-properties.nsh Archived version if the GitHub-Repo is down for whatever reason] | [http://web.archive.org/web/*/https://github.com/safing/nsis-shortcut-properties/blob/master/shortcut-properties.nsh Archived version if the GitHub-Repo is down for whatever reason] (V1.0) | ||
[[Category: | [[Category:COM Programming]] |
Latest revision as of 10:23, 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.
NSIS Shortcut Properties
GitHub
Archived version if the GitHub-Repo is down for whatever reason (V1.0)