You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When ShellExecuteEx returned, the installer is still installing.
A solution is to set SEE_MASK_NOCLOSEPROCESS flag, and then WaitForSingleObject(shExInfo.hProcess).
The text was updated successfully, but these errors were encountered:
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 thenWaitForSingleObject(shExInfo.hProcess)
.The text was updated successfully, but these errors were encountered: