Implement MsiGetFeatureUsageA and MsiUseFeature(Ex)A using their W
[wine] / dlls / msi / msi.c
2005-10-29  Mike McCormackImplement MsiGetFeatureUsageA and MsiUseFeature(Ex...
2005-10-29  Mike McCormackAdd an implementation for MsiGetShortcutTargetA/W.
2005-10-28  Mike McCormackReturn an error in MsiGetComponentPathW if passed a...
2005-09-30  Mike McCormackRename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
2005-09-28  Mike McCormackDon't create MSI handles unless we have to pass one...
2005-09-25  Mike McCormackHandle copying of the install package to a temporary...
2005-09-23  Mike McCormackImplement MsiGetShortcutTargetA.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-16  Mike McCormackFix the stub for MsiConfigureFeature.
2005-09-07  Aric StewartImplement MsiReinstallFeature.
2005-09-06  Aric StewartBe sure to null terminate the string in MsiGetProductIn...
2005-09-06  Aric StewartAdded stub implementations for MsiEnumPatchesA/W.
2005-08-10  Francois GougetChange some Dll* functions so they are exported by...
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-03  Steven EdwardsAdd real stub for MsiConfigureFeatureW.
2005-07-13  Alexandre JulliardUse the official names for the Unicode string constants.
2005-07-12  Aric StewartUse the SourceList functions to get the source path in
2005-07-11  Aric StewartUse the strings defined in msi.h.
2005-07-08  Robert ShearmanIn MsiLocateComponent pcchBuf can be NULL so don't...
2005-06-28  Aric StewartRelocate the msi file to prevent cd locking, corrected...
2005-06-13  Aric StewartA "1" is returned not a 1 for AssignmentType. Also...
2005-06-08  Aric StewartAdd Language to the values we can query with MsiGetProd...
2005-06-07  Aric StewartCorrect a crash if the length buffer is NULL.
2005-06-03  Aric StewartLocate where a buffer size is not being set and correct...
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-05-30  Mike McCormackAdd and correct some function declarations.
2005-05-23  Aric StewartFix a leaking handle.
2005-05-20  Aric StewartFix a leaking handle in MsiConfigureProductExW.
2005-05-11  Stefan LeichterAdded minimal implementation of MsiCreateAndVerifyInsta...
2005-04-28  Aric StewartCorrect user component publication.
2005-04-28  Aric StewartImplement MsiQueryFeatureStateW.
2005-04-27  Aric StewartCorrect a leaking hkey handle.
2005-04-26  Aric StewartExpand some handling of special properties in MsiGetPro...
2005-04-22  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-21  Aric StewartFix for the return codes for the Qualified component...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-20  Aric StewartImplement Publish Components in order for MsiGetQualifi...
2005-03-29  Mike McCormackSplit out database functions, remove dependence on...
2005-03-25  Mike McCormackUse strdup, implement MsiDatabaseImportA.
2005-03-24  Mike McCormackReplace instances of HeapAlloc/MultiByteToWideChar...
2005-03-23  Marcus MeissnerFixed MsiDatabaseImportA, MsiDatabaseImportW, and
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-03-02  Francois GougetAssorted spelling fixes.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-24  Aric StewartDo some basic work with registry component paths.
2005-02-16  Mike McCormackMove product, feature and component enumeration functio...
2005-02-16  Aric StewartStubs for MsiUseFeature.
2005-02-16  Mike McCormackMsiGetComponentPath should allow null pointers for...
2005-02-10  Mike McCormackUpdate headers, add MsiGetUserInfoA stub implementation.
2005-02-10  Aric StewartAdded stubs for MsiGetShortcutTargetA/W.
2005-02-09  Mike McCormackFix a memory leak in MsiConfigureProductExW.
2005-02-08  Mike McCormackImplement and document MsiLoadString.
2005-01-28  Mike McCormackImplement MsiPreviewDialog.
2005-01-26  Aric StewartAdded a few more stub implementations.
2005-01-25  Aric StewartMove the guid squishing functions out of msi.c and...
2005-01-24  Alexandre JulliardAvoid unnecessary run-time initializations.
2005-01-24  Mike McCormackIndentation and style cleanup.
2005-01-20  Mike McCormackFix refcounting, use Interlocked functions.
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-19  Aric StewartDo a very basic first implementation of MsiConfigurePro...
2005-01-17  Aric StewartFirst pass implement ion of MsiQueryProductState[A...
2005-01-14  Aric StewartActually start on an implemention for MsiGetComponentPa...
2005-01-11  Paul VriensUse Interlocked* functions in AddRef and Release.
2005-01-03  Steven EdwardsAdd and fix some stubs.
2004-12-23  Aric StewartAdded MsiSetExternalUIW.
2004-12-10  Michael StefaniucAdd missing HeapFree's (found by smatch).
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
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-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
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-07-29  Vincent BéronImplement patching in msiexec.
2004-07-23  Vincent BéronImplement logging in msiexec.
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.
next