http://bugs.winehq.org/show_bug.cgi?id=14123
Summary: Unable to Install .msp Files Product: Wine Version: 1.0.0 Platform: PC URL: see Description OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: msi AssignedTo: wine-bugs@winehq.org ReportedBy: pbronline-wine@yahoo.co.uk
Here is a sample trace ...
$ WINEDEBUG=trace+msiexec msiexec /p WPOX3_SP1_EN.msp trace:msiexec:main argvW[1] = L"/p" trace:msiexec:main argvW[2] = L"WPOX3_SP1_EN.msp"
That's all folks !
First I thought I had what was described in http://forum.winehq.org/viewtopic.php?p=8457#8457. However, I think
fixme:msi:MSI_OpenDatabaseW open failed r = 80030003 for L"/home/lex/Downloads/Windows/WP12OSP2/WP12SP2EN.msp"
means 'file not found'. I tried a patch to a copy of my WPO12 installation and msiexec seemed as happy as larry. (I confess I tried SP1, not SP2 ... see below).
I did as Dan Kegel suggested and tried WINEDEBUG=+msi+msidb to my problem and got no output at all. I thought this meant 'application not installed'. After all, if there is nothing to patch then there is nothing to say.
So I made some trials ...
I have a wine skin with WPO12 (WPO = WordPerfect Office) installed and another with WPOX3 installed. I have three msp Service Packs for WPO12 and two for WPOX3.
As expected, attempting to install any service pack on the wrong installation gave no trace beyond confirming the parameters as shown above.
For WPO12, SP1 was happy, SP2 was silent and SP3 was happy enough but told me either the application wasn't installed or it was at the wrong patch level. Fair enough.
For WPOX3, SP1 was silent while the hot fix for SP2 was happy (though unintelligible due to a font issue I'm still looking into).
So it seems that the silence must have some other explanation.
My Wine trials were with XP emulation. WPOX3 and its service packs have been installed under both native W2K (SP4) Professional and WXP (SP2) Home. WPO12 and its service packs were used under native W98 and possibly W2K (SP4) Professional.
As for links where you can download this stuff (I'd doubt the Service Packs apply to Trial Versions)
WPOX3 Trial Version: http://www.corel.com/servlet/Satellite?pagename=uk/ProcessLayout&lc=en&a...
WPOX3 Service Packs: http://www.corel.com/servlet/Satellite/us/en/Content/1153321224268?pid=12087...
I believe I have "Hot Patch - English: Security Update" and "Service Pack 1 - English". Service Pack 2 seems to be an .exe. file.
WPO12 Trial Version: See bug 2547
WPO12 Service Packs: http://www.corel.com/servlet/Satellite/us/en/Content/1153321224268?pid=12087...
I have the English versions of Service Packs 1, 2 and 3.
The whole lot will set you back 600+ Mb download. You'll need a Gb to install WPOX3 and half that for WPO12.
http://bugs.winehq.org/show_bug.cgi?id=14123
Forester pbronline-wine@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pbronline-wine@yahoo.co.uk
http://bugs.winehq.org/show_bug.cgi?id=14123
--- Comment #1 from Juan Lang juan_lang@yahoo.com 2008-06-25 18:14:08 --- Huh? I don't follow how to reproduce your problem. Please state, succinctly and clearly, what I'd need to do to get the application (if it's available), how to run it, what steps I need to do to reproduce the problem, and how to recognize the problem.
http://bugs.winehq.org/show_bug.cgi?id=14123
--- Comment #2 from Forester pbronline-wine@yahoo.co.uk 2008-06-26 00:44:23 --- 1. Create new wine skin; install Wine gecko; add MFC42D.DLL to C:\Windows\System32.
2. Download and install application
WPOX3 Trial Version: http://www.corel.com/servlet/Satellite?pagename=uk/ProcessLayout&lc=en&a...
I have a retail version, not a trail. I install it from CD with:
wine 'F:\Setup.exe'
3. Download msp files
WPOX3 Service Packs: http://www.corel.com/servlet/Satellite/us/en/Content/1153321224268?pid=12087...
Take:
WordPerfect Office X3 Hot Patch - English: Security Update WordPerfect Office Service Pack 1 - English
4. Try to install msp files
msiexec /p WPOX3_SP1_EN.msp msiexec /p WPOX3_SP2_HotPatch4_EN.msp
First gives no trace and quits. Second one gives lots of trace and fires up a licence agreement window.
Under a native Windows install, both fire up a licence agreement window. I expect both to fire up even without installing the application.
http://bugs.winehq.org/show_bug.cgi?id=14123
--- Comment #3 from Juan Lang juan_lang@yahoo.com 2008-06-26 11:00:57 --- Now that's a proper bug description :) Well done, thanks.
http://bugs.winehq.org/show_bug.cgi?id=14123
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|see Description | Keywords| |download
http://bugs.winehq.org/show_bug.cgi?id=14123
--- Comment #4 from Forester pbronline-wine@yahoo.co.uk 2008-08-13 12:25:33 --- Created an attachment (id=15394) --> (http://bugs.winehq.org/attachment.cgi?id=15394) WINEDEBUG=+msi,+msidb msiexec /p WPOX3_SP1_EN.msp 2>&1 | tee WPO_X3_SP1.log
Got it right this time. msiexec gives up almost immediately. The log is for Wine 1.0.0. Same behaviour observed with Wine 1.1.2.
http://bugs.winehq.org/show_bug.cgi?id=14123
--- Comment #5 from Forester pbronline-wine@yahoo.co.uk 2008-08-13 12:39:16 --- Created an attachment (id=15395) --> (http://bugs.winehq.org/attachment.cgi?id=15395) WINEDEBUG=+msi msiexec /p WP12SP1E.msp 2>&1 | tee WPO_12_SP1.log
The service pack install starts up, gets one to accept the licence but soon after crashes. Original log was +msi.+msidb but even compressed that was too big to upload. This log is for Wine 1.0.0. Behaviour with Wine 1.1.2 is as for WPO 11. See next attachment.
http://bugs.winehq.org/show_bug.cgi?id=14123
--- Comment #6 from Forester pbronline-wine@yahoo.co.uk 2008-08-13 12:45:04 --- Created an attachment (id=15396) --> (http://bugs.winehq.org/attachment.cgi?id=15396) WINEDEBUG=+msi msiexec /p WP11SP1_EN.msp 2>&1 | tee WPO_11_SP1.log
Service pack install starts well, one accepts the licence, it carries on and looks like its on the home stretch when a pop-up claims the wizard has been interrupted and the system has not been modified. The log is stripped of +msidb as otherwise it was too big to upload. This log is for Wine 1.0.0 but the same behaviour is observed with Wine 1.1.2.
http://bugs.winehq.org/show_bug.cgi?id=14123
leighman leighmanthegreat@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1
--- Comment #7 from leighman leighmanthegreat@hotmail.com 2010-03-30 10:19:56 --- *** This bug has been confirmed by popular vote. ***
http://bugs.winehq.org/show_bug.cgi?id=14123
Hans Leidekker hans@meelstraat.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |hans@meelstraat.net
--- Comment #8 from Hans Leidekker hans@meelstraat.net 2010-05-31 06:24:08 --- Please try again in current Wine and attach a +msi,+msidb trace.
http://bugs.winehq.org/show_bug.cgi?id=14123
boskar bozkar@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |bozkar@gmail.com
--- Comment #9 from boskar bozkar@gmail.com 2011-04-05 09:22:52 CDT --- Possibly this bug is also fixed in 1.3.17?
http://bugs.winehq.org/show_bug.cgi?id=14123
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|download |
--- Comment #10 from Austin English austinenglish@gmail.com 2013-08-28 18:29:35 CDT --- The original links are dead. I found ftp://ftp.corel.com/pub/CorelDRAWGraphicsSuiteX3/
austin@aw25 ~ $ msiexec /p CGSX3SP1.msp austin@aw25 ~ $ echo $? 69
austin@aw25 ~ $ sha1sum CGSX3SP1.msp 06484ae611dfa3778f01a5cc89eb70e94c81265d CGSX3SP1.msp austin@aw25 ~ $ du -h CGSX3SP1.msp 29M CGSX3SP1.msp austin@aw25 ~ $ wine --version wine-1.7.0-326-gd1ff15b
but that's a different file than the original bug report. @Forester, do you see it anyway on ftp://ftp.corel.com/pub ?
https://bugs.winehq.org/show_bug.cgi?id=14123
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED
--- Comment #11 from Austin English austinenglish@gmail.com --- Abandoned.
https://bugs.winehq.org/show_bug.cgi?id=14123
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Austin English austinenglish@gmail.com --- Closing.