Fix signed/unsigned comparison warnings.
[wine] / dlls / msi /
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-09-06  Kevin KoltzauPartial implementation of MsiGetFileVersionA/W.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-27  Alexandre JulliardAdded a few missing -private flags.
2004-08-25  Aric StewartFree memory after we finish using it instead of just...
2004-08-24  Aric StewartGetting the string for a null field should not create...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-18  Vincent BéronDon't hardcode c:\windows paths in msi.dll.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-08-06  Mike McCormackFix warnings found with -Wsign-compare.
2004-07-30  Aric StewartUse correct calling convention for the custom action...
2004-07-29  Aric StewartMake the msistring_makehash return something other...
2004-07-29  Vincent BéronImplement patching in msiexec.
2004-07-29  Troy RolloFix parsing of string literals.
2004-07-23  Vincent BéronImplement logging in msiexec.
2004-07-20  Aric StewartIf the data table for a called action does not exist...
2004-07-19  Hans LeidekkerSet VersionMsi property.
2004-07-19  Vincent BéronImplement the repair mechanism in msiexec, and stub...
2004-07-19  Mike McCormackFix the return code of MsiDatabaseOpenView.
2004-07-16  Francois GougetAssorted spelling fixes.
2004-07-14  Aric StewartImplement the functionality that allows one to call...
2004-07-14  Aric StewartUpdate the MSI version to be the same as on win2k.
2004-07-12  Aric StewartProperly handle quoted number literals in MSI condition...
2004-07-12  Hans LeidekkerFix command line parsing.
2004-07-12  Mike McCormackMinor spelling fix.
2004-07-12  Mike McCormackRemove a piece of dead code causing a warning.
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 StewartAdd a stub for MsiModifyView, fix a couple of bugs.
2004-07-09  Mike McCormackCosmetic fixes.
2004-07-09  Aric StewartImplement logging.
2004-07-06  Mike McCormackAllow binary fields with stream names longer than table...
2004-07-06  Aric StewartImplemented CreateShortcut and PublishProduct.
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-07-06  Aric StewartMsiGetProperty should return empty strings on error.
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  Mike McCormackImplement the UPDATE query.
2004-07-04  Mike McCormackCreate the WHERE part of a query in one function call.
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  Mike McCormackFix retrieval of nul records as strings.
2004-06-30  Mike McCormackFix the INSERT query when inserting integers into a...
2004-06-30  Aric StewartStart implementing MsiOpenPackage.
2004-06-30  Mike McCormackSet the storage file's GUID so native MSI recognizes it.
2004-06-30  Mike McCormackHack field types, fix ref counting.
2004-06-30  Mike McCormackFix buffer overflow.
2004-06-30  Mike McCormackFix the UPDATE query.
2004-06-30  Aric StewartFix field numbering so the CREATE query works for multi...
2004-06-30  Aric StewartFix the INSERT query.
2004-06-30  Mike McCormackMake the SQL insert query work.
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  Mike McCormackDump database table names on startup.
2004-06-29  Mike McCormackFix refcounting of streams.
2004-06-29  Aric StewartImplement MsiGetTargetPathA/W.
2004-06-29  Mike McCormackAllow reading records containing streams.
2004-06-28  Mike McCormackFixed the way the parser takes input strings.
2004-06-28  Aric StewartStart implementing actions.
2004-06-26  Mike McCormackPull the codepage from the string table.
2004-06-26  Mike McCormackFix crash that occurred when an invalid query string...
2004-06-26  Mike McCormackImplement queries by string value.
2004-06-15  Francois GougetAssorted spelling and case fixes.
2004-05-18  Christian CostaAdded version info to MSI dll.
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-04-09  Hans LeidekkerCorrect spec entry for DllGetClassObject.
2004-03-30  Raphael JunqueiraImplement DllGetClassObject, DllRegisterServer, DllUnre...
2004-03-24  Alexandre Julliard.spec.c files are no longer used for 32-bit dlls.
2004-03-20  Mike McCormackStart implementing the SQL insert query.
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  Dmitry TimoshkovExplicitly specify output file names for bison.
2004-03-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...
2004-03-16  Mike McCormackStart implementation of MsiEvaluateConditionA/W.
2004-02-17  Christian CostaAdded some stubs.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-07  Alexandre JulliardRemoved incorrect uses of DUMMYUNIONNAME.
2003-11-05  Mike McCormackMsiOpenDatabase's szPersist parameter may be a string...
next