shdocvw: Added WebBrowser::Resizable property implementation.
[wine] / dlls / msi /
2007-07-02  James Hawkinsmsi: Add tests for MsiSourceListGetInfo.
2007-07-02  James Hawkinsmsi: Implement MsiSourceListGetInfoA.
2007-06-29  James Hawkinsmsi: Ignore invalid conditional expressions when checki...
2007-06-29  James Hawkinsmsi: Add tests that show '!=' is not a valid conditiona...
2007-06-27  James Hawkinsmsi: Reference count the custom action data to avoid...
2007-06-27  Alexandre Julliardmsi: Avoid some redundant checks in MsiCloseHandle.
2007-06-27  James Hawkinsmsi: Add support for remote handles.
2007-06-27  James Hawkinsmsi: Set the WindowsInstaller value of the UserData...
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-27  James Hawkinsmsi: Add tests for MsiQueryProductState.
2007-06-27  Rob Shearmanmsi: Fix transforms to work when the number of bytes...
2007-06-27  Rob Shearmanmsi: Fix bytes_per_column for binary types when the...
2007-06-27  Rob Shearmanmsi: Fix loading string tables for databases that use...
2007-06-27  Rob Shearmanmsi: Free version after using lpVer in msi_get_disk_fil...
2007-06-27  Rob Shearmanmsi: Check the return value of VerQueryValueW in msi_ge...
2007-06-26  James Hawkinsmsi: Add tests for publishing and unpublishing products...
2007-06-26  James Hawkinsmsi: Add a stub implementation of MsiQueryComponentStateA.
2007-06-26  James Hawkinsmsi: Fetch the volume name when getting disk info.
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-06-25  Andrew Talbotmsi: Fix use of uninitialized variable (Coverity).
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...
next