1. 438ad93 msi: Implement and test MsiGetPatchInfoA/W. by Hans Leidekker · 15 years ago
  2. 9e769f2 include: Add some missing prototypes. by Hans Leidekker · 15 years ago
  3. 05e9a1f msi: Add a partial implementation of MsiDetermineApplicablePatchesW. by Hans Leidekker · 16 years ago
  4. b4b8bc8 msi: Implement MsiApplyMultiplePatchesA/W. by Hans Leidekker · 16 years ago
  5. 6bd893a msi: Change MSIHANDLE to ULONG for Win64 compatibility. by Michael Stefaniuc · 16 years ago
  6. 199a26c msi: Add a stub implementation of MsiGetPatchInfoEx. by James Hawkins · 16 years ago
  7. 43499b9 msi: Add the MSIPATCHSTATE enumeration. by James Hawkins · 16 years ago
  8. 7df94f3 msi: Fix the type of the last parameter of MsiEnumPatchesEx. by James Hawkins · 16 years ago
  9. 1484c62 msi: Add a stub implementation of MsiDetermineApplicablePatches. by James Hawkins · 16 years ago
  10. 4171347 msi: Added MsiInstallMissingComponentW stub implementation. by Jacek Caban · 16 years ago
  11. 5258654 msi: Add a stub implementation of MsiDatabaseMerge. by James Hawkins · 16 years ago
  12. e16e15b msi: Add stub for MsiSetExternalUIRecord. by Louis Lenders · 17 years ago
  13. 8782fdb msi: Add a stub implementation of MsiEnumPatchesEx. by James Hawkins · 17 years ago
  14. e94b065 msi: Fix the type of the ID parameter of MsiSourceListEnumMediaDisks. by James Hawkins · 17 years ago
  15. ad70693 msi: Implement MsiGetProductInfoEx. by James Hawkins · 17 years ago
  16. 7270697 msi: Add definitions for MsiEnumComponentCosts. by James Hawkins · 17 years ago
  17. 1bd49bc msi: Implement MsiSourceListEnumMediaDisks. by James Hawkins · 17 years ago
  18. f177dc9 msi: Add tests for enumerating the source list after publishing. by James Hawkins · 17 years ago
  19. e35bd05 msi: Add stub implementation of MsiIsProductElevatedA/W. by Rob Shearman · 17 years ago
  20. 5771700 msi: Better match the PSDK types, remove some now unused types from win32.api, and update it to fix the winapi_check warnings. by Francois Gouget · 18 years ago
  21. 4deb14a msi: Fix the MsiEnumProductsEx*(), MsiQueryComponentState*() and MsiProvideQualifiedComponentEx*() prototypes. by Francois Gouget · 18 years ago
  22. 2f051c3 msi: MsiProvideComponentFromDescriptorA/W() is not supposed to be defined in msi.h. by Francois Gouget · 18 years ago
  23. ee89cfc msi: Add a stub implementation of MsiQueryComponentStateA. by James Hawkins · 18 years ago
  24. d8860d3 msi: Implement MsiApplyPatchW. by James Hawkins · 18 years ago
  25. 5fd3c4a msi: Add missing declarations to the public headers. by James Hawkins · 18 years ago
  26. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  27. d78dce7 Fix function prototype and spec file entry for MsiEnumComponentQualifiers. by Mike McCormack · 19 years ago
  28. 451ef3a Stub implementation for MsiAdvertiseScriptA/W. by Mike McCormack · 19 years ago
  29. 15e578d Stub implementation for MsiGetFileHashA/W. by Mike McCormack · 19 years ago
  30. ee5f97c Add INSTALLSTATE_NOTUSED to the INSTALLSTATE enumeration. by Mike McCormack · 20 years ago
  31. 4a202c2 Fix the stub for MsiConfigureFeature. by Mike McCormack · 20 years ago
  32. d3d5ad6 Added stub implementations for MsiEnumPatchesA/W. by Aric Stewart · 20 years ago
  33. 9c1cfe7 Add the INSTALLMODE enumeration. by Mike McCormack · 20 years ago
  34. 56da0c3 Use #include "foo.h" for including Windows headers in dlls/, use by Vincent Béron · 20 years ago
  35. 05b2c1c Remove multiple declarations of the same function, keeping the public by Vincent Béron · 20 years ago
  36. 7258914 Use the official names for the Unicode string constants. by Alexandre Julliard · 20 years ago
  37. acb5ed0 Remove some duplicate prototypes and reformat the SourceList APIs a by Aric Stewart · 20 years ago
  38. c6f155a Add the string constants located in msi.h and make use of them in by Aric Stewart · 20 years ago
  39. b7dc53d Add source.c to start handling the various MsiSourceList apis used in by Aric Stewart · 20 years ago
  40. cac6387 Add and correct some function declarations. by Mike McCormack · 20 years ago
  41. 758a695 Implement summary information loading and saving. by Mike McCormack · 20 years ago
  42. d42081f Update headers, add MsiGetUserInfoA stub implementation. by Mike McCormack · 20 years ago
  43. 5eaf9ce Added some more suminfo stubs. by Aric Stewart · 20 years ago
  44. b2d7963 Added definition for the USERINFOSTATE enumeration. by Mike McCormack · 20 years ago
  45. bd55684 Declare more functions. by Mike McCormack · 20 years ago
  46. b84561c Added some extra functions. by Mike McCormack · 20 years ago
  47. 4056d7e Fixed some errors in function prototypes. by Eric Pouech · 20 years ago
  48. 3f8d8be Partial implementation of MsiGetFileVersionA/W. by Kevin Koltzau · 21 years ago
  49. bbc3974 Implement patching in msiexec. by Vincent Béron · 21 years ago
  50. d2df24b Implement logging in msiexec. Correct MsiEnableLog{A,W} prototype. by Vincent Béron · 21 years ago
  51. 72984f1 Implement the UI level change part of msiexec. by Vincent Béron · 21 years ago
  52. 1dc308e Implement the advertise part of msiexec. by Vincent Béron · 21 years ago
  53. 5c60510 Implement the repair mechanism in msiexec, and stub it out in msi.dll. by Vincent Béron · 21 years ago
  54. 495e0c9 Authors: Mike McCormack <mike@codeweavers.com>, Aric Stewart <aric@codeweavers.com> by Alexandre Julliard · 21 years ago
  55. 18cdbf1 - add some prototypes/typedefs to msi.h by Raphael Junqueira · 21 years ago
  56. d7427c8 Declare MsiGetProductPropertyA/W. by Mike McCormack · 21 years ago
  57. d72bd7e Declare some MSI functions. by Mike McCormack · 21 years ago
  58. 22f450f Move and correct the MSIDBOPEN defines. by Mike McCormack · 21 years ago
  59. d48f3b6 Stub implementation for MsiVerifyPackage. by Mike McCormack · 21 years ago
  60. e40da9f Some stub implementations. by Mike McCormack · 21 years ago
  61. f6125ad Added AW defines to msi.h and msiquery.h. by Mike McCormack · 22 years ago
  62. 6386edc Partial implementation of the Microsoft Installer (msi.dll). by Mike McCormack · 22 years ago