mshtml: Added possibility to get node object from nsIDOMNode only if available.
[wine] / dlls / msi /
2008-04-17  Rob Shearmanmsi: Fix the value parameter of IWineMsiRemotePackage...
2008-04-08  Austin Englishmsi: Spelling fixes.
2008-04-07  Rok Mandeljcmsi: Added Slovenian translation.
2008-04-07  James Hawkinsmsi: Don't execute the view again when modifying a...
2008-04-07  James Hawkinsmsi: Open the install properties key based on the insta...
2008-04-07  James Hawkinsmsi: Test and reimplement MsiQueryProductState.
2008-04-07  James Hawkinsmsi: Don't reorder the table when matching rows as...
2008-04-07  James Hawkinsmsi: Set the install context based on the ALLUSERS...
2008-04-07  James Hawkinsmsi: Reset the feature states if iInstallLevel is 0...
2008-04-04  Hwang YunSong(황윤성)msi: Updated Korean resource.
2008-04-04  Andrew Talbotmsi: Remove tentative declaration of static array with...
2008-04-03  James Hawkinsmsi: Fix joining a nonexistent table with another table.
2008-04-03  James Hawkinsmsi: Downgrade a few messages to WARN.
2008-04-03  James Hawkinsmsi: Handle the case where no files match the wildcard...
2008-04-02  James Hawkinsmsi: Handle sorting an empty table.
2008-03-25  James Hawkinsmsi: Fix a typo.
2008-03-24  James Hawkinsmsi: Implement the StopServices action.
2008-03-24  James Hawkinsmsi: Don't hardcode the root drive.
2008-03-24  James Hawkinsmsi: INSTALLPROPERTY_AUTHORIZED_LUA_APP is only availab...
2008-03-24  James Hawkinsmsi: Initialize the size parameter.
2008-03-21  James Hawkinsmsi: Remove the dependence on compressed cabinets in...
2008-03-20  James Hawkinsmsi: Don't trace the tables names on import.
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...
next