mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-24 19:42:07 +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"
|
||||
; Write installation path
|
||||
ReadRegStr $0 HKCU "Environment" "Path"
|
||||
WriteRegStr HKCU "Environment" "path" "$0$INSTDIR;"
|
||||
WriteRegStr HKCU "Environment" "path" "$0;$INSTDIR"
|
||||
; Write the uninstall
|
||||
WriteUninstaller "$INSTDIR\uninstall.exe"
|
||||
SectionEnd
|
||||
|
Loading…
Reference in New Issue
Block a user