2006-04-17 |
Mike McCormack | msi: Fix some possible NULL pointer dereferences (Cover... |
blob | commitdiff | raw |
2006-01-03 |
Francois Gouget | Small documentation tweaks to avoid winapi_check warnings. |
blob | commitdiff | raw | diff to current |
2005-12-05 |
Christian Gmeiner | msi: Implemented DllCanUnloadNow. |
blob | commitdiff | raw | diff to current |
2005-11-11 |
Steven Edwards | Partly implement MsiMessageBox[A/W] on top of MessageBo... |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Aric Stewart | Use MsiDecomposeDescriptorW in MsiProvideQualifiedCompo... |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Mike McCormack | Make sure we only CoUninitialize after successfully... |
blob | commitdiff | raw | diff to current |
2005-11-03 |
Ivan Leo Puoti | Fix some wrong prototypes. |
blob | commitdiff | raw | diff to current |
2005-11-02 |
Mike McCormack | Stub implementation for MsiAdvertiseScriptA/W. |
blob | commitdiff | raw | diff to current |
2005-11-02 |
Mike McCormack | Stub implementation for MsiGetFileHashA/W. |
blob | commitdiff | raw | diff to current |
2005-10-31 |
Mike McCormack | Improve MsiUseFeatureEx and MsiGetFeatureState a little... |
blob | commitdiff | raw | diff to current |
2005-10-30 |
Mike McCormack | Define MSIDBOPEN_ constants using LPCWSTR when compilin... |
blob | commitdiff | raw | diff to current |
2005-10-29 |
Mike McCormack | Implement MsiGetFeatureUsageA and MsiUseFeature(Ex... |
blob | commitdiff | raw | diff to current |
2005-10-29 |
Mike McCormack | Add an implementation for MsiGetShortcutTargetA/W. |
blob | commitdiff | raw | diff to current |
2005-10-28 |
Mike McCormack | Return an error in MsiGetComponentPathW if passed a... |
blob | commitdiff | raw | diff to current |
2005-09-30 |
Mike McCormack | Rename ACTION_DoTopLevelINSTALL to MSI_InstallPackage... |
blob | commitdiff | raw | diff to current |
2005-09-28 |
Mike McCormack | Don't create MSI handles unless we have to pass one... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Mike McCormack | Handle copying of the install package to a temporary... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mike McCormack | Implement MsiGetShortcutTargetA. |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Mike McCormack | Added memory allocation inline functions (part 2). |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Mike McCormack | Fix the stub for MsiConfigureFeature. |
blob | commitdiff | raw | diff to current |
2005-09-07 |
Aric Stewart | Implement MsiReinstallFeature. |
blob | commitdiff | raw | diff to current |
2005-09-06 |
Aric Stewart | Be sure to null terminate the string in MsiGetProductIn... |
blob | commitdiff | raw | diff to current |
2005-09-06 |
Aric Stewart | Added stub implementations for MsiEnumPatchesA/W. |
blob | commitdiff | raw | diff to current |
2005-08-10 |
Francois Gouget | Change some Dll* functions so they are exported by... |
blob | commitdiff | raw | diff to current |
2005-08-10 |
Vincent Béron | Correct mismatches between spec files and comments... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Alexandre Julliard | Don't prefix the functions DllCanUnloadNow, DllGetClass... |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Steven Edwards | Add real stub for MsiConfigureFeatureW. |
blob | commitdiff | raw | diff to current |
2005-07-13 |
Alexandre Julliard | Use the official names for the Unicode string constants. |
blob | commitdiff | raw | diff to current |
2005-07-12 |
Aric Stewart | Use the SourceList functions to get the source path in |
blob | commitdiff | raw | diff to current |
2005-07-11 |
Aric Stewart | Use the strings defined in msi.h. |
blob | commitdiff | raw | diff to current |
2005-07-08 |
Robert Shearman | In MsiLocateComponent pcchBuf can be NULL so don't... |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Aric Stewart | Relocate the msi file to prevent cd locking, corrected... |
blob | commitdiff | raw | diff to current |
2005-06-13 |
Aric Stewart | A "1" is returned not a 1 for AssignmentType. Also... |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Aric Stewart | Add Language to the values we can query with MsiGetProd... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Aric Stewart | Correct a crash if the length buffer is NULL. |
blob | commitdiff | raw | diff to current |
2005-06-03 |
Aric Stewart | Locate where a buffer size is not being set and correct... |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Dmitry Timoshkov | Make more of the OLE interface vtables const. |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Mike McCormack | Add and correct some function declarations. |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Aric Stewart | Fix a leaking handle. |
blob | commitdiff | raw | diff to current |
2005-05-20 |
Aric Stewart | Fix a leaking handle in MsiConfigureProductExW. |
blob | commitdiff | raw | diff to current |
2005-05-11 |
Stefan Leichter | Added minimal implementation of MsiCreateAndVerifyInsta... |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Aric Stewart | Correct user component publication. |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Aric Stewart | Implement MsiQueryFeatureStateW. |
blob | commitdiff | raw | diff to current |
2005-04-27 |
Aric Stewart | Correct a leaking hkey handle. |
blob | commitdiff | raw | diff to current |
2005-04-26 |
Aric Stewart | Expand some handling of special properties in MsiGetPro... |
blob | commitdiff | raw | diff to current |
2005-04-22 |
Francois Gouget | Tweak the API documentation to silence winapi_check... |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Aric Stewart | Fix for the return codes for the Qualified component... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
Francois Gouget | Tweak the API documentation to silence winapi_check... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
Aric Stewart | Implement Publish Components in order for MsiGetQualifi... |
blob | commitdiff | raw | diff to current |
2005-03-29 |
Mike McCormack | Split out database functions, remove dependence on... |
blob | commitdiff | raw | diff to current |
2005-03-25 |
Mike McCormack | Use strdup, implement MsiDatabaseImportA. |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Mike McCormack | Replace instances of HeapAlloc/MultiByteToWideChar... |
blob | commitdiff | raw | diff to current |
2005-03-23 |
Marcus Meissner | Fixed MsiDatabaseImportA, MsiDatabaseImportW, and |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Juan Lang | - make sure msihandle2msiinfo is correctly matched... |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-02-25 |
Jon Griffiths | Documentation spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Aric Stewart | Do some basic work with registry component paths. |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Mike McCormack | Move product, feature and component enumeration functio... |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Aric Stewart | Stubs for MsiUseFeature. |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Mike McCormack | MsiGetComponentPath should allow null pointers for... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Mike McCormack | Update headers, add MsiGetUserInfoA stub implementation. |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Aric Stewart | Added stubs for MsiGetShortcutTargetA/W. |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Mike McCormack | Fix a memory leak in MsiConfigureProductExW. |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Mike McCormack | Implement and document MsiLoadString. |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Mike McCormack | Implement MsiPreviewDialog. |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Aric Stewart | Added a few more stub implementations. |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Aric Stewart | Move the guid squishing functions out of msi.c and... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Alexandre Julliard | Avoid unnecessary run-time initializations. |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Mike McCormack | Indentation and style cleanup. |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Mike McCormack | Fix refcounting, use Interlocked functions. |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Aric Stewart | Do a very basic first implementation of MsiConfigurePro... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Aric Stewart | First pass implement ion of MsiQueryProductState[A... |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Aric Stewart | Actually start on an implemention for MsiGetComponentPa... |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Paul Vriens | Use Interlocked* functions in AddRef and Release. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Steven Edwards | Add and fix some stubs. |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Aric Stewart | Added MsiSetExternalUIW. |
blob | commitdiff | raw | diff to current |
2004-12-10 |
Michael Stefaniuc | Add missing HeapFree's (found by smatch). |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Kevin Koltzau | Partial implementation of MsiGetFileVersionA/W. |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Alexandre Julliard | Removed some uses of the non-standard ICOM_THIS macro. |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
blob | commitdiff | raw | diff to current |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VFIELD macro. |
blob | commitdiff | raw | diff to current |
2004-07-29 |
Vincent Béron | Implement patching in msiexec. |
blob | commitdiff | raw | diff to current |
2004-07-23 |
Vincent Béron | Implement logging in msiexec. |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Vincent Béron | Implement the repair mechanism in msiexec, and stub... |
blob | commitdiff | raw | diff to current |
2004-07-12 |
Mike McCormack | Minor spelling fix. |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Mike McCormack | Implement MsiVerifyPackage, cosmetic fixes. |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Aric... |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Alexandre Julliard | Authors: Aric Stewart <aric@codeweavers.com>, Mike... |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Aric Stewart | Cleanup of actions. |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Aric Stewart | Implement logging. |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Aric Stewart | Use the newly implemented UPDATE code to set properties. |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Aric Stewart | Implement SetTargetPath, start the basics for tracking... |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Aric Stewart | Start implementing MsiOpenPackage. |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Mike McCormack | Set the storage file's GUID so native MSI recognizes it. |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Aric Stewart | Handle custom actions type 1 and 2. |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Mike McCormack | Dump database table names on startup. |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Aric Stewart | Start implementing actions. |
blob | commitdiff | raw | diff to current |
next |