1. 2ba53f4 msi: Update French translation. by Frédéric Delanoy · 15 years ago
  2. e60bf53 msi: Improve some traces. by Hans Leidekker · 15 years ago
  3. 6475c11 msi: Only extract a file when its disk id matches the media disk id. by Hans Leidekker · 15 years ago
  4. 376c2fd msi: Store the disk id in the MSIFILE structure. by Hans Leidekker · 15 years ago
  5. dd305c3 msi: Set the SourceDir property to the registered source if the product is installed. by Hans Leidekker · 15 years ago
  6. 41a7f02 msi: Avoid A->W conversions in msi_publish_install_properties. by Hans Leidekker · 15 years ago
  7. 347bb13 msi: Set install properties just once. by Hans Leidekker · 15 years ago
  8. 4d2fb55 msi: Add a test to show that the InstallSource property is unchanged after an upgrade. by Hans Leidekker · 15 years ago
  9. 715a506 msi: Add more patch registration tests. by Hans Leidekker · 15 years ago
  10. 06a8cc2 msi: Add a test to show that patches are not committed to the local package database. by Hans Leidekker · 15 years ago
  11. acd9732 msi: Fix the return value of msi_copy_outval in the error case. by Gerald Pfeifer · 15 years ago
  12. aa2542b msi: Update Lithuanian translation. by Aurimas Fišeras · 15 years ago
  13. 2a9b4e0 msiexec: Use resource in msi for a help dialog to allow translation. by Detlef Riekenberg · 15 years ago
  14. 82d7b04 msi: Apply registered patches in MsiOpenPackage. by Hans Leidekker · 15 years ago
  15. 881ef98 msi: Forward MsiDetermineApplicablePatchesA to MsiDetermineApplicablePatchesW. by Hans Leidekker · 15 years ago
  16. 920fc34 msi: Register more patch details. by Hans Leidekker · 15 years ago
  17. 74641ab msi: Handle non-null product code in MSI_ApplyPatchW. by Hans Leidekker · 15 years ago
  18. 2546007 msi: Add some tests for patch registration. by Hans Leidekker · 15 years ago
  19. 23eabb4 msi: Make a local copy of patch packages. by Hans Leidekker · 15 years ago
  20. be8d0bb msi: Remove variable product_code which is not really used from MSI_ApplyPatchW. by Gerald Pfeifer · 15 years ago
  21. effda58 msi: Fix return value for ITERATE_RemoveFiles (in the error case). by Gerald Pfeifer · 15 years ago
  22. 2d2823a msi: Fix Dutch translation. by Sven Baars · 15 years ago
  23. 1cc3224 msi: Update Dutch translation. by Paul Vriens · 15 years ago
  24. 162780d msi: Support multiple patches per package. by Hans Leidekker · 15 years ago
  25. df6b195 msi: Simplify msi_set_context. by Hans Leidekker · 15 years ago
  26. c6f281f msi: Make sure to only open a patch database in msi_apply_patch_package. by Hans Leidekker · 15 years ago
  27. 73f1294 msi: Test the contents of some of the system tables before and after patching. by Hans Leidekker · 15 years ago
  28. 3194658 msi: Store a copy of the file extension in the MSIMIME structure. by Hans Leidekker · 15 years ago
  29. 7d9d670 msi: Fix some test failures on Windows. by Hans Leidekker · 15 years ago
  30. 82fdc92 msi: Move all file comparisons to CostFinalize. by Hans Leidekker · 15 years ago
  31. 9af488d msi: Always evaluate component conditions. by Hans Leidekker · 15 years ago
  32. 43f7bc8 msi/tests: Use a unique product code when testing MsiConfigureFeature parameter validation. by Hans Leidekker · 15 years ago
  33. d9510f5 msi: Only set the property in the Reinstall event. by Hans Leidekker · 15 years ago
  34. f23bf7a msi/tests: Return INVALID_FILE_SIZE from get_pf_file_size if the file can't be opened. by Hans Leidekker · 15 years ago
  35. a5a5891 msi: Try to apply a patch to each product it is targeted for. by Hans Leidekker · 15 years ago
  36. e31ee69 msi: Rename MSI_GetPropertyW and MSI_SetPropertyW. by Hans Leidekker · 15 years ago
  37. 44b7983 msi: Make MSI_SetPropertyW take a pointer to a database instead of a package. by Hans Leidekker · 15 years ago
  38. 186f4ef msi: Make msi_get_property_int and friends take a pointer to a database instead of a package. by Hans Leidekker · 15 years ago
  39. 031d2c6 msi: Add a test to show that MsiOpenPackage must apply any existing patches. by Hans Leidekker · 15 years ago
  40. 80878d0 msi: Sync combo control value with associated property. by Octavian Voicu · 15 years ago
  41. 857f979 msi: Fill combo control with items from database. by Octavian Voicu · 15 years ago
  42. 2793a4f msi: Use standard window class for combo control and add error checking. by Octavian Voicu · 15 years ago
  43. 9c89243 msi: Fix crash when calling MsiGetActiveDatabase with invalid remote handle. by Octavian Voicu · 15 years ago
  44. d8504e0 msi: Handle MSIDBOPEN_PATCHFILE properly in MsiOpenDatabase. by Hans Leidekker · 15 years ago
  45. 9a9faef msi: Don't assume unversioned files are present. by Hans Leidekker · 15 years ago
  46. f08c355 msi: Add beginnings of a test module that concentrates on patches. by Hans Leidekker · 15 years ago
  47. 8f53405 msi: Remove the string index parameter from msi_addstringW. by Hans Leidekker · 15 years ago
  48. fc15e56 msi: Make the name parameter of create_storage and create_stream constant. by Hans Leidekker · 15 years ago
  49. 111d33b3 msi: Remove unused and redundant name field from STORAGE structure. by Hans Leidekker · 15 years ago
  50. 109ffd0 msi: Make the string reference count a short. by Hans Leidekker · 15 years ago
  51. 33299fa msi: Move application of substorage transforms out of msi_parse_patch_summary. by Hans Leidekker · 15 years ago
  52. bcc0ad9 msi: Release summary information on error in msi_parse_patch_summary. by Hans Leidekker · 15 years ago
  53. a0ba56b msi/tests: Run the RemoveODBC action to unregister the fake drivers. by Hans Leidekker · 15 years ago
  54. 88214a7 msi: Make the string reference count a short. by Hans Leidekker · 15 years ago
  55. ff2f894 msi: Make the string reference count a short. by Hans Leidekker · 15 years ago
  56. d430386 msi: Display a MessageBox in MsiMessageBoxEx. by Detlef Riekenberg · 15 years ago
  57. 55fbf84 msi/tests: Remove temporary files. by Paul Vriens · 15 years ago
  58. dd1bef3 msi: Reset the MsiEnumPatchesExW index on failure. by Hans Leidekker · 15 years ago
  59. 7aad77a msi: Add tests for registering and unregistering MIME info. by Hans Leidekker · 15 years ago
  60. 3050cde msi: Implement the UnregisterMIMEInfo standard action. by Hans Leidekker · 15 years ago
  61. a7ef96f msi: Add tests for registering and unregistering extension info. by Hans Leidekker · 15 years ago
  62. 17d7eff msi: Implement the UnregisterExtensionInfo standard action. by Hans Leidekker · 15 years ago
  63. 3bdfa1f msi: Implement the UnregisterProgIdInfo standard action. by Hans Leidekker · 15 years ago
  64. 90158af msi: Add tests for registering and unregistering class info. by Hans Leidekker · 15 years ago
  65. cf75d40 msi: Set the action taken in the RegisterExtensionInfo and RegisterClassInfo actions. by Hans Leidekker · 15 years ago
  66. 843968c msi: Implement the UnregisterClassInfo standard action. by Hans Leidekker · 15 years ago
  67. 86f76d2 msi: Fix compiler warnings with flag -Wcast-qual. by Mikhail Maroukhine · 15 years ago
  68. f930c87 objbase.h: CLSIDFromString: Add constness to the parameters declaration in accordance with MSDN. by Mikhail Maroukhine · 15 years ago
  69. 5a08c9e msi: Improve the SetODBCFolders action stub. by Hans Leidekker · 15 years ago
  70. 2c5e1f6 msi: Implement the Reinstall control event. by Hans Leidekker · 15 years ago
  71. e5869d5 msi: Keep source directory and cabinet file separate. by Hans Leidekker · 15 years ago
  72. 1407f1e msi: Return the right error when a cabinet cannot be extracted. by Hans Leidekker · 15 years ago
  73. 129161f msi: Update the UI in the StartServices and StopServices actions. by Hans Leidekker · 15 years ago
  74. 4a88562 msi: Reset the MsiEnumProductsW index on failure. by Alexandre Julliard · 15 years ago
  75. d495fa1 msi/tests: Fix test failures on W2K with Windows Installer 3.0. by Paul Vriens · 15 years ago
  76. 114aa43 msi/tests: Fix test failures on W2K with Windows Installer 2.x. by Paul Vriens · 15 years ago
  77. 05d0787 msi/tests: Fix test failures on W2K with Windows Installer 2.x. by Paul Vriens · 15 years ago
  78. 1d453a1 msi: Search network sources in addition to disk sources. by Hans Leidekker · 15 years ago
  79. faf750f msi: Remove stream from streams cache before destroying it. by Hans Leidekker · 15 years ago
  80. 367c204 msi: Don't crash on null last parameter in MsiDecomposeDescriptor. by Hans Leidekker · 15 years ago
  81. d0856c0 msi: Display REG_EXPAND_SZ values too in the WriteRegistryValues action. by Hans Leidekker · 15 years ago
  82. 18a85ca msi: Update the UI in the UnpublishFeatures action. by Hans Leidekker · 15 years ago
  83. 706c4f7 msi: Implement a second cabinet extractor on top of IStream and use it to extract embedded cabinets. by Hans Leidekker · 15 years ago
  84. 27e9027 msi: Set the action taken in the ProcessComponents and InstallFiles actions. by Hans Leidekker · 15 years ago
  85. 8722d0c msi: The AppSearch and CCPSearch actions must be run only once. by Hans Leidekker · 15 years ago
  86. a4be941 msi: Display the file identifier instead of the filename in the SelfRegModules and SelfUnregModules actions. by Hans Leidekker · 15 years ago
  87. ba51763 msi/tests: Remove temporary files. by Paul Vriens · 15 years ago
  88. fbef721 makefiles: Remove the no longer needed explicit dependencies for bison files. by Alexandre Julliard · 15 years ago
  89. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  90. 5c6de79 msi: Convert IWineMsiRemoteDatabase BSTR parameters to LPCWSTR to avoid typecast. by Nikolay Sivov · 15 years ago
  91. e5c182f msi/tests: Remove a key after running tests. by Paul Vriens · 15 years ago
  92. 73d316c msi: Also update the UI when removing files listed in the RemoveFiles table. by Hans Leidekker · 15 years ago
  93. ab9a181 msi: Update the UI in the RegisterUser action. by Hans Leidekker · 15 years ago
  94. 4341f18 msi: Update the UI in the RegisterProduct action. by Hans Leidekker · 15 years ago
  95. c547fb3 msi: Display the product code in the PublishProduct action. by Hans Leidekker · 15 years ago
  96. e90fbf0 msi: Update the UI in the MsiPublishAssemblies action. by Hans Leidekker · 15 years ago
  97. a358c7f msi: Update the UI in the MoveFiles action. by Hans Leidekker · 15 years ago
  98. aba6afc msi: Move the implementation of the MoveFiles action to files.c. by Hans Leidekker · 15 years ago
  99. a554930 msi: Update the UI in the RemoveODBC action. by Hans Leidekker · 15 years ago
  100. eff0503 msi: Update the UI in the InstallODBC action. by Hans Leidekker · 15 years ago