2008-05-06 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw |
2008-04-08 |
Austin English | msi: Spelling fixes. |
blob | commitdiff | raw | diff to current |
2008-04-07 |
James Hawkins | msi: Test and reimplement MsiQueryProductState. |
blob | commitdiff | raw | diff to current |
2008-03-12 |
Rob Shearman | msi: Passing NULL for szBuffer and NULL for pcchValueBu... |
blob | commitdiff | raw | diff to current |
2008-03-04 |
James Hawkins | msi: Implement MsiGetProductInfoEx. |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Marcus Meissner | msi: Initialize type (Coverity). |
blob | commitdiff | raw | diff to current |
2008-02-26 |
James Hawkins | msi: Read the source list properties from the user... |
blob | commitdiff | raw | diff to current |
2008-02-19 |
Gerald Pfeifer | msi: Remove unused parameter to msi_comp_find_prodcode(). |
blob | commitdiff | raw | diff to current |
2008-02-18 |
James Hawkins | msi: Convert REG_DWORD properties to strings in MsiGetP... |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Rob Shearman | msi: Add stub implementation of MsiIsProductElevatedA/W. |
blob | commitdiff | raw | diff to current |
2008-02-12 |
James Hawkins | msi: Read the language info from the file. |
blob | commitdiff | raw | diff to current |
2008-02-12 |
James Hawkins | msi: Reimplement MsiGetProductInfo. |
blob | commitdiff | raw | diff to current |
2008-02-11 |
James Hawkins | msi: Return ERROR_INVALID_PARAMETER if szProduct is... |
blob | commitdiff | raw | diff to current |
2008-02-05 |
James Hawkins | msi: Return ERROR_MORE_DATA if the size is too small. |
blob | commitdiff | raw | diff to current |
2008-02-05 |
James Hawkins | msi: Return the string length even if the string is... |
blob | commitdiff | raw | diff to current |
2008-02-05 |
James Hawkins | msi: Leave room for the NULL terminator. |
blob | commitdiff | raw | diff to current |
2008-02-05 |
James Hawkins | msi: Return ERROR_FILE_INVALID if the file has no versi... |
blob | commitdiff | raw | diff to current |
2008-02-05 |
James Hawkins | msi: Return ERROR_INVALID_PARAMETER if a string pointer... |
blob | commitdiff | raw | diff to current |
2008-02-05 |
James Hawkins | msi: Translate ERROR_BAD_PATHNAME into ERROR_FILE_NOT_F... |
blob | commitdiff | raw | diff to current |
2008-02-05 |
James Hawkins | msi: Only convert output strings if the call succeeded. |
blob | commitdiff | raw | diff to current |
2007-12-08 |
James Hawkins | msi: Reimplement MsiGetProductCode. |
blob | commitdiff | raw | diff to current |
2007-12-05 |
James Hawkins | msi: Reimplement MsiGetComponentPath. |
blob | commitdiff | raw | diff to current |
2007-12-03 |
James Hawkins | msi: Add a stub implementation of MsiEnumComponentCostsW. |
blob | commitdiff | raw | diff to current |
2007-11-26 |
James Hawkins | msi: Verify the szFilePath parameter of MsiGetFileHash. |
blob | commitdiff | raw | diff to current |
2007-08-09 |
Francois Gouget | msi: Better match the PSDK types, remove some now unuse... |
blob | commitdiff | raw | diff to current |
2007-08-09 |
James Hawkins | msi: Simplify MsiQueryComponentState, with more tests. |
blob | commitdiff | raw | diff to current |
2007-08-08 |
James Hawkins | msi: Implement the remaining contexts for MsiQueryCompo... |
blob | commitdiff | raw | diff to current |
2007-08-07 |
James Hawkins | msi: Implement the MSIINSTALLCONTEXT_MACHINE context... |
blob | commitdiff | raw | diff to current |
2007-08-07 |
James Hawkins | msi: Forward MsiQueryComponentStateA to MsiQueryCompone... |
blob | commitdiff | raw | diff to current |
2007-08-06 |
Francois Gouget | msi: Fix the MsiEnumProductsEx*(), MsiQueryComponentSta... |
blob | commitdiff | raw | diff to current |
2007-07-03 |
James Hawkins | msi: Read the components state directly from the registry. |
blob | commitdiff | raw | diff to current |
2007-07-03 |
James Hawkins | msi: Return INSTALLSTATE_BADCONFIG if we can't decode... |
blob | commitdiff | raw | diff to current |
2007-07-03 |
James Hawkins | msi: Return INSTALLSTATE_ADVERTISED if the component... |
blob | commitdiff | raw | diff to current |
2007-07-03 |
James Hawkins | msi: Open the correct key and return INSTALLSTATE_ADVER... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
James Hawkins | msi: If the UserData product key exists, but the user... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
James Hawkins | msi: Any value of WindowsInstaller besides 0 means... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
James Hawkins | msi: Use the correct registry key when detecting a... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
James Hawkins | msi: If the user product key exists, the product's... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
James Hawkins | msi: Validate MsiQueryProductCode parameters. |
blob | commitdiff | raw | diff to current |
2007-06-26 |
James Hawkins | msi: Add a stub implementation of MsiQueryComponentStateA. |
blob | commitdiff | raw | diff to current |
2007-06-26 |
Rob Shearman | msi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED... |
blob | commitdiff | raw | diff to current |
2007-06-18 |
James Hawkins | msi: Implement MsiApplyPatchW. |
blob | commitdiff | raw | diff to current |
2007-06-18 |
James Hawkins | msi: Forward MsiApplyPatchA to MsiApplyPatchW. |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Jeff Latimer | msi: Use the langbuff len rather than the versionbuff... |
blob | commitdiff | raw | diff to current |
2007-06-06 |
Andrew Talbot | msi: Constify some variables. |
blob | commitdiff | raw | diff to current |
2007-05-17 |
Misha Koshelev | msi: Return appropriate values for empty MsiProductInfo... |
blob | commitdiff | raw | diff to current |
2007-04-12 |
Aric Stewart | msi: Do not crash in MsiGetUserInfo if org, user or... |
blob | commitdiff | raw | diff to current |
2007-02-19 |
Andrew Talbot | msi: Constify some variables. |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Mike McCormack | msi: Merge action.h into msipriv.h. |
blob | commitdiff | raw | diff to current |
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 |
next |