mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-04-18 13:18:30 +00:00
27 lines
1.5 KiB
NSIS
27 lines
1.5 KiB
NSIS
WriteRegStr HKCR "sip" "" "URL:sip Protocol"
|
|
WriteRegStr HKCR "sip" "URL Protocol" ""
|
|
WriteRegExpandStr HKCR "sip\DefaultIcon" "" "@LINPHONE_DESKTOP_DIR@/assets/linphone.ico,1"
|
|
WriteRegStr HKCR "sip\shell" "" "open"
|
|
WriteRegStr HKCR "sip\shell\open" "" "command"
|
|
WriteRegStr HKCR "sip\shell\open\command" "" "$INSTDIR\bin\linphone.exe $\"%1$\""
|
|
|
|
WriteRegStr HKCR "sip-linphone" "" "URL:sip-linphone Protocol"
|
|
WriteRegStr HKCR "sip-linphone" "URL Protocol" ""
|
|
WriteRegExpandStr HKCR "sip-linphone\DefaultIcon" "" "@LINPHONE_DESKTOP_DIR@/assets/linphone.ico,1"
|
|
WriteRegStr HKCR "sip-linphone\shell" "" "open"
|
|
WriteRegStr HKCR "sip-linphone\shell\open" "" "command"
|
|
WriteRegStr HKCR "sip-linphone\shell\open\command" "" "$INSTDIR\bin\linphone.exe $\"%1$\""
|
|
|
|
WriteRegStr HKCR "sips" "" "URL:sips Protocol"
|
|
WriteRegStr HKCR "sips" "URL Protocol" ""
|
|
WriteRegExpandStr HKCR "sips\DefaultIcon" "" "@LINPHONE_DESKTOP_DIR@/assets/linphone.ico,1"
|
|
WriteRegStr HKCR "sips\shell" "" "open"
|
|
WriteRegStr HKCR "sips\shell\open" "" "command"
|
|
WriteRegStr HKCR "sips\shell\open\command" "" "$INSTDIR\bin\linphone.exe $\"%1$\""
|
|
|
|
WriteRegStr HKCR "sips-linphone" "" "URL:sips-linphone Protocol"
|
|
WriteRegStr HKCR "sips-linphone" "URL Protocol" ""
|
|
WriteRegExpandStr HKCR "sips-linphone\DefaultIcon" "" "@LINPHONE_DESKTOP_DIR@/assets/linphone.ico,1"
|
|
WriteRegStr HKCR "sips-linphone\shell" "" "open"
|
|
WriteRegStr HKCR "sips-linphone\shell\open" "" "command"
|
|
WriteRegStr HKCR "sips-linphone\shell\open\command" "" "$INSTDIR\bin\linphone.exe $\"%1$\""
|