gui execute as non-admin on installer finish
This commit is contained in:
parent
86bb49aeae
commit
49c1a5e9a1
Binary file not shown.
|
@ -246,9 +246,6 @@ SectionEnd
|
||||||
Function .onInstSuccess
|
Function .onInstSuccess
|
||||||
|
|
||||||
; start the GUI automatically.
|
; start the GUI automatically.
|
||||||
Exec "$INSTDIR\synergy.exe"
|
ShellExecAsUser::ShellExecAsUser "" "$INSTDIR\synergy.exe" SW_SHOWNORMAL
|
||||||
|
|
||||||
; HACK: wait 5 secs for the GUI to take focus.
|
|
||||||
Sleep 5000
|
|
||||||
|
|
||||||
FunctionEnd
|
FunctionEnd
|
||||||
|
|
Loading…
Reference in New Issue