[Bug 35482] New: ProPresenter 4.x (.NET 3.5 WPF app) installer needs WshShortcut_put_Arguments

wine-bugs at winehq.org wine-bugs at winehq.org
Fri Jan 31 12:58:12 CST 2014


https://bugs.winehq.org/show_bug.cgi?id=35482

            Bug ID: 35482
           Summary: ProPresenter 4.x (.NET 3.5 WPF app) installer needs
                    WshShortcut_put_Arguments
           Product: Wine
           Version: 1.7.11
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: -unknown
          Assignee: wine-bugs at winehq.org
          Reporter: focht at gmx.net
    Classification: Unclassified

Hello folks,

as the summary says ...

Prerequisite: 'winetricks -q dotnet35sp1'

--- snip ---
...
fixme:wshom:WshShortcut_put_Arguments (0x3447168)->(L"/x
{89C66246-747F-413C-8F60-2C05CBDE6216}"): stub
An exception occurred in the OnAfterInstall event handler of
ProPresenter.SetupHelper.InstallerHelper.
System.NotImplementedException: The method or operation is not implemented.
err:msi:custom_get_thread_return Invalid Return Code -1
err:msi:ITERATE_Actions Execution halted, action
L"_F8C4A53C_EE52_4DB2_A68B_BEC2DA560710.install" returned 1603
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1603
--- snip ---

Source:
http://source.winehq.org/git/wine.git/blob/71ecb55661a8cf14a0e19b94749f1d8957c9ab16:/dlls/wshom.ocx/shell.c#l401

--- snip ---
401 static HRESULT WINAPI WshShortcut_put_Arguments(IWshShortcut *iface, BSTR
Arguments)
402 {
403     WshShortcut *This = impl_from_IWshShortcut(iface);
404     FIXME("(%p)->(%s): stub\n", This, debugstr_w(Arguments));
405     return E_NOTIMPL;
406 }
--- snip ---

'winetricks wsh57' works around.

$ sha1sum ProPresenter_Windows_4.0.0.1.zip 
f226375be25f41b9fba76b6a7f3b5acb7e01812b  ProPresenter_Windows_4.0.0.1.zip

$ du -sh ProPresenter_Windows_4.0.0.1.zip
123M    ProPresenter_Windows_4.0.0.1.zip

$ wine --version
wine-1.7.11-206-g82b3813

Regards

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.



More information about the wine-bugs mailing list