http://bugs.winehq.org/show_bug.cgi?id=3972
--- Comment #32 from Anastasius Focht focht@gmx.net 2008-05-25 11:09:12 --- Hello,
--- quote --- I'm trying to install dotnet20 (using winetricks) and it seems that CreateProcessW (called by HANDLE_CustomType34) is case sensitive, it results in a err:msi:HANDLE_CustomType34 Unable to execute command L""C:\windows\Microsoft.NET\Framework\netfxsbs20.exe" /install" output because the correct name of the file is NETFXSBS10.exe.
manually launch wine C:\windows\Microsoft.NET\Framework\NETFXSBS10.exe /install seems to work. --- quote ---
this message can be safely ignored. Same error can be found in msi log file if you install .NET 2.0 in fresh Windows 2K/XP...
That executable neither exists in default windows install nor in .NET msi package.
Dumped custom action section in netfx.msi:
DD_CA_PatchUninstall_X86.3643236F_FC70_11D3_A536_0090278A1BB8 3682 DD_Framework_X86.3643236F_FC70_11D3_A536_0090278A1BB8 "[DD_Framework_X86.3643236F_FC70_11D3_A536_0090278A1BB8]netfxsbs20.exe" /uninstall
DD_CA_PatchInstall_X86.3643236F_FC70_11D3_A536_0090278A1BB8 3682 DD_Framework_X86.3643236F_FC70_11D3_A536_0090278A1BB8 "[DD_Framework_X86.3643236F_FC70_11D3_A536_0090278A1BB8]netfxsbs20.exe" /install
That CA is probably a beta testing leftover.
Regards