http://bugs.winehq.org/show_bug.cgi?id=4533
------- Additional Comments From ead1234@hotmail.com 2006-03-05 01:32 ------- I did some testing and added a MoveFiles function to actions.c and had it dump the MoveFile table out to the console.
In the case of americas army the MoveFile table is:
fixme:msi:ITERATE_MoveFile File Key -> L"DistributionIni" Component -> L"ArmyOps" Source Name -> (null) Dest Name -> (null) Srce Folder -> L"DISTFILE" Dest Folder -> L"ArmySystemFolder" Move Options -> (null)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/i...
according to msdn it appears if the component "ArmyOps" is slated for installation then it should be moving the source folder to the destination folder since both the source name and destination name are left blank. This has to be done before InstallFiles can be performed, so it has files to perform it on.