comdlg32: Fix an error in a Catalan resource.
[wine] / dlls / msi /
2010-07-09  Andrew Nguyenmsi/tests: Skip some source tests if a required product...
2010-07-09  Andrew Nguyenmsi/tests: Fix a source test comment.
2010-07-09  Andrew Nguyenmsi/tests: Remove a redundant source test.
2010-07-09  Andrew Nguyenmsi/tests: Free the user SID string buffer with the...
2010-07-09  Andrew Nguyenmsi/tests: Skip patch tests if product installation...
2010-07-09  Andrew Nguyenmsi/test: Uninstall the test product when skipping...
2010-07-09  Andrew Nguyenmsi/tests: Delete the test patch file for proper patch...
2010-07-09  Andrew Nguyenmsi/tests: Run the automation tests in silent mode...
2010-07-02  Alexandre Julliardmsi/tests: Check the x86 program directory first for...
2010-07-01  Alexandre Julliardmsi/tests: Reset the enumeration index for MsiEnumProdu...
2010-06-25  Gustavo Henrique... msi: Update Portuguese (Brazilian) translation.
2010-06-23  Hans Leidekkermsi: Avoid a crash when the cabinet file must be downlo...
2010-06-14  Hans Leidekkermsi: Add tests for MsiLocateComponent and make them...
2010-06-14  Hans Leidekkermsi: Don't trace the contents of an output buffer.
2010-06-11  Hans Leidekkermsi: Implement MsiGetFeatureCostA/W.
2010-06-11  Hans Leidekkermsi: Update an existing record even if the low bit...
2010-06-11  Hans Leidekkermsi: Disable an optimization in the execution of WHERE...
2010-06-11  Hans Leidekkermsi: Compare file versions as numbers instead of strings.
2010-06-10  Alexandre Julliardmsi: Don't allow entering text in a scroll text richedi...
2010-06-09  Hans Leidekkermsi: Display the directory identifier instead of the...
2010-06-09  Hans Leidekkermsi: Directly pass the disk id to installfiles_cb.
2010-06-09  Hans Leidekkermsi: Create directories right before installing files.
2010-06-07  Matijn Woudtmsi/tests: Testcases for CREATE TABLE.
2010-06-07  Andrew Eikummsi/tests: Fix install tests for Win9x.
2010-06-02  Hwang YunSongmsi: Update Korean resource.
2010-05-31  Hans Leidekkermsi: Pass the control name to ControlEvent_SubscribeToE...
2010-05-31  Hans Leidekkermsi: Improve parsing of patch summary information.
2010-05-31  Hans Leidekkermsi: Advance to the right cabinet in ACTION_MsiPublishA...
2010-05-31  Hans Leidekkermsi: Don't keep handles open to the patch database...
2010-05-31  Andrew Eikummsi: Publish icons into the correct directory.
2010-05-25  Hans Leidekkermsi: End the search for a directory signature if the...
2010-05-25  Hans Leidekkermsi: Add a test for properties updated by a patch.
2010-05-25  Hans Leidekkermsi: Get rid of the goto in MSI_ApplicablePatchW.
2010-05-24  Alexandre Julliardmsi: Ignore min/max versions if their values are null.
2010-05-24  Sven Baarsmsi: Update Dutch translation.
2010-05-24  Sven Baarsmsi: Fix English translation.
2010-05-20  Hans Leidekkermsi: Add more tests for feature overrides.
2010-05-20  Hans Leidekkermsi: Test the reference count on the installer object...
2010-05-20  Hans Leidekkermsi: Fix some leaks in the tests.
2010-05-20  Hans Leidekkermsi: Consistently use the allocation macros.
2010-05-20  Hans Leidekkermsi: Release the package in MsiGetMode and MsiSetMode.
2010-05-20  Hans Leidekkermsi: Release the package in MsiGetProductPropertyW.
2010-05-20  Hans Leidekkermsi: Fix memory leaks in deformat_string_internal.
2010-05-13  Frédéric Delanoymsi: Update French translation.
2010-05-12  Hans Leidekkermsi: Improve some traces.
2010-05-12  Hans Leidekkermsi: Only extract a file when its disk id matches the...
2010-05-12  Hans Leidekkermsi: Store the disk id in the MSIFILE structure.
2010-05-11  Hans Leidekkermsi: Set the SourceDir property to the registered sourc...
2010-05-11  Hans Leidekkermsi: Avoid A->W conversions in msi_publish_install_prop...
2010-05-11  Hans Leidekkermsi: Set install properties just once.
2010-05-11  Hans Leidekkermsi: Add a test to show that the InstallSource property...
2010-05-11  Hans Leidekkermsi: Add more patch registration tests.
2010-05-11  Hans Leidekkermsi: Add a test to show that patches are not committed...
2010-05-10  Gerald Pfeifermsi: Fix the return value of msi_copy_outval in the...
2010-05-10  Aurimas Fišerasmsi: Update Lithuanian translation.
2010-05-06  Detlef Riekenbergmsiexec: Use resource in msi for a help dialog to allow...
2010-05-05  Hans Leidekkermsi: Apply registered patches in MsiOpenPackage.
2010-05-05  Hans Leidekkermsi: Forward MsiDetermineApplicablePatchesA to MsiDeter...
2010-05-04  Hans Leidekkermsi: Register more patch details.
2010-05-04  Hans Leidekkermsi: Handle non-null product code in MSI_ApplyPatchW.
2010-05-04  Hans Leidekkermsi: Add some tests for patch registration.
2010-05-04  Hans Leidekkermsi: Make a local copy of patch packages.
2010-05-03  Gerald Pfeifermsi: Remove variable product_code which is not really...
2010-05-03  Gerald Pfeifermsi: Fix return value for ITERATE_RemoveFiles (in the...
2010-05-03  Sven Baarsmsi: Fix Dutch translation.
2010-05-03  Paul Vriensmsi: Update Dutch translation.
2010-04-29  Hans Leidekkermsi: Support multiple patches per package.
2010-04-29  Hans Leidekkermsi: Simplify msi_set_context.
2010-04-29  Hans Leidekkermsi: Make sure to only open a patch database in msi_app...
2010-04-29  Hans Leidekkermsi: Test the contents of some of the system tables...
2010-04-29  Hans Leidekkermsi: Store a copy of the file extension in the MSIMIME...
2010-04-29  Hans Leidekkermsi: Fix some test failures on Windows.
2010-04-28  Hans Leidekkermsi: Move all file comparisons to CostFinalize.
2010-04-28  Hans Leidekkermsi: Always evaluate component conditions.
2010-04-28  Hans Leidekkermsi/tests: Use a unique product code when testing MsiCo...
2010-04-28  Hans Leidekkermsi: Only set the property in the Reinstall event.
2010-04-28  Hans Leidekkermsi/tests: Return INVALID_FILE_SIZE from get_pf_file_si...
2010-04-21  Hans Leidekkermsi: Try to apply a patch to each product it is targete...
2010-04-21  Hans Leidekkermsi: Rename MSI_GetPropertyW and MSI_SetPropertyW.
2010-04-21  Hans Leidekkermsi: Make MSI_SetPropertyW take a pointer to a database...
2010-04-21  Hans Leidekkermsi: Make msi_get_property_int and friends take a point...
2010-04-21  Hans Leidekkermsi: Add a test to show that MsiOpenPackage must apply...
2010-04-19  Octavian Voicumsi: Sync combo control value with associated property.
2010-04-19  Octavian Voicumsi: Fill combo control with items from database.
2010-04-19  Octavian Voicumsi: Use standard window class for combo control and...
2010-04-19  Octavian Voicumsi: Fix crash when calling MsiGetActiveDatabase with...
2010-04-19  Hans Leidekkermsi: Handle MSIDBOPEN_PATCHFILE properly in MsiOpenData...
2010-04-19  Hans Leidekkermsi: Don't assume unversioned files are present.
2010-04-19  Hans Leidekkermsi: Add beginnings of a test module that concentrates...
2010-04-19  Hans Leidekkermsi: Remove the string index parameter from msi_addstringW.
2010-04-19  Hans Leidekkermsi: Make the name parameter of create_storage and...
2010-04-19  Hans Leidekkermsi: Remove unused and redundant name field from STORAG...
2010-04-14  Hans Leidekkermsi: Make the string reference count a short.
2010-04-13  Hans Leidekkermsi: Move application of substorage transforms out...
2010-04-13  Hans Leidekkermsi: Release summary information on error in msi_parse_...
2010-04-13  Hans Leidekkermsi/tests: Run the RemoveODBC action to unregister...
2010-04-13  Hans Leidekkermsi: Make the string reference count a short.
2010-04-13  Hans Leidekkermsi: Make the string reference count a short.
2010-04-12  Detlef Riekenbergmsi: Display a MessageBox in MsiMessageBoxEx.
2010-04-09  Paul Vriensmsi/tests: Remove temporary files.
next