Properly compare file versions when upgrading files so that new
[wine] / dlls / msi / action.c
2004-10-08  Aric StewartProperly compare file versions when upgrading files...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-17  Robert ShearmanMake sure paths end with a slash before concatenating...
2004-09-10  Robert Shearman- Use FDI functions like native instead of advpack...
2004-08-06  Mike McCormackFix warnings found with -Wsign-compare.
2004-07-30  Aric StewartUse correct calling convention for the custom action...
2004-07-20  Aric StewartIf the data table for a called action does not exist...
2004-07-19  Mike McCormackFix the return code of MsiDatabaseOpenView.
2004-07-16  Francois GougetAssorted spelling fixes.
2004-07-12  Hans LeidekkerFix command line parsing.
2004-07-09  Mike McCormackImplement MsiVerifyPackage, cosmetic fixes.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2004-07-09  Aric StewartCleanup of actions.
2004-07-09  Mike McCormackCosmetic fixes.
2004-07-09  Aric StewartImplement logging.
2004-07-06  Aric StewartImplemented CreateShortcut and PublishProduct.
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-07-06  Aric StewartImplemented registering Classes and ProgID.
2004-07-06  Aric StewartImplemented RegisterTypeLibraries.
2004-07-06  Aric StewartImplemented ProcessComponents.
2004-07-06  Aric StewartSend progress and action messages.
2004-07-06  Aric StewartAllow ADDLOCAL to override INSTALLLEVEL, implement...
2004-07-06  Aric StewartFix bugs in resolve_folder.
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 command line processing and folder paths.
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-07-04  Aric StewartStart implementing Feature and Component level install...
2004-06-30  Aric StewartStart implementing MsiOpenPackage.
2004-06-30  Steven EdwardsFixed Extract prototype.
2004-06-29  Aric StewartImplement MsiGetSourcePath.
2004-06-29  Aric StewartHandle custom actions type 1 and 2.
2004-06-29  Aric StewartImplement MsiGetTargetPathA/W.
2004-06-28  Aric StewartStart implementing actions.