Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
1f1651d4
Commit
1f1651d4
authored
May 18, 2017
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Detect if linphone-qt is already running when launching the installer.
parent
1e9431bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
NSIS.template.in
cmake_builder/linphone_package/NSIS.template.in
+2
-1
No files found.
cmake_builder/linphone_package/NSIS.template.in
View file @
1f1651d4
...
@@ -904,7 +904,8 @@ SectionEnd
...
@@ -904,7 +904,8 @@ SectionEnd
Function .onInit
Function .onInit
FindWindow $0 "gdkWindowToplevel" "Linphone"
FindWindow $0 "gdkWindowToplevel" "Linphone"
StrCmp $0 0 notRunning
FindWindow $1 "Qt5QWindowOwnDCIcon" "Linphone"
StrCmp "$0$1" "00" notRunning
MessageBox MB_OK|MB_ICONEXCLAMATION "Linphone is running. Please close it first and restart the installation." /SD IDOK
MessageBox MB_OK|MB_ICONEXCLAMATION "Linphone is running. Please close it first and restart the installation." /SD IDOK
Abort
Abort
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment