https://bugs.winehq.org/show_bug.cgi?id=40208
Bug ID: 40208 Summary: Steup installation of CEGID BUISINESS LINE failed. Product: Wine Version: 1.9.4 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: msi Assignee: wine-bugs@winehq.org Reporter: christian.briard@gmx.com Distribution: ---
Created attachment 53723 --> https://bugs.winehq.org/attachment.cgi?id=53723 MSI log
Executing an installation of CEGID BUISINESS LINE failed with a log text (see attached files). "Install: C:\windows\System32\msiexec.exe /q /i "Z:\home\cbriard\CBL\PRODUCTS\AIDEBL.MSI" INSTALLDIR="C:\Program Files\Cegid\Cegid Business Line" /norestart Install : 1603 - C:\windows\System32\msiexec.exe - Erreur en exécution du programme"
Here enclosed a trace file to.
Any idea of what is going wrong ? Christian.
https://bugs.winehq.org/show_bug.cgi?id=40208
--- Comment #1 from Christian Briard christian.briard@gmx.com --- Created attachment 53724 --> https://bugs.winehq.org/attachment.cgi?id=53724 Setup CEGID log
https://bugs.winehq.org/show_bug.cgi?id=40208
Alistair Leslie-Hughes leslie_alistair@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |leslie_alistair@hotmail.com Severity|blocker |normal
--- Comment #2 from Alistair Leslie-Hughes leslie_alistair@hotmail.com --- This would appear to be one point of failure fixme:vbscript:parse_script parser failed around L"\n\r\nPublic Mode_Debug...
To possible work around the issue, install the vb script engine.
winetricks wsh56vb
https://bugs.winehq.org/show_bug.cgi?id=40208
--- Comment #3 from Christian Briard christian.briard@gmx.com --- Dear Alistair, Thanks a lot for your quick anwser.
I've followed your advice, installing first winetricks on my CentOs 6 (apparently it were not installed by default), following this link : http://ubuntu-snippets.blogspot.fr/2008/05/as-most-of-us-know-wine-is-used-t...
I've run in a terminal : "./winetricks vb6run wsh56" and installed all the vb runtimes availables. I finally succeeded in that step launching wine setupcegid.exe from a terminal but not from the Gnome window interface ... Anyway I'm meeting a new problem when the program is trying to install MSACCESS or SQLLITE. Here enclose the wine log text : Setup CEGID 2.log fixme:ntdll:NtLockFile I/O completion on lock not implemented yet ???
Any idea ? All the best, Christian.
https://bugs.winehq.org/show_bug.cgi?id=40208
Christian Briard christian.briard@gmx.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Summary|Steup installation of CEGID |Setup installation of CEGID |BUISINESS LINE failed. |BUISINESS LINE failed.
https://bugs.winehq.org/show_bug.cgi?id=40208
--- Comment #4 from Christian Briard christian.briard@gmx.com --- Created attachment 53727 --> https://bugs.winehq.org/attachment.cgi?id=53727 Setup CEGID 2nd log
https://bugs.winehq.org/show_bug.cgi?id=40208
--- Comment #5 from Christian Briard christian.briard@gmx.com --- Created attachment 53728 --> https://bugs.winehq.org/attachment.cgi?id=53728 New Log installshield
https://bugs.winehq.org/show_bug.cgi?id=40208
--- Comment #6 from Alistair Leslie-Hughes leslie_alistair@hotmail.com ---
"./winetricks vb6run wsh56" and installed all the vb runtimes availables. I finally succeeded in that step launching wine setupcegid.exe from a terminal but not from the Gnome window interface ... Anyway I'm meeting a new problem when the program is trying to install MSACCESS or SQLLITE.
Try winetricks msxml3 mdac28 jet40
If XML appears to break after that then winetricks msxml4 msxml6
https://bugs.winehq.org/show_bug.cgi?id=40208
--- Comment #7 from Christian Briard christian.briard@gmx.com --- Created attachment 53737 --> https://bugs.winehq.org/attachment.cgi?id=53737 Terminal log output installing Cégid Business LIne
https://bugs.winehq.org/show_bug.cgi?id=40208
--- Comment #8 from Christian Briard christian.briard@gmx.com --- Hello Allister. Thanks again for your support. Updating with winetricks msxml3, 4, and 6, mdac28, and finally jet40 were done.
Jet 40 return me an error that I lost. A new try let me know jet4.0 is already installed ... well ... ok.
Further retry of CEGID BUISINESS LINE installation bring me to the same log (see attached file Cegid Buisiness Line 2.log
This software (use for professional accounting) use or MSACESS runtime or SQLEXRESS runtime to interrogate a database. I've tried to install separately SQLEXPRESS runtime without more success (looks like the ctapi32 brings problems pointing ctapi32.dll from wine or another crypto library in my CentOs 6 ...complex).
Any more idea that I can explore ?
All the best, Christian.
https://bugs.winehq.org/show_bug.cgi?id=40208
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|msi |wmi&wbemprox
--- Comment #9 from Hans Leidekker hans@meelstraat.net --- fixme:wbemdisp:WinMGMTS_ParseDisplayName ignoring security settings fixme:wbemdisp:object_QueryInterface interface {fc4801a3-2ba9-11cf-a229-00aa003d7352} not implemented fixme:wbemdisp:object_QueryInterface interface {a6ef9860-c720-11d0-9337-00a0c90dcaa9} not implemented err:msi:MsiActiveScriptSite_OnScriptError script error: L"Object doesn't support this property or method: 'ObjRegistry.CreateKey'"
It needs an implementation of StdRegProv.CreateKey.
https://bugs.winehq.org/show_bug.cgi?id=40208
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Installer Summary|Setup installation of CEGID |Cegid Business Line |BUISINESS LINE failed. |installer fails in custom | |script action with "Object | |doesn't support this | |property or method: | |'ObjRegistry.CreateKey'" | |(needs | |'StdRegProv.CreateKey') CC| |focht@gmx.net Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks,
confirming on behalf of OP. Refining summary to highlight the missing functionality:
https://www.winehq.org/pipermail/wine-devel/2018-September/132917.html https://source.winehq.org/patches/data/151973
If possible please always mention the ticket id in the patch sent to mailing list ("Wine-Bug: xxx") so it can be included in commit description for better traceability.
Regards
https://bugs.winehq.org/show_bug.cgi?id=40208
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |05cdc07d4431cbce14887d901d9 | |2d6243495bd1e Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #11 from Hans Leidekker hans@meelstraat.net --- Fixed by 05cdc07d4431cbce14887d901d92d6243495bd1e.
https://bugs.winehq.org/show_bug.cgi?id=40208
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 3.18.
https://bugs.winehq.org/show_bug.cgi?id=40208
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |3.0.x
https://bugs.winehq.org/show_bug.cgi?id=40208
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|3.0.x |---
--- Comment #13 from Michael Stefaniuc mstefani@winehq.org --- Removing the 3.0.x milestone from bug fixes included in 3.0.5.