mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-29 09:09:21 +00:00
add reg keys to recognize sip uris.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@696 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
f15937f8c3
commit
ac4636c9b7
1 changed files with 10 additions and 0 deletions
|
|
@ -33,6 +33,16 @@ Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{
|
|||
Name: "{group}\Linphone"; Filename: "{app}\bin\linphone-3.exe" ; WorkingDir: "{app}"
|
||||
Name: "{userdesktop}\Linphone"; Filename: "{app}\bin\linphone-3.exe"; WorkingDir: "{app}" ; Tasks: desktopicon
|
||||
|
||||
[Registry]
|
||||
Root: HKCR; Subkey: "sip";
|
||||
Root: HKCR; Subkey: "sip"; ValueData: "URL: SIP protocol" ; ValueType:string
|
||||
Root: HKCR; Subkey: "sip"; ValueName: "EditFlags"; ValueData: "02 00 00 00" ; ValueType:binary
|
||||
Root: HKCR; Subkey: "sip"; ValueName: "URL Protocol" ; ValueType:string
|
||||
Root: HKCR; Subkey: "sip\DefaultIcon"; ValueData: "{app}\bin\linphone-3.exe"; ValueType:string ; Flags:uninsdeletekey
|
||||
Root: HKCR; Subkey: "sip\shell"
|
||||
Root: HKCR; Subkey: "sip\shell\open"
|
||||
Root: HKCR; Subkey: "sip\shell\open\command"; ValueType:string ; ValueData: "{app}\bin\linphone-3.exe --workdir {app} --call %1"; Flags:uninsdeletekey
|
||||
|
||||
[Run]
|
||||
Filename: "{app}\bin\linphone-3.exe"; Description: "{cm:LaunchProgram,Linphone}"; WorkingDir: "{app}" ; Flags: nowait postinstall skipifsilent
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue