- Download and install Visual Studio 2015 Community Edition
- Clone the repository
- Open the solution using the NotificationWebView.sln file
- Select the "Release" build configuration
- Select your platform (x86 or x64) from the next dropdown
- Find the "Build" menu and select "Build Solution"
The installer is created using NSIS. Adding makensis to your PATH is recommended, but not required.
- Install NSIS 2.x
- Open a Command Prompt to the Installer directory under the NotificationWebView project
- Execute
makensis installer-x64.nsi
NotificationWebView will open in the notification area and will not display in the normal taskbar area. It may be necessary to check the condensed notification area icon list if the NotificationWebView icon is not visible at first.
Once located, the icon can be dragged out with the rest of the notification area icons.