This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
node
mirror of
https://github.com/lukechilds/node.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
11572
Commits
131
Branches
446
Tags
325 MiB
Tree:
a4dbf45b59
node
/
tools
/
msvs
/
msi
/
custom_actions.def
4 lines
60 B
Raw
Normal View
History
win,msi: broadcast WM_SETTINGCHANGE after install In theory the msi should broadcast a 'WM_SETTINGCHANGE' message to all windows after modifying the PATH environment variable. This ensures that the new PATH is visible to other processes without restarting windows (although it's still necessary to close and reopen active console windows). Unfortunately, the broadcast doesn't always happen, for unknown reasons. That's why this patch adds a custom action that unconditionally broadcasts a WM_SETTINGCHANGE message. Bug: https://github.com/iojs/io.js/issues/603 PR: https://github.com/iojs/io.js/pull/613 Reviewed-by: Bert Belder <bertbelder@gmail.com>
10 years ago
LIBRARY
"custom_actions"
EXPORTS
BroadcastEnvironmentUpdate