node/tools/msvs
Mathias Küsel 668bde8ac0 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>
2015-01-27 16:18:26 +01:00
..
genfiles win: regenerate perfctr provider files 2015-01-08 23:32:17 +01:00
msi win,msi: broadcast WM_SETTINGCHANGE after install 2015-01-27 16:18:26 +01:00
npm npm msi changes 2011-12-01 21:12:17 +01:00
nodevars.bat src: rename node to io.js for Windows installer 2015-01-13 09:44:34 +11:00