https://bugs.winehq.org/show_bug.cgi?id=35509 Bug ID: 35509 Summary: ProPresenter 4.x (.NET 3.5 WPF app) installer needs WshShortcut_put_IconLocation Product: Wine Version: 1.7.11 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: -unknown Assignee: wine-bugs(a)winehq.org Reporter: focht(a)gmx.net Classification: Unclassified Hello folks, as the summary says ... Prerequisite: 'winetricks -q dotnet35sp1' --- snip --- ... fixme:wshom:WshShortcut_put_IconLocation (0x34453b0)->(L"C:\\windows\\system32\\shell32.dll, 165"): 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/f608c5d2ae7ee0dc82fbf2bae9ae82b7f... --- snip --- 459 static HRESULT WINAPI WshShortcut_put_IconLocation(IWshShortcut *iface, BSTR IconPath) 460 { 461 WshShortcut *This = impl_from_IWshShortcut(iface); 462 FIXME("(%p)->(%s): stub\n", This, debugstr_w(IconPath)); 463 return E_NOTIMPL; 464 } --- 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-237-g00aeadc 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.