gdiplus: Added GdipCreateBitmapFromScan0.
[wine] / dlls / msi /
2007-07-30  Paul Vriensmsi/registry: Use the return value of squash_guid.
2007-07-30  James Hawkinsmsi: Add a stub implementation of MsiSourceListEnumSour...
2007-07-30  James Hawkinsmsi: Treat an empty string and a NULL string as the...
2007-07-30  Misha Koshelevmsi: Use SysAllocString/SysFreeString for BSTR members...
2007-07-30  James Hawkinsmsi: Use a more unique property separator.
2007-07-30  James Hawkinsmsi: Keep track of the wildcard record index.
2007-07-27  James Hawkinsmsi: Implement the MSIMODIFY_UPDATE command in the...
2007-07-27  James Hawkinsmsi: Initialize the size parameter.
2007-07-27  James Hawkinsmsi: Add more tests for MSIMODIFY_UPDATE.
2007-07-25  James Hawkinsmsi: Use a different separator as a semi-colon may...
2007-07-24  James Hawkinsmsi: Add handling for the MSIMODIFY_UPDATE command.
2007-07-24  James Hawkinsmsi: Add tests for the MSIMODIFY_UPDATE command.
2007-07-24  James Hawkinsmsi: Properly delete the columns view.
2007-07-24  Andrew Talbotmsi: Cast-qual warning fix.
2007-07-23  James Hawkinsmsi: Ref count temporary columns and release them when...
2007-07-23  James Hawkinsmsi: Implement adding columns using the ALTER command.
2007-07-19  Juan Langmsi: Return FALSE from MsiGetMode for MSIRUNMODE_OPERAT...
2007-07-19  James Hawkinsmsi: Implement reference counting for tables, manipulat...
2007-07-19  James Hawkinsmsi: Add more tests for the ALTER command.
2007-07-19  Michael Stefaniucdlls: Remove unreachable break after return/break....
2007-07-18  James Hawkinsmsi: Only double the size if the remote call is from...
2007-07-18  James HawkinsRevert "msi: Only call a custom action remotely if...
2007-07-17  James Hawkinsmsi: Only call a custom action remotely if the type...
2007-07-17  James Hawkinsmsi: Load the AdminProperties stream if the package...
2007-07-16  Paul Vriensmsi/tests: Don't create a directory that's not needed.
2007-07-13  James Hawkinsmsi: Add a test for running an ADMIN install.
2007-07-13  James Hawkinsmsi: Add a test for installing from different current...
2007-07-13  James Hawkinsmsi: Fix compilation in MSVC.
2007-07-13  James Hawkinsmsi: Fix three tests that were failing in Windows.
2007-07-13  James Hawkinsmsi: Fix automation.c compile for MSVC.
2007-07-13  James Hawkinsmsi: Reload properties as they may have been changed...
2007-07-13  James Hawkinsmsi: Fix a copy and paste error.
2007-07-12  Alexandre Julliardmsi/tests: Comment out call to function that is still...
2007-07-11  James Hawkinsmsi: Add tests for adding properties with a transform...
2007-07-11  James Hawkinsmsi: Add tests for adding properties in a transform.
2007-07-11  James Hawkinsmsi: Fix current _Property table tests and add more...
2007-07-11  James Hawkinsmsi: Check for NULL transform, as there may be no trans...
2007-07-10  James Hawkinsmsi: Handle adding columns in transforms.
2007-07-10  James Hawkinsmsi: Test adding columns with data in a transform.
2007-07-10  James Hawkinsmsi: Delete msifile after the tests.
2007-07-10  James Hawkinsmsi: Match the changes made by the hand-generated and...
2007-07-06  James Hawkinsmsi: Enable remote custom actions.
2007-07-06  James Hawkinsmsi: Handle remote calls to MsiEvaluateCondition.
2007-07-06  James Hawkinsmsi: Forward MsiFormatRecordA to MsiFormatRecordW.
2007-07-06  James Hawkinsmsi: Handle remote calls to MsiFormatRecordW.
2007-07-06  James Hawkinsmsi: Fix use of BSTRs.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetInstallLevel.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetLanguage.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetComponentState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetComponentState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetFeatureState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetFeatureState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetMode.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetTargetPath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetSourcePath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetTargetPath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSequence.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiDoAction.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiProcessMessage.
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-07-03  James Hawkinsmsi: Add tests for MsiQueryFeatureState.
2007-07-03  James Hawkinsmsi: Set the WindowsInstaller value in RegisterProduct...
2007-07-03  James Hawkinsmsi: Only publish the product if at least one feature...
2007-07-03  James Hawkinsmsi: Unpublish the product when it is entirely removed.
2007-07-03  James Hawkinsmsi: Delay publishing of the SourceList until the Publi...
2007-07-03  James Hawkinsmsi: PackagePath must also include the package name.
2007-07-03  James Hawkinsmsi: Add tests to show when the SourceList is published...
2007-07-03  James Hawkinsmsi: Add support for the MSICODE_PATCH option.
2007-07-03  James Hawkinsmsi: pcchValue represents the length of szValue in...
2007-07-03  James Hawkinsmsi: Handle remote calls to MsiSetProperty.
2007-07-03  James Hawkinsmsi: Handle remote calls to MsiGetProperty.
2007-07-03  James Hawkinsmsi: Handle remote calls to MsiGetActiveDatabase.
2007-07-03  James Hawkinsmsi: Add the IWineMsiRemoteCustomAction interface.
2007-07-03  James Hawkinsmsi: Add the IWineMsiRemotePackage interface.
2007-07-02  James Hawkinsmsi: Return ERROR_SUCCESS if the PackageName property...
2007-07-02  James Hawkinsmsi: Return ERROR_BAD_CONFIGURATION if the SourceList...
2007-07-02  James Hawkinsmsi: Validate MsiSourceListGetInfo parameters.
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...
next