Feature #212
Don't require reboot after installing Smuxi on Windows
Status: | Closed | Start: | 10/14/2009 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Windows Installer | |||
Target version: | - | |||
Complexity: | ||||
Votes: | 0 |
Description
If Smuxi installs GTK# on Windows a reboot is required, because changes to the PATH environment variable aren't effective. Maybe a hack in the nsis script to force the reload of PATH might fix the need for a boot.
Associated revisions
Revision 0a863aaee6eb8148ca444326890a9e2d37204651
Added PATH refresh hack so a reboot is no longer required after the GTK# install. (closes: #212)
History
Updated by Mirco Bauer 5556 days ago
Adding this to the installer might fixed the updated PATH issue:
SendMessage ${HWND_BROADCAST} ${WM_WININICHANGE} 0 "STR:Environment" /TIMEOUT=5000
Updated by Mirco Bauer 5555 days ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset 0a863aaee6eb8148ca444326890a9e2d37204651.