Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorvald Natvig <slicer@users.sourceforge.net>2009-12-27 19:47:33 +0300
committerThorvald Natvig <slicer@users.sourceforge.net>2009-12-27 19:47:33 +0300
commitff50167b69f184ee242eab6c93093f2e629653a6 (patch)
treef477b45b308082e70ebd8a9ee857885a5cbeb6f6 /installer
parent484aa0b0981507dac4c85e82da9316cf52575c79 (diff)
Use ShellExec to launch mumble in installer
Diffstat (limited to 'installer')
-rw-r--r--installer/Mumble.nsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/Mumble.nsi b/installer/Mumble.nsi
index f12dd6f63..5653e6688 100644
--- a/installer/Mumble.nsi
+++ b/installer/Mumble.nsi
@@ -657,7 +657,7 @@ FunctionEnd
Function Run_Mumble
${If} ${SectionIsSelected} ${SectionMumble}
- UAC::Exec '' "$INSTDIR\mumble.exe" '' ''
+ UAC::ShellExec "open" SW_SHOWNORMAL "$INSTDIR\mumble.exe" "" "$INSTDIR"
${EndIf}
FunctionEnd