From: Nikolay Sivov Subject: Re: [PATCH] shell32: Skip OpenAs_RunDLL in uri Message-Id: <13bcedce-cc7c-eb68-6674-ff7e1c9d1ced@codeweavers.com> Date: Tue, 8 Sep 2020 13:07:07 +0300 In-Reply-To: <16d084ba-35cf-a59f-8f4a-d10737fe0222@uniontech.com> References: <157fd464-43aa-3a9b-c018-1da2555f1f1c@codeweavers.com> <16d084ba-35cf-a59f-8f4a-d10737fe0222@uniontech.com> On 9/8/20 12:28 PM, Haoyang Chen wrote: > > Through windows 7,  I found that OpenAs_RunDLL functions will open a > dialog that can choose to specify the application. my idea is to skip > this OpenAs_RunDLL and use wine's default application execution. > > eg: ShellExecuteW(NULL,  L"open", L"rundll32.exe", L"shell32.dll, > OpenAs_RunDLL https://www.winehq.org/", NULL,  SW_SHOW); If it's only meant to open a dialog, why would you shellexec instead? P.S. please cc wine-devel on replies. > > 在 2020/9/8 下午3:57, Nikolay Sivov 写道: >> It's probably easier to implement OpenAs_RunDLL(). What is the full >> command line and what is supposed to happen on OpenAs_RunDLL() call? >> >> >> >> > >