Open
Description
WebView2Samples/SampleApps/WebView2APISample/AppWindow.cpp
Lines 74 to 81 in 8ec7de9
When
ShellExecuteEx
returned, the installer is still installing.A solution is to set
SEE_MASK_NOCLOSEPROCESS
flag, and then WaitForSingleObject(shExInfo.hProcess)
.Metadata
Metadata
Assignees
Labels
No labels