I guess it's not installing after all, the installer menu says install completed, but the log code says differently.
fixme:msi:ACTION_HandleStandardAction unhandled standard action L"RemoveFolders"err:cabinet:FDICopy PFDI_OPEN returned zero for c:\Program Files\Common Files\Java\Update\Base Images\jdk1.5.0.b64\patch-jdk1.5.0_07.b03\jo150000.cab. err:msi:extract_cabinet_file FDICopy failed err:msi:ACTION_InstallFiles Unable to ready media
That message looks eerily familiar,
seems the same bug that plagues the America's Army installer also plagues that of J2SE. Caused by the query in ready_media_for_file in files.c returning the wrong results from the query "SELECT * FROM Media WHERE LastSequence >= file-Sequence ORDER BY LastSequence".
Fix this bug and we'll kill 2 birds with one stone.
From: "EA Durbin" ead1234@hotmail.com To: dank@kegel.com CC: wine-devel@winehq.org Subject: RE: My 1.0 wish list Date: Sat, 03 Jun 2006 00:54:31 -0500
I just tested J2SE update 7 offline installation from sun and it installed with no problems. Are we trying to install netbeans or something too that's crashing? I'm using the latest cvs version of wine.
From: "Dan Kegel" dank@kegel.com To: wine-devel wine-devel@winehq.org Subject: My 1.0 wish list Date: Fri, 2 Jun 2006 21:55:43 -0700
... is now at http://wiki.winehq.org/DanKegel
I'm willing to focus some effort on these tasks, too, so it's not just pie-in-the-sky wishing.