Added some sanity checks on window dimensions.
[wine] / dlls / msi / package.c
2004-11-28  Mike McCormack- Don't limit the size of the property that can be...
2004-09-06  Kevin KoltzauPartial implementation of MsiGetFileVersionA/W.
2004-08-18  Vincent BéronDon't hardcode c:\windows paths in msi.dll.
2004-07-19  Hans LeidekkerSet VersionMsi property.
2004-07-14  Aric StewartImplement the functionality that allows one to call...
2004-07-09  Mike McCormackImplement MsiVerifyPackage, cosmetic fixes.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Aric StewartImplement logging.
2004-07-06  Aric StewartImplemented CreateShortcut and PublishProduct.
2004-07-06  Aric StewartMsiGetProperty should return empty strings on error.
2004-07-06  Aric StewartImplemented ProcessComponents.
2004-07-06  Aric StewartSend progress and action messages.
2004-07-04  Aric StewartActivate features and components based on their various...
2004-07-04  Aric StewartBeginnings of costing and organizing into components...
2004-07-04  Aric StewartFix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget...
2004-07-04  Aric StewartUse the newly implemented UPDATE code to set properties.
2004-07-04  Aric StewartImplement SetTargetPath, start the basics for tracking...
2004-07-04  Mike McCormackCosmetic fixes.
2004-06-30  Aric StewartStart implementing MsiOpenPackage.