msi/tests: Cleanup registry after test.
[wine] / dlls / msi / msi.c
2008-05-06  Francois GougetAssorted spelling fixes.
2008-04-08  Austin Englishmsi: Spelling fixes.
2008-04-07  James Hawkinsmsi: Test and reimplement MsiQueryProductState.
2008-03-12  Rob Shearmanmsi: Passing NULL for szBuffer and NULL for pcchValueBu...
2008-03-04  James Hawkinsmsi: Implement MsiGetProductInfoEx.
2008-02-28  Marcus Meissnermsi: Initialize type (Coverity).
2008-02-26  James Hawkinsmsi: Read the source list properties from the user...
2008-02-19  Gerald Pfeifermsi: Remove unused parameter to msi_comp_find_prodcode().
2008-02-18  James Hawkinsmsi: Convert REG_DWORD properties to strings in MsiGetP...
2008-02-15  Rob Shearmanmsi: Add stub implementation of MsiIsProductElevatedA/W.
2008-02-12  James Hawkinsmsi: Read the language info from the file.
2008-02-12  James Hawkinsmsi: Reimplement MsiGetProductInfo.
2008-02-11  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if szProduct is...
2008-02-05  James Hawkinsmsi: Return ERROR_MORE_DATA if the size is too small.
2008-02-05  James Hawkinsmsi: Return the string length even if the string is...
2008-02-05  James Hawkinsmsi: Leave room for the NULL terminator.
2008-02-05  James Hawkinsmsi: Return ERROR_FILE_INVALID if the file has no versi...
2008-02-05  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if a string pointer...
2008-02-05  James Hawkinsmsi: Translate ERROR_BAD_PATHNAME into ERROR_FILE_NOT_F...
2008-02-05  James Hawkinsmsi: Only convert output strings if the call succeeded.
2007-12-08  James Hawkinsmsi: Reimplement MsiGetProductCode.
2007-12-05  James Hawkinsmsi: Reimplement MsiGetComponentPath.
2007-12-03  James Hawkinsmsi: Add a stub implementation of MsiEnumComponentCostsW.
2007-11-26  James Hawkinsmsi: Verify the szFilePath parameter of MsiGetFileHash.
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-08-09  James Hawkinsmsi: Simplify MsiQueryComponentState, with more tests.
2007-08-08  James Hawkinsmsi: Implement the remaining contexts for MsiQueryCompo...
2007-08-07  James Hawkinsmsi: Implement the MSIINSTALLCONTEXT_MACHINE context...
2007-08-07  James Hawkinsmsi: Forward MsiQueryComponentStateA to MsiQueryCompone...
2007-08-06  Francois Gougetmsi: Fix the MsiEnumProductsEx*(), MsiQueryComponentSta...
2007-07-03  James Hawkinsmsi: Read the components state directly from the registry.
2007-07-03  James Hawkinsmsi: Return INSTALLSTATE_BADCONFIG if we can't decode...
2007-07-03  James Hawkinsmsi: Return INSTALLSTATE_ADVERTISED if the component...
2007-07-03  James Hawkinsmsi: Open the correct key and return INSTALLSTATE_ADVER...
2007-06-27  James Hawkinsmsi: If the UserData product key exists, but the user...
2007-06-27  James Hawkinsmsi: Any value of WindowsInstaller besides 0 means...
2007-06-27  James Hawkinsmsi: Use the correct registry key when detecting a...
2007-06-27  James Hawkinsmsi: If the user product key exists, the product's...
2007-06-27  James Hawkinsmsi: Validate MsiQueryProductCode parameters.
2007-06-26  James Hawkinsmsi: Add a stub implementation of MsiQueryComponentStateA.
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-06-18  James Hawkinsmsi: Implement MsiApplyPatchW.
2007-06-18  James Hawkinsmsi: Forward MsiApplyPatchA to MsiApplyPatchW.
2007-06-11  Jeff Latimermsi: Use the langbuff len rather than the versionbuff...
2007-06-06  Andrew Talbotmsi: Constify some variables.
2007-05-17  Misha Koshelevmsi: Return appropriate values for empty MsiProductInfo...
2007-04-12  Aric Stewartmsi: Do not crash in MsiGetUserInfo if org, user or...
2007-02-19  Andrew Talbotmsi: Constify some variables.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-08-29  Dan Kegelmsi: Callers of alloc_msihandle should handle failure.
2006-08-07  Francois GougetAssorted spelling fixes.
2006-07-28  Mike McCormackmsi: Fix some memory leaks.
2006-07-27  Mike McCormackmsi: Use msi_alloc/free, not HeapAlloc/Free.
2006-07-24  Mike McCormackmsi: Make MsiConfigureFeature a bit more robust.
2006-07-24  Mike McCormackmsi: Move COM server implementation to a separate file.
2006-07-24  Robert Shearmanmsi: The szLogFile parameter of MsiEnableLogW is option...
2006-07-24  Mike McCormackmsi: Implement MsiGetFileHash.
2006-07-24  Mike McCormackmsi: Reimplement MsiGetUserInfo using awstrings.
2006-07-24  Mike McCormackmsi: MoveMsiEnumPatches to registry.c
2006-07-21  Mike McCormackmsi: Handle W/A conversions more correctly in MsiProvid...
2006-07-21  Mike McCormackmsi: Use msi_reg_get_val_str() to read a registry value.
2006-07-21  Mike McCormackmsi: Add a stub implementation for MsiProvideQualifiedC...
2006-07-21  Mike McCormackmsi: Components with INSTALLSTATE_NOTUSED are considere...
2006-07-21  Mike McCormackmsi: A component with an empty path is not used.
2006-07-21  Mike McCormackmsi: Use TRACE not FIXME for already implemented functions.
2006-07-19  Mike McCormackmsi: Implement MsiConfigureFeatureW.
2006-07-19  Mike McCormackmsi: Fix the size of base 85 GUIDs.
2006-07-19  Mike McCormackmsi: Check the right pointers for NULL.
2006-07-19  Mike McCormackmsi: Set properties, not the command line in MsiReinsta...
2006-07-18  Robert Shearmanmsi: Fix conversion of path to include nul-termination...
2006-07-17  Mike McCormackmsi: Tidy up MsiCreateAndVerifyInstallerDirectory a...
2006-07-17  Mike McCormackmsi: Implement MsiConfigureFeatureA using MsiConfigureF...
2006-07-17  Mike McCormackmsi: Add support for INSTALLSTATE_ADVERTISED to MsiQuer...
2006-07-17  Mike McCormackmsi: MsiGetComponentPath cannot return INSTALLSTATE_ADV...
2006-07-14  Mike McCormackmsi: Use awstring to return strings from MsiGetProductInfo.
2006-07-14  Mike McCormackmsi: Read from the registry, not the database in MsiGet...
2006-07-06  Mike McCormackmsi: Features may be published but absent.
2006-07-06  Mike McCormackmsi: Add a test for MsiGetComponentPath and make it...
2006-07-06  Mike McCormackmsi: Use msi_strcpy_to_awstring to return the string...
2006-07-06  Mike McCormackmsi: Forward MsiUseFeature to MsiUseFeatureEx.
2006-05-30  Hans Leidekkermsi: Implement MsiLocateComponent{A,W}.
2006-05-25  Dmitry Timoshkovmsi: Translate the resulting string only if the previou...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-18  Mike McCormackmsi: Clean up memset usage.
2006-04-17  Mike McCormackmsi: Fix some possible NULL pointer dereferences (Cover...
2006-01-03  Francois GougetSmall documentation tweaks to avoid winapi_check warnings.
2005-12-05  Christian Gmeinermsi: Implemented DllCanUnloadNow.
2005-11-11  Steven EdwardsPartly implement MsiMessageBox[A/W] on top of MessageBo...
2005-11-10  Aric StewartUse MsiDecomposeDescriptorW in MsiProvideQualifiedCompo...
2005-11-09  Mike McCormackMake sure we only CoUninitialize after successfully...
2005-11-03  Ivan Leo PuotiFix some wrong prototypes.
2005-11-02  Mike McCormackStub implementation for MsiAdvertiseScriptA/W.
2005-11-02  Mike McCormackStub implementation for MsiGetFileHashA/W.
2005-10-31  Mike McCormackImprove MsiUseFeatureEx and MsiGetFeatureState a little...
2005-10-30  Mike McCormackDefine MSIDBOPEN_ constants using LPCWSTR when compilin...
2005-10-29  Mike McCormackImplement MsiGetFeatureUsageA and MsiUseFeature(Ex...
2005-10-29  Mike McCormackAdd an implementation for MsiGetShortcutTargetA/W.
2005-10-28  Mike McCormackReturn an error in MsiGetComponentPathW if passed a...
next