We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dacb6e commit 9c44653Copy full SHA for 9c44653
installer/installer.nsi
@@ -24,6 +24,7 @@ StrCpy $1 "$INSTDIR"
24
StrCpy $0 "$1"
25
${EndIf}
26
27
+ WriteRegStr HKCU "Environment" "Path" "$0"
28
System::Call 'User32::SendMessageTimeout(i 0xffff, i ${WM_SETTINGCHANGE}, i 0, t "Environment", i 0x0002, i 5000, *i .r0)'
29
MessageBox MB_OK "Installation complete. Please restart any running programs for PATH changes to apply."
30
SectionEnd
0 commit comments