mshtml: Move keypress event listener to separated object.
[wine] / dlls / msi /
2007-06-22  Rob Shearmanmsi: Only use the long name for the file source if...
2007-06-19  James Hawkinsmsi: Properly delete rows from the table, instead of...
2007-06-19  James Hawkinsmsi: Send the expected data to set_deferred_action_props.
2007-06-18  Andrew Talbotmsi: Name all or none of the formal arguments in functi...
2007-06-18  James Hawkinsmsi: Patches are applied based on ProductCode, not...
2007-06-18  James Hawkinsmsi: Implement MsiApplyPatchW.
2007-06-18  James Hawkinsmsi: Forward MsiApplyPatchA to MsiApplyPatchW.
2007-06-15  Dmitry Timoshkovmsi: Simplify the code.
2007-06-15  James Hawkinsmsi: Set the UserSID and ProductCode properties for...
2007-06-14  James Hawkinsmsi: Fixed the WriteEnvironmentStrings action.
2007-06-14  Andrew Talbotmsi: Constify some variables.
2007-06-14  James Hawkinsmsi: Protect custom actions with a structured exception...
2007-06-13  James Hawkinsmsi: Set the MsiNetAssemblySupport property.
2007-06-13  Andrew Talbotmsi: Constify some variables.
2007-06-12  Andrew Talbotmsi: Constify a variable.
2007-06-11  Jeff Latimermsi: Use the langbuff len rather than the versionbuff...
2007-06-08  James Hawkinsmsi: Add support for large string tables.
2007-06-08  James Hawkinsmsi: Represent table data as bytes instead of shorts.
2007-06-08  James Hawkinsmsi: Reduce the amount of code that directly accesses...
2007-06-08  James Hawkinsmsi: Use fetch_int to reduce code duplication and acces...
2007-06-06  Andrew Talbotmsi: Constify some variables.
2007-06-05  Misha Koshelevmsi: automation: Implement SummaryInfo::PropertyCount.
2007-06-05  Misha Koshelevmsi/tests: automation: Add tests for SummaryInfo::Prope...
2007-06-05  Misha Koshelevmsi: automation: Implement SummaryInfo::Property, put.
2007-06-05  Misha Koshelevmsi/tests: automation: Add tests for SummaryInfo::Prope...
2007-06-05  Misha Koshelevmsi: automation: Add MsiOpenDatabaseMode enum.
2007-06-05  Misha Koshelevmsi/tests: automation: Add test for Installer::OpenData...
2007-06-05  Misha Koshelevmsi: automation: SummaryInfo::Property, remove all...
2007-06-05  Misha Koshelevmsi: suminfo: Return ERROR_UNKNOWN_PROPERTY as native.
2007-06-05  Misha Koshelevmsi/tests: suminfo: Add tests for MsiSummaryInfoGetProp...
2007-06-04  Misha Koshelevmsi: automation: Fix SummaryInfo::Property get to confo...
2007-06-04  Misha Koshelevmsi/tests: automation: Add tests for SummaryInfo::Prope...
2007-06-04  Misha Koshelevmsi: automation: Database::SummaryInformation is a...
2007-06-04  Misha Koshelevmsi: automation: Remove redundant VariantClear(pVarResult).
2007-06-04  Misha Koshelevmsi: msiserver.idl: Maintain spacing as spaces, not...
2007-06-04  Misha Koshelevmsi: automation: Add missing operand for evaluation.
2007-06-04  Misha Koshelevmsi: automation: Remove duplicate error messages on...
2007-06-01  Andrew Talbotmsi: Constify some variables.
2007-06-01  James Hawkinsmsi: Implement SummaryInfo::Property get.
2007-06-01  James Hawkinsmsi: Implement Installer::OpenDatabase.
2007-06-01  James Hawkinsmsi: Add handling for MsiBreak.
2007-06-01  Alexander Nicolays... msi: Update Norwegian Bokmål resources.
2007-05-31  James Hawkinsmsi: Implement the WriteEnvironmentStrings standard...
2007-05-30  James Hawkinsmsi: Perform a forced reboot if a custom action returns...
2007-05-30  James Hawkinsmsi: Set the MsiNTProductType property.
2007-05-30  James Hawkinsmsi: Fall back to checking if the cab exists if the...
2007-05-30  James Hawkinsmsi: Create the destination directory if it doesn't...
2007-05-29  Francois GougetAssorted spelling fixes.
2007-05-29  Francois Gougetmsi/tests: Fix a signed/unsigned int mismatch.
2007-05-25  Dmitry Timoshkovwine: Switch to using 'long' for INT_PTR type for 64...
2007-05-25  James Hawkinsmsi: Add the ability to deformat the component's source.
2007-05-25  James Hawkinsmsi: Remove a misleading ERR, as this fails if a file...
2007-05-24  Michael Stefaniucmsi: A signed 1-bit bitfield doesn't make much sense...
2007-05-23  Misha Koshelevmsi: automation: Append copyright notice.
2007-05-21  Misha Koshelevmsi: Make MsiEnumProducts enumerate products, not features.
2007-05-21  Misha Koshelevmsi/tests: automation: Test Installer::Products before...
2007-05-21  Misha Koshelevmsi/tests: automation: Installer::InstallProduct, remov...
2007-05-18  Misha Koshelevmsi: automation: Implement StringList::_NewEnum.
2007-05-18  Misha Koshelevmsi: automation: Generalize list implementation.
2007-05-18  Misha Koshelevmsi/tests: automation: Add tests for StringList::_NewEnum.
2007-05-18  Misha Koshelevmsi/tests: automation: Fix Installer_ProductInfo ok...
2007-05-18  Misha Koshelevmsi/tests: automation: Change SUCCEEDED(hr) to more...
2007-05-18  Misha Koshelevmsi: script: Change all tabs to spaces to conform to...
2007-05-18  Misha Koshelevmsi: automation: Change all tabs to spaces to conform...
2007-05-18  Misha Koshelevmsi/tests: automation: Check for NULL source string...
2007-05-18  Misha Koshelevmsi/tests: automation: Change non-const LPCWSTR paramet...
2007-05-17  Misha Koshelevmsi: automation: Implement Installer::ProductInfo.
2007-05-17  Misha Koshelevmsi: Return appropriate values for empty MsiProductInfo...
2007-05-17  Misha Koshelevmsi/tests: Add test for empty MsiGetProductInfo paramet...
2007-05-16  Misha Koshelevmsi/tests: automation: Add tests for Installer::Product...
2007-05-16  Misha Koshelevmsi/tests: automation: Remove unnecessary if (SUCCEEDED...
2007-05-16  Misha Koshelevmsi: automation: Condense a few loops.
2007-05-15  Francois GougetAssorted spelling fixes.
2007-05-15  Misha Koshelevmsi: automation: Simplify counting products/related...
2007-05-15  Misha Koshelevmsi: automation: Installer::Products, verify HeapAlloc...
2007-05-15  Misha Koshelevmsi: Make MsiEnumRelatedProducts enumerate registry...
2007-05-15  Misha Koshelevmsi: automation: Implement Installer::RelatedProducts.
2007-05-15  Misha Koshelevmsi/tests: automation: Add tests for Installer::Related...
2007-05-15  Misha Koshelevmsi: automation: Implement Installer::InstallProduct.
2007-05-15  Misha Koshelevmsi/tests: automation: Add test for Installer::InstallP...
2007-05-15  Misha Koshelevmsi: automation: Implement Record::IntegerData.
2007-05-14  Misha Koshelevmsi: automation: Implement View::Modify.
2007-05-14  Misha Koshelevmsi/tests: automation: Add test for View::Modify.
2007-05-14  Misha Koshelevmsi/tests: automation: Add tests for Record::IntegerData.
2007-05-14  Misha Koshelevmsi/tests: automation: Correct expected Record::StringD...
2007-05-14  Misha Koshelevmsi: automation: Implement Record::FieldCount.
2007-05-14  Misha Koshelevmsi: automation: Return DISP_E_MEMBERNOTFOUND if flags...
2007-05-14  Misha Koshelevmsi/tests: automation: Test invoking methods as propert...
2007-05-14  Misha Koshelevmsi: automation: Implement Installer::CreateRecord.
2007-05-14  Misha Koshelevmsi/tests: automation: Test for Installer::CreateRecord...
2007-05-14  Misha Koshelevmsi: automation: Implement Session::EvaluateCondition.
2007-05-14  Misha Koshelevmsi/tests: automation: Add tests for Session::EvaluateC...
2007-05-11  Misha Koshelevmsi: automation: Implement Installer::RegistryValue.
2007-05-11  Marcus Meissnermsi/tests: Increase buffer size a bit.
2007-05-11  Francois Gougetmsi/tests: Add missing '\n' to ok() calls.
2007-05-11  James Hawkinsmsi: Only check the volume label for every media after...
2007-05-10  James Hawkinsmsi: Deformat the key path before opening the key.
2007-05-10  Paul Vriensmsi/tests: Properly cleanup after each test.
2007-05-10  Misha Koshelevmsi/tests: automation: Add more tests for Installer...
2007-05-09  James Hawkinsmsi: Check the volume name when changing media.
next