[Bug 4280] Installing j2se with wine

Wine Bugs wine-bugs at winehq.org
Wed Aug 9 12:59:57 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=4280





------- Additional Comments From truiken at gmail.com  2006-09-08 12:59 -------
This installation has two packages to install, the jdk and the jre.  The jdk
extracts a file, other.zip, that is also needed by the jre install.  The
RemoveFiles action is called by the second package installation, and we
mistakenly remove other.zip in Wine.  When we get to the InstallFiles action, we
find that other.zip is missing, so we try to extract it from jo150000.cab, which
doesn't exist and we fail.  What should happen is that other.zip should never be
removed, and therefore we won't try to extract that file from the missing
cabinet.  I've sent in a test case for this behavior.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the wine-bugs mailing list