dplayx: Tests for CreateGroup.
[wine] / dlls / msi /
2008-08-19  James Hawkinsmsi: Use MsiQueryFeatureState to determine the feature...
2008-08-19  James Hawkinsmsi: Use MsiQueryComponent state to determine the compo...
2008-08-19  James Hawkinsmsi: Base removal of a file on the component's action...
2008-08-19  James Hawkinsmsi: Add more tests for feature and component states.
2008-08-19  James Hawkinsole32: Storage sharing should be implemented in ole32...
2008-08-19  James Hawkinsmsi: Test the file access and share modes of MsiOpenDat...
2008-08-19  James Hawkinsmsi: Remove misc files from the RemoveFile table.
2008-08-19  James Hawkinsmsi: A file's component's state does not determine...
2008-08-19  James Hawkinsmsi: Don't remove a file if the old file is strictly...
2008-08-19  James Hawkinsmsi: Don't check for a NULL component, as the component...
2008-08-19  James Hawkinsmsi: Ignore a file that has a missing component.
2008-08-19  James Hawkinsmsi: Factor out media handling and use the new interfac...
2008-08-19  James Hawkinsmsi: Perform costing again for the InstallExecute sequence.
2008-08-19  James Hawkinsmsi: Ignore all non-stream elements when filling the...
2008-08-18  Rob Shearmanmsi: Fix handle leak in ITERATE_SelfRegModules.
2008-08-18  James Hawkinsmsi: Also check the LocalPackage install property when...
2008-08-18  James Hawkinsmsi: Test how MsiConfigureProductEx locates the source...
2008-08-05  James Hawkinsmsi: Change an ERR that was supposed to be a TRACE.
2008-08-04  James Hawkinsmsi: Add a stub implementation of MsiEnumPatchesEx.
2008-07-31  James Hawkinsmsi: Add tests for MsiOpenProduct.
2008-07-31  James Hawkinsmsi: Reimplement MsiOpenProduct.
2008-07-29  James Hawkinsmsi: Directly register the typelib if it's not embedded...
2008-07-29  James Hawkinsmsi: Add tests for MsiConfigureProductEx.
2008-07-29  James Hawkinsmsi: Set the ALLUSERS property for the machine context.
2008-07-29  James Hawkinsmsi: Handle the INSTALLSTATE_ABSENT state in MsiConfigu...
2008-07-29  James Hawkinsmsi: Properly locate the published product in MsiConfig...
2008-07-29  James Hawkinsmsi: Validate the szProduct parameter of MsiConfigurePr...
2008-07-29  James Hawkinsmsi: Handle the package context when unpublishing the...
2008-07-22  James Hawkinsmsi: Determine the source path based on the short/long...
2008-07-22  James Hawkinsmsi: Set all folders' source paths to the root director...
2008-07-22  James Hawkinsmsi: Use the newly added defines from the msidbSumInfoS...
2008-07-22  James Hawkinsmsi: Test mixing short and long source paths when insta...
2008-07-22  James Hawkinsmsi: msidbFileAttributesVital has no effect on the...
2008-07-22  James Hawkinsmsi: Halt the installation with an error if a source...
2008-07-22  James Hawkinsmsi: Test getting the source path from a package with...
2008-07-22  James Hawkinsmsi: Test getting the source path from a package with...
2008-07-22  James Hawkinsmsi: Add more tests for MsiGetSourcePath.
2008-07-18  James Hawkinsmsi: Initialize the update function pointer when creati...
2008-07-17  Jacek Cabanmsi: Added Session::Message implementation.
2008-07-11  Andrew Talbotmsi: Remove unneeded address-of operators from array...
2008-07-09  James Hawkinsmsi: Only copy the resulting string if the RegistryValu...
2008-07-09  James Hawkinsmsi: Add tests for opening a package from a database.
2008-07-08  Alexandre Julliardtests: Don't depend on the static uuid libraries in...
2008-07-08  James Hawkinsmsi: Consolidate and add more SourceDir tests.
2008-07-08  James Hawkinsmsi: Only use the long filename when resolving the...
2008-07-08  James Hawkinsmsi: Consolidate the MsiGetSourcePath tests and add...
2008-07-08  James Hawkinsmsi: Parse the MSIDBOPEN_PATCHFILE flag.
2008-07-08  James Hawkinsmsi: Add handling for the special _Storages table.
2008-07-08  James Hawkinsmsi: Properly add a storage to the database and verify...
2008-07-02  James Hawkinsmsi: Test the special _Storages table.
2008-06-30  Hans Leidekkermsi: Correct spec file entry for MsiGetFileVersion...
2008-06-25  James Hawkinsmsi: Don't overwrite a file that has a greater or equal...
2008-06-25  James Hawkinsmsi: Add another MsiGetFileVersionTest.
2008-06-24  James Hawkinsmsi: Add tests for MsiGetUserInfo.
2008-06-24  James Hawkinsmsi: Reimplement MsiGetUserInfo.
2008-06-24  James Hawkinsmsi: Handle the machine context in MsiQueryFeatureState.
2008-06-24  James Hawkinsmsi: Handle the user managed context in MsiQueryFeature...
2008-06-24  James Hawkinsmsi: Add more tests for MsiQueryFeatureState.
2008-06-24  James Hawkinsmsi: Create the SourceList key in msi_publish_sourcelist.
2008-06-24  James Hawkinsmsi: Fix the published location of the upgrade code...
2008-06-24  James Hawkinsmsi: Open the local user data product key for the machi...
2008-06-24  James Hawkinsmsi: Test the PublishProduct action with the machine...
2008-06-24  James Hawkinsmsi: Publish the UpgradeCode in PublishProduct.
2008-06-24  James Hawkinsmsi: Publish media disks whether the drive type is...
2008-06-24  James Hawkinsmsi: Publish a few more product properties.
2008-06-24  James Hawkinsmsi: Allow checking a REG_MULTI_SZ string.
2008-06-24  James Hawkinsmsi: Squash the package code property.
2008-06-24  James Hawkinsmsi: Factor out publishing the product properties.
2008-06-24  James Hawkinsmsi: Don't publish the product to an invalid location.
2008-06-24  James Hawkinsmsi: Don't set an invalid install property in PublishPr...
2008-06-24  James Hawkinsmsi: Factor out publishing the product source list.
2008-06-24  James Hawkinsmsi: Factor out publishing icon files.
2008-06-19  James Hawkinsmsi: Rewrite the PublishProduct test to only check...
2008-06-19  James Hawkinsmsi: Test the RegisterProduct action with the machine...
2008-06-19  James Hawkinsmsi: Factor out the publishing of installation properties.
2008-06-19  James Hawkinsmsi: Don't publish the upgrade key to an invalid location.
2008-06-19  James Hawkinsmsi: Rewrite the RegisterProduct test to only check...
2008-06-19  James Hawkinsmsi: Fix the PublishFeatures action to handle the packa...
2008-06-19  Paul Vriensmsi/tests: Fix some test failures.
2008-06-18  James Hawkinsmsi: Don't publish features to an invalid location.
2008-06-18  James Hawkinsmsi: Rewrite the PublishFeatures test to only check...
2008-06-18  James Hawkinsmsi: Fix the RegisterUser action to handle the package...
2008-06-18  James Hawkinsmsi: Rewrite the RegisterUser test to only check the...
2008-06-18  James Hawkinsmsi: Fix the ProcessComponents action to handle the...
2008-06-18  James Hawkinsmsi: Determine the installation context after reading...
2008-06-18  James Hawkinsmsi: Don't publish components to the Installer key.
2008-06-18  James Hawkinsmsi: Rewrite the ProcessComponents test to only check...
2008-06-11  James Hawkinsmsi: Set the source path for uncompressed files when...
2008-06-11  James Hawkinsmsi: Load folders first.
2008-06-11  Paul Vriensmsi/tests: Cleanup registry after test.
2008-06-06  Dan Kegelmsi/tests: Initialize buffer lengths before calling...
2008-06-04  Dan Kegelmsi: MsiSourceListEnumMediaDisksW: free original string...
2008-05-26  Dmitry Timoshkovmsi: Mark some data as constant.
2008-05-22  James Hawkinsmsi: Search the last used source if the cabinet to...
2008-05-20  James Hawkinsmsi: Check that the file key is valid before installing...
2008-05-19  Mikołaj ZalewskiMake Swedish use SUBLANG_NEUTRAL.
2008-05-19  James Hawkinsmsi: Reset the hasLocalFeature flag when updating compo...
2008-05-19  James Hawkinsmsi: Don't enable a feature's components if that featur...
2008-05-14  James Hawkinsmsi: Create the MSI hidden window on demand.
2008-05-14  James Hawkinsmsi: Set the OutOfDiskSpace property.
next