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@winehq.org Reporter: focht@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/71ecb55661a8cf14a0e19b94749f1d895...
--- 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
https://bugs.winehq.org/show_bug.cgi?id=35482
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download, Installer URL| |http://web.archive.org/web/ | |20101006171129/http://renew | |edvision.com/downloads/pc/P | |roPresenter_Windows_4.0.0.1 | |.zip
https://bugs.winehq.org/show_bug.cgi?id=35482
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com --- This looks simple, I'll send something.
https://bugs.winehq.org/show_bug.cgi?id=35482
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f608c5d2ae7ee0dc82fbf2bae9a | |e82b7f8dbe5ee Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit http://source.winehq.org/git/wine.git/commitdiff/f608c5d2ae7ee0dc82fbf2bae9a...
Thanks Nikolay
Regards
https://bugs.winehq.org/show_bug.cgi?id=35482
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.12.
https://bugs.winehq.org/show_bug.cgi?id=35482
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |wshom.ocx