msi: Properly register features.
[wine] / dlls / msi / tests / install.c
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.
2007-05-10  Paul Vriensmsi/tests: Properly cleanup after each test.
2007-05-01  James Hawkinsmsi: Run the costing actions for both the UI and execut...
2007-05-01  James Hawkinsmsi: Add tests that show that costing is run in both...
2007-04-16  James Hawkinsmsi: Add handling for the concurrent install custom...
2007-04-16  James Hawkinsmsi: Add tests for the concurrent installation custom...
2007-04-12  James Hawkinsmsi: Reset the is_extracted flag when every cabinet...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2007-03-06  Francois GougetAssorted spelling fixes.
2007-03-05  Paul Vriensmsi/tests: Properly cleanup after each test.
2007-02-26  James Hawkinsmsi: Overwrite an existing read-only file when copying...
2007-02-14  Alexandre Julliardcabinet: Fixed fd leak in case of error.
2007-02-13  Misha Koshelevmsi: Conformance test, check that INSTALLUILEVEL flags...
2007-02-08  James Hawkinsmsi: Don't skip files continued from a previous cabinet.
2007-02-05  James Hawkinsmsi: Allow uncompressed files before compressed files...
2007-01-01  Paul Vriensmsi/tests: Remove test directory after the files have...
2006-12-19  James Hawkinsmsi: Enable cab compression and delete any resulting...
2006-12-19  James Hawkinsmsi: Run the install tests from a temporary directory.
2006-12-12  Andrew Talbotmsi/tests: Cast-qual warning fix.
2006-11-08  James Hawkinsmsi: Add more tests for installing from cabinets.
2006-10-27  James Hawkinsmsi: Extract cabinets based on DiskId, not LastSequence.
2006-10-27  James Hawkinsmsi: Test the order in which cab files are handled...
2006-10-27  James Hawkinsmsi: Implement handling for the ErrorDialog and use...
2006-10-24  James Hawkinsmsi: Add tests for installing from continuous cabinets.
2006-10-24  James Hawkinsmsi: Allow more customization of install test files.
2006-10-24  James Hawkinsmsi: Remove unused function pointer and definitions.
2006-10-24  James Hawkinsmsi: Remove two unnecessary install tables.
2006-10-24  James Hawkinsmsi: Add support for localizable strings in MsiDatabase...
2006-10-20  James Hawkinsmsi: Integer columns can have the 'NOT NULL' modifier...
2006-10-20  James Hawkinsmsi: Only initialize a component's state if it is linke...
2006-10-20  James Hawkinsmsi: Use the ProgramFileDir reg value instead of Progra...
2006-10-20  James Hawkinsmsi: Implement the InstallServices action.
2006-10-19  James Hawkinsmsi: Add tests for the InstallServices action.
2006-10-14  James Hawkinsmsi: Also set the SOURCEDIR property in MSI_InstallPackage.
2006-10-10  Michael Ploujnikovmsi/tests: Win64 printf format warning fixes.
2006-10-10  Mike McCormackmsi: Fix handle leaks in the test cases.
2006-10-09  Paul Vriensmsi: Make tests run on Win98 again.
2006-10-03  James Hawkinsmsi: Implement MsiDatabaseImport.
2006-08-11  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-07-28  Andrew Talbotmsi/tests: Write-strings warning fix.
2006-07-27  James Hawkinsmsi: Test the column types of MSI packages.
2006-07-26  Mike McCormackmsi: Always load all the components.
2006-06-23  James Hawkinsmsi: Add tests for components that aren't associated...
2006-06-15  James Hawkinsmsi: Add tests for MsiInstallProduct.