Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update NSIS.md #1007

Merged
merged 3 commits into from Dec 14, 2016
Merged

Update NSIS.md #1007

merged 3 commits into from Dec 14, 2016

Conversation

McPo
Copy link
Contributor

@McPo McPo commented Dec 14, 2016

Added details about setting AUMID for Windows 8/8.1 notifications.

Added details about setting AUMID for Windows 8/8.1 notifications.
Added Windows 10 notification note regarding AUMID
You can explicitly set guid using option [nsis.guid](https://github.com/electron-userland/electron-builder/wiki/Options#NsisOptions-guid), but it is not recommended — consider using [appId](https://github.com/electron-userland/electron-builder/wiki/Options#BuildMetadata-appId).

It is also important to set the Application User Model ID (AUMID) to the [appId](https://github.com/electron-userland/electron-builder/wiki/Options#BuildMetadata-appId) of the application, inorder for notifications on Windows 8/8.1 to function and for Window 10 notifications to display the app icon within the notifications by default. The AUIMD should be set within the Main process and before any BrowserWindows have been opened, it is normally the first piece of code executed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"inorder" -> "in order"

@develar
Copy link
Member

develar commented Dec 14, 2016

Thanks for improving docs.

Fix doc typo
@develar develar merged commit a3b9b78 into electron-userland:master Dec 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants