mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-25 20:12:14 +03:00
fix path key for win64 installer
This commit is contained in:
parent
866074fb9f
commit
ea90b59b38
@ -46,7 +46,7 @@ SectionGroup "executables"
|
|||||||
File "hurl.exe"
|
File "hurl.exe"
|
||||||
; Write installation path
|
; Write installation path
|
||||||
ReadRegStr $0 HKCU "Environment" "Path"
|
ReadRegStr $0 HKCU "Environment" "Path"
|
||||||
WriteRegStr HKCU "Environment" "path" "$0$INSTDIR;"
|
WriteRegStr HKCU "Environment" "path" "$0;$INSTDIR"
|
||||||
; Write the uninstall
|
; Write the uninstall
|
||||||
WriteUninstaller "$INSTDIR\uninstall.exe"
|
WriteUninstaller "$INSTDIR\uninstall.exe"
|
||||||
SectionEnd
|
SectionEnd
|
||||||
|
Loading…
Reference in New Issue
Block a user