http://bugs.winehq.org/show_bug.cgi?id=6426
truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|wine-bugs@winehq.org |truiken@gmail.com Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From truiken@gmail.com 2006-13-10 18:49 ------- The installation files are all in the 15 or so cab files that come with the setup. The installer doesn't set the compressed attribute for any of the files or in the WordCount property, so according to what little informatiion msdn says about compressed files, these files should not be recognized as compressed. I have a feeling that native msi checks if a source file exists, and if it doesn't it checks if there is a cab entry in the media table for that file, and if there is, then the file is compressed. I'll write a test case for this.