Implement the repair mechanism in msiexec, and stub it out in
[wine] / dlls / msi / msi.c
2004-07-19  Vincent BéronImplement the repair mechanism in msiexec, and stub...
2004-07-12  Mike McCormackMinor spelling fix.
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  Aric StewartImplement logging.
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-06-30  Aric StewartStart implementing MsiOpenPackage.
2004-06-30  Mike McCormackSet the storage file's GUID so native MSI recognizes it.
2004-06-29  Aric StewartHandle custom actions type 1 and 2.
2004-06-29  Mike McCormackDump database table names on startup.
2004-06-28  Aric StewartStart implementing actions.
2004-05-17  Patrik StridvallFixed some issues found by winapi_check.
2004-04-28  Raphael Junqueira- add some prototypes/typedefs to msi.h
2004-04-19  Francois GougetMake Unicode const strings static so they are not copie...
2004-04-12  Hans LeidekkerCorrect spec entry for MsiLoadString*.
2004-03-30  Raphael JunqueiraImplement DllGetClassObject, DllRegisterServer, DllUnre...
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2004-03-19  Mike McCormackFirst go at write support.
2004-03-18  Mike McCormackWhen loading table data, split it up into rows.
2004-03-17  Mike McCormackMove the string table out into a separate file, improve...
2004-03-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...
2004-02-17  Christian CostaAdded some stubs.
2003-11-05  Mike McCormackMsiOpenDatabase's szPersist parameter may be a string...
2003-11-05  Mike McCormackStub implementation for MsiVerifyPackage.
2003-11-05  Mike McCormackImplement MsiOpenProductW.
2003-10-30  Mike McCormackSome stub implementations.
2003-09-27  Mike McCormackRemove references to HEAP_strdupAtoW.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-09-01  Robert ReifAdded a few stub implementations.
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...