msi: Open the local user data product key for the machine context.
[wine] / dlls / msi / tests / install.c
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: 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-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-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: Don't publish components to the Installer key.
2008-06-18  James Hawkinsmsi: Rewrite the ProcessComponents test to only check...
2008-06-11  Paul Vriensmsi/tests: Cleanup registry after test.
2008-05-19  James Hawkinsmsi: Don't enable a feature's components if that featur...
2008-04-28  James Hawkinsmsi: Remove a debugging call.
2008-04-21  James Hawkinsmsi: Fix a few tests that fail in win9x.
2008-04-08  Austin Englishmsi: Spelling fixes.
2008-04-07  James Hawkinsmsi: Test and reimplement MsiQueryProductState.
2008-03-21  James Hawkinsmsi: Remove the dependence on compressed cabinets in...
2008-03-18  James Hawkinsmsi: Fix a few test failures on win9x.
2008-03-15  James Hawkinsmsi: Don't publish the product for the custom action...
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-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-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-25  Paul Vriensmsi/tests: Make tests run on win9x/NT4 again.
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-21  James Hawkinsmsi: Publish a few SourceList properties.
2008-02-21  James Hawkinsmsi: Implement MsiSourceListEnumSources.
2008-02-18  James Hawkinsmsi: Add tests for enumerating the source list after...
2008-02-15  Paul Vriensmsi/tests: Services are not available on win9x.
2008-02-13  James Hawkinsmsi: Add tests for source folder resolution.
2008-02-11  James Hawkinsmsi: Don't check for the existence of the msi package...
2008-02-11  Alexandre Julliardmsi/tests: Fix test that depends on the order of the...
2008-02-05  James Hawkinsmsi: Fix handling of the NULL separator when writing...
2008-01-11  Francois Gougetmsi/tests: Tweaked so it does not look like things...
2008-01-07  James Hawkinsmsi: Create parent directories when duplicating files...
2008-01-07  James Hawkinsmsi: Pad the month and day to two digits.
2008-01-07  James Hawkinsmsi: Remove an erroneous table.
2007-12-31  Michael Stefaniucjanitorial: Remove superfluous backslashes at end of...
2007-11-26  James Hawkinsmsi: Check the destination file's hash and skip that...
2007-11-26  James Hawkinsmsi: Set the file contents of the file hash test file...
2007-11-20  Misha Koshelevmsi/tests: Close opened service handles.
2007-11-15  James Hawkinsmsi: Don't ignore the error returned by ready_media.
2007-11-15  James Hawkinsmsi: Only check the presence of the cabinet if the...
2007-11-15  James Hawkinsmsi: Add tests for situations involving missing cabinets.
2007-11-13  James Hawkinsmsi: Test the Uninstall registry entries.
2007-11-05  James Hawkinsmsi: Initialize a handle in case MsiGetSummaryInformati...
2007-11-05  James Hawkinsmsi: Handle the MSIINSTALLCONTEXT_USERMANAGED context.
2007-11-01  James Hawkinsmsi: A feature's requested action does not depend on...
2007-11-01  James Hawkinsmsi: Only unpublish the features if the entire product...
2007-11-01  James Hawkinsmsi: Properly register features.
2007-11-01  James Hawkinsmsi: Properly register and unregister components.
2007-11-01  James Hawkinsmsi: Implement the MoveFiles standard action.
2007-11-01  James Hawkinsmsi: Test the MoveFiles standard action.
2007-10-26  James Hawkinsmsi: Set the ROOTDRIVE property so the admin sequence...
2007-10-26  James Hawkinsmsi: Add missing newline to the adm_custom_action table.
2007-10-23  James Hawkinsmsi: Include the null terminator when writing data...
2007-10-19  Detlef Riekenbergmsi/tests: Do not leak a HKEY when RegQueryValueEx...
2007-10-17  Marcus Meissnermsi: Common Files is translated to current language.
2007-10-17  Marcus Meissnermsi: Marked two variables static.
2007-08-21  Paul Vriensmsi/tests: Be verbose when GetProcAddress fails.
2007-08-13  Marcus Meissnermsi: Allocate 1 byte more buffer.
2007-08-13  James Hawkinsmsi: Add tests for the RemoveFiles standard action.
2007-08-10  Paul Vriensmsi/tests: Run tests again on win98 and NT4.
2007-08-10  James Hawkinsmsi: Implement the UnpublishFeatures standard action.
2007-08-09  James Hawkinsmsi: Simplify MsiQueryComponentState, with more tests.
2007-08-08  James Hawkinsmsi: Implement the remaining contexts for MsiQueryCompo...
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 three tests that were failing in Windows.
2007-07-13  James Hawkinsmsi: Reload properties as they may have been changed...
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-03  James Hawkinsmsi: Open the correct key and return INSTALLSTATE_ADVER...
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-06-26  James Hawkinsmsi: Add tests for publishing and unpublishing products...
2007-05-11  Marcus Meissnermsi/tests: Increase buffer size a bit.
next