electron-windows-interactive-notifications icon indicating copy to clipboard operation
electron-windows-interactive-notifications copied to clipboard

:zap: Respond to interactive notifications on Windows, from Electron

Results 6 electron-windows-interactive-notifications issues
Sort by recently updated
recently updated
newest added

Hi, I'm just getting started with this module, but I can't get it to install on my system. I've made sure that I'm running the VS Code Developer Command Prompt...

As stated in the Readme to install this package I have to specify a CLSID and a protocol. Specifying it in the package.json however results in this installation output: >#####...

Hello, I have `electron-windows-interactive-notifications` as my dependency. When I use clean `npm install` and after that `electron-rebuild` I get: ```bash App threw an error during load Error: The specified module...

Hi, I'm running npm-install and seeing the following error... ```bash C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets(94,27): error MSB4086: A numeric comparison was attempted on "$(TargetPlatformVersion)" that evaluates to "10.0.10586.0" instead of a number, in condition...

I've done the following things * Manually copied InteractiveNotifications.dll to resolve a runtime error * Fixed up calls to v8::String::Value compile error in notification_bindings.cc * Manually updated CLSID in two...

I installed the Windows 10 SDK 10.0.10586 and the MSVC v140 - VS 2015 C++ Build Tools from the Visual Studio installer. However, installing the package still gives this compilation...