http://bugs.winehq.org/show_bug.cgi?id=5325
truiken@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://support.microsoft.com%7Chttp://support.microsoft.com |/default.aspx?scid=kb;en- |/default.aspx?scid=kb;en- |us;243957 |us;243957
------- Additional Comments From truiken@gmail.com 2006-04-06 20:28 ------- The files are not installed during setup because our MoveFiles msi action is not implemented. MoveFiles differs from InstallFiles in that MoveFiles will locate already existing files in the system and move (install) those files to another destination, whereas InstallFiles just copies files listed in the File table to a destination directory. This bug can be identified by installers that extract all install files to a temp directory, say from a zip file, and then run the setup application. This should be fixed once the MoveFiles action is implemented in msi.