[PATCH] shell32: Skip OpenAs_RunDLL in uri

Nikolay Sivov nsivov at codeweavers.com
Tue Sep 8 05:07:07 CDT 2020



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?
>>
>>
>>
>>
>
>




More information about the wine-devel mailing list