How to register your app in the Notifications and Actions Center of Windows

Microsoft Windows

Active Members
Joined
Dec 10, 2024
Messages
18,200
I am developing an app (it's a plain GUI app written in DART and C++). It is a NOT a packaged UWP app.I am able to show the app's item/entry in the Windows 11 Notifications and Actions center by using this .iss innosetup script:[Registry]Root: HKCU; Subkey: "Software\Microsoft\Windows\CurrentVersion\Notifications\Settings\{#MyAppId}"; ValueName: "Enabled"; ValueType: dword; ValueData: 0; Flags: uninsdeletekey[Icons]Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopiconName: "{commonstartmen

Continue reading...
 
Back
Top