2006-10-10 |
Mike McCormack | msi: Merge action.h into msipriv.h. |
blob | commitdiff | raw |
2006-10-09 |
James Hawkins | msi: Make internal functions static. |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Mike McCormack | msi: Win64 printf format warning fixes. |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Dan Kegel | msi: Callers of alloc_msihandle should handle failure. |
blob | commitdiff | raw | diff to current |
2006-08-07 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2006-07-28 |
Mike McCormack | msi: Fix some memory leaks. |
blob | commitdiff | raw | diff to current |
2006-07-27 |
Mike McCormack | msi: Use msi_alloc/free, not HeapAlloc/Free. |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Mike McCormack | msi: Make MsiConfigureFeature a bit more robust. |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Mike McCormack | msi: Move COM server implementation to a separate file. |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Robert Shearman | msi: The szLogFile parameter of MsiEnableLogW is option... |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Mike McCormack | msi: Implement MsiGetFileHash. |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Mike McCormack | msi: Reimplement MsiGetUserInfo using awstrings. |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Mike McCormack | msi: MoveMsiEnumPatches to registry.c |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Mike McCormack | msi: Handle W/A conversions more correctly in MsiProvid... |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Mike McCormack | msi: Use msi_reg_get_val_str() to read a registry value. |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Mike McCormack | msi: Add a stub implementation for MsiProvideQualifiedC... |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Mike McCormack | msi: Components with INSTALLSTATE_NOTUSED are considere... |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Mike McCormack | msi: A component with an empty path is not used. |
blob | commitdiff | raw | diff to current |
2006-07-21 |
Mike McCormack | msi: Use TRACE not FIXME for already implemented functions. |
blob | commitdiff | raw | diff to current |
2006-07-19 |
Mike McCormack | msi: Implement MsiConfigureFeatureW. |
blob | commitdiff | raw | diff to current |
2006-07-19 |
Mike McCormack | msi: Fix the size of base 85 GUIDs. |
blob | commitdiff | raw | diff to current |
2006-07-19 |
Mike McCormack | msi: Check the right pointers for NULL. |
blob | commitdiff | raw | diff to current |
2006-07-19 |
Mike McCormack | msi: Set properties, not the command line in MsiReinsta... |
blob | commitdiff | raw | diff to current |
2006-07-18 |
Robert Shearman | msi: Fix conversion of path to include nul-termination... |
blob | commitdiff | raw | diff to current |
2006-07-17 |
Mike McCormack | msi: Tidy up MsiCreateAndVerifyInstallerDirectory a... |
blob | commitdiff | raw | diff to current |
2006-07-17 |
Mike McCormack | msi: Implement MsiConfigureFeatureA using MsiConfigureF... |
blob | commitdiff | raw | diff to current |
2006-07-17 |
Mike McCormack | msi: Add support for INSTALLSTATE_ADVERTISED to MsiQuer... |
blob | commitdiff | raw | diff to current |
2006-07-17 |
Mike McCormack | msi: MsiGetComponentPath cannot return INSTALLSTATE_ADV... |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Mike McCormack | msi: Use awstring to return strings from MsiGetProductInfo. |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Mike McCormack | msi: Read from the registry, not the database in MsiGet... |
blob | commitdiff | raw | diff to current |
2006-07-06 |
Mike McCormack | msi: Features may be published but absent. |
blob | commitdiff | raw | diff to current |
2006-07-06 |
Mike McCormack | msi: Add a test for MsiGetComponentPath and make it... |
blob | commitdiff | raw | diff to current |
2006-07-06 |
Mike McCormack | msi: Use msi_strcpy_to_awstring to return the string... |
blob | commitdiff | raw | diff to current |
2006-07-06 |
Mike McCormack | msi: Forward MsiUseFeature to MsiUseFeatureEx. |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Hans Leidekker | msi: Implement MsiLocateComponent{A,W}. |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Dmitry Timoshkov | msi: Translate the resulting string only if the previou... |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Mike McCormack | msi: Clean up memset usage. |
blob | commitdiff | raw | diff to current |
2006-04-17 |
Mike McCormack | msi: Fix some possible NULL pointer dereferences (Cover... |
blob | commitdiff | raw | diff to current |
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 |
next |