msi: Only copy the resulting string if the RegistryValue call succeeded.
[wine] / dlls / msi /
2008-03-20  James Hawkinsmsi: Fix the registry root indices for Installer::Regis...
2008-03-20  James Hawkinsmsi: Fix a few failing tests on win9x.
2008-03-20  James Hawkinsmsi: Clean up the db when skipping the tests.
2008-03-20  James Hawkinsmsi: win95 returns ERROR_BAD_PATHNAME.
2008-03-20  James Hawkinsmsi: Fix the type of the ID parameter of MsiSourceListE...
2008-03-19  Francois Gougetmsi/tests: Skip the tests if we are unable to identify...
2008-03-18  James Hawkinsmsi: Fix a few test failures on win9x.
2008-03-18  James Hawkinsmsi: Fix a few test failures on win9x.
2008-03-18  James Hawkinsmsi: Fix a few test failures on win9x.
2008-03-18  James Hawkinsmsi: Skip the Installer object tests on win9x.
2008-03-18  James Hawkinsmsi: Fix a few tests of display IDs that don't exist...
2008-03-18  James Hawkinsmsi: Skip the endlines test if the table fails on import.
2008-03-15  James Hawkinsmsi: Don't publish the product for the custom action...
2008-03-14  Marcus Meissnermsi: Initialize variables.
2008-03-13  James Hawkinsmsi: Test and fix MsiSourceListAddSource.
2008-03-12  Rob Shearmanmsi: Passing NULL for szBuffer and NULL for pcchValueBu...
2008-03-12  Rob Shearmanmsi: Fix typos which caused joins of three or more...
2008-03-12  James Hawkinsmsi: Deformat the service name and display name when...
2008-03-11  James Hawkinsmsi: Ignore the custom action type 51 if the source...
2008-03-11  James Hawkinsmsi: Fix an off-by-one error when applying embedded...
2008-03-11  James Hawkinsmsi: Optimize MsiSourceListAddSourceEx for adding to...
2008-03-07  Andrew Talbotmsi: Assign to structs instead of using memcpy.
2008-03-07  James Hawkinsmsi: Fix handling of published installer properties.
2008-03-07  Ove Kaavenmsi: Fix bug in handling of multivolume CAB files.
2008-03-06  James Hawkinsmsi: Break out the publishing tests into their respecti...
2008-03-05  Paul Vriensmsi/tests: Make tests run on win9x/NT4 again.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-04  James Hawkinsmsi: Add tests for MsiGetProductInfoEx.
2008-03-04  James Hawkinsmsi: Implement MsiGetProductInfoEx.
2008-03-01  James Hawkinsmsi: Include query.h to pull in the definition of STREA...
2008-03-01  James Hawkinsmsi: Remove a pointless wrapper of RegCreateKey.
2008-03-01  James Hawkinsmsi: Make local functions static.
2008-03-01  James Hawkinsmsi: Implement the UILevel property of the Installer...
2008-03-01  James Hawkinsmsi: Don't bail out if the row to modify is not found...
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-29  Alexandre Julliardmsi/tests: Replace a printf() by a trace().
2008-02-28  James Hawkinsmsi: Update controls based on a property when that...
2008-02-28  James Hawkinsmsi: If a feature's action is INSTALLSTATE_UNKNOWN...
2008-02-28  Marcus Meissnermsi: Initialize type (Coverity).
2008-02-28  Rob Shearmanmsi: Fix buffer size calculation in build_default_format.
2008-02-28  Rob Shearmanmsi: Fix the buffer size calculation in msi_build_creat...
2008-02-27  James Hawkinsmsi: Change the property variant if the types don't...
2008-02-27  Paul Vriensmsi/tests: Fix test that depends on the order of the...
2008-02-27  Paul Vriensmsi/tests: Skip tests that contain functions that are...
2008-02-27  Paul Vriensmsi/tests: Skip tests for functions that are not available.
2008-02-27  Paul Vriensmsi/tests: Make sure tests will run on Win9x and NT.
2008-02-26  James Hawkinsmsi: Search existing published sources if the media...
2008-02-26  James Hawkinsmsi: Allow setting a media disk as the last used source...
2008-02-26  James Hawkinsmsi: Store the media type and set the last used source...
2008-02-26  James Hawkinsmsi: Read the source list properties from the user...
2008-02-26  James Hawkinsmsi: Read the disk prompt source list property from...
2008-02-26  James Hawkinsmsi: Remove setting a source list property that's in...
2008-02-26  James Hawkinsmsi: Publish source information in the user-unmanaged...
2008-02-26  James Hawkinsmsi: Add tests for MsiSourceListEnumMediaDisks.
2008-02-26  James Hawkinsmsi: Implement MsiSourceListEnumMediaDisks.
2008-02-26  James Hawkinsmsi: Fix skipping a NULL record.
2008-02-25  Paul Vriensmsi/tests: Make tests run on win9x/NT4 again.
2008-02-25  James Hawkinsmsi: Fix and simplify handling of REG_MULTI_SZ strings...
2008-02-25  James Hawkinsmsi: Simplify MsiSourceListAddMediaDisk.
2008-02-25  James Hawkinsmsi: Remove invalid fixmes.
2008-02-25  James Hawkinsmsi: Return the result of the call to OpenSourceKey.
2008-02-25  James Hawkinsmsi: Validate the parameters of MsiSourceListAddMediaDisk.
2008-02-25  James Hawkinsmsi: Add tests for MsiSourceListAddMediaDisk.
2008-02-25  James Hawkinsmsi: Fix the INSTALLPROPERTY_LASTUSEDTYPE case.
2008-02-25  James Hawkinsmsi: Fix the INSTALLPROPERTY_LASTUSEDSOURCE case.
2008-02-25  James Hawkinsmsi: Factorize and fix the INSTALLPROPERTY_MEDIAPACKAGE...
2008-02-25  James Hawkinsmsi: Simplify the check for a valid product code.
2008-02-25  James Hawkinsmsi: Add more tests for MsiSourceListGetInfo.
2008-02-22  James Hawkinsmsi: Fix the size of the data sent in to RegSetValueExW.
2008-02-21  James Hawkinsmsi: Fix the INSTALLPROPERTY_LASTUSEDSOURCE case of...
2008-02-21  James Hawkinsmsi: Allow enumerating the sources without querying...
2008-02-21  James Hawkinsmsi: Publish a few SourceList properties.
2008-02-21  James Hawkinsmsi: Implement MsiSourceListEnumSources.
2008-02-20  James Hawkinsmsi: Forward MsiSourceListEnumSourcesA to a stub implem...
2008-02-19  Gerald Pfeifermsi: Remove unused parameter to msi_comp_find_prodcode().
2008-02-19  Gerald Pfeifermsi: Adjust the signedness of three variables.
2008-02-19  James Hawkinsmsi: Remove invalid FIXMEs.
2008-02-19  James Hawkinsmsi: Return ERROR_INVALID_PARAMETER if the context...
2008-02-19  James Hawkinsmsi: Validate the dwOptions parameter of MsiSourceListS...
2008-02-19  James Hawkinsmsi: Simplify the MEDIAPACKAGEPATH and DISKPROMPT cases.
2008-02-19  James Hawkinsmsi: Return the results from OpenSourceKey.
2008-02-19  James Hawkinsmsi: Return ERROR_UNKNOWN_PATCH if dwOptions contains...
2008-02-19  James Hawkinsmsi: Validate the szProduct parameter of MsiSourceListS...
2008-02-19  James Hawkinsmsi: Add tests for MsiSourceListSetInfo.
2008-02-19  Francois Gougetmsi: Use 'HKCU\Software\Microsoft\MS Setup (ACME)'...
2008-02-19  Rob Shearmanmsi: Remove some unused functions.
2008-02-18  James Hawkinsmsi: Add tests for MsiSourceListEnumSources.
2008-02-18  James Hawkinsmsi: Add tests for enumerating the source list after...
2008-02-18  James Hawkinsmsi: Implement the MSIMODIFY_REFRESH command of MsiView...
2008-02-18  James Hawkinsmsi: Add tests for the MSIMODIFY_REFRESH command.
2008-02-18  James Hawkinsmsi: Convert REG_DWORD properties to strings in MsiGetP...
2008-02-18  James Hawkinsmsi: Set the UserLanguageID property.
2008-02-18  Rob Shearmanmsi: Fix the character count passed into RegSetValueExA...
2008-02-16  Marcus Meissnermsi: Fixed error reporting of add_streams_to_table.
2008-02-15  Paul Vriensmsi/tests: Services are not available on win9x.
2008-02-15  Rob Shearmanmsi: Add stub implementation of MsiIsProductElevatedA/W.
2008-02-13  James Hawkinsmsi: Add tests for source folder resolution.
2008-02-12  James Hawkinsmsi: Handle carriage returns in MsiDatabaseImport.
2008-02-12  James Hawkinsmsi: Use MsiViewModify instead of building a SQL query...
2008-02-12  James Hawkinsmsi: Read the language info from the file.
next