msi: Add more tests for feature overrides.
[wine] / dlls / msi /
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.
2010-04-02  Hans Leidekkermsi: Reset the MsiEnumPatchesExW index on failure.
2010-04-02  Hans Leidekkermsi: Add tests for registering and unregistering MIME...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterMIMEInfo standard action.
2010-04-02  Hans Leidekkermsi: Add tests for registering and unregistering extens...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterExtensionInfo standard...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterProgIdInfo standard action.
2010-04-02  Hans Leidekkermsi: Add tests for registering and unregistering class...
2010-04-02  Hans Leidekkermsi: Set the action taken in the RegisterExtensionInfo...
2010-04-02  Hans Leidekkermsi: Implement the UnregisterClassInfo standard action.
2010-03-29  Mikhail Maroukhinemsi: Fix compiler warnings with flag -Wcast-qual.
2010-03-29  Mikhail Maroukhineobjbase.h: CLSIDFromString: Add constness to the parame...
2010-03-26  Hans Leidekkermsi: Improve the SetODBCFolders action stub.
2010-03-26  Hans Leidekkermsi: Implement the Reinstall control event.
2010-03-26  Hans Leidekkermsi: Keep source directory and cabinet file separate.
2010-03-26  Hans Leidekkermsi: Return the right error when a cabinet cannot be...
2010-03-26  Hans Leidekkermsi: Update the UI in the StartServices and StopService...
2010-03-26  Alexandre Julliardmsi: Reset the MsiEnumProductsW index on failure.
2010-03-25  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-25  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-24  Paul Vriensmsi/tests: Fix test failures on W2K with Windows Instal...
2010-03-23  Hans Leidekkermsi: Search network sources in addition to disk sources.
2010-03-23  Hans Leidekkermsi: Remove stream from streams cache before destroying it.
2010-03-23  Hans Leidekkermsi: Don't crash on null last parameter in MsiDecompose...
2010-03-23  Hans Leidekkermsi: Display REG_EXPAND_SZ values too in the WriteRegis...
2010-03-23  Hans Leidekkermsi: Update the UI in the UnpublishFeatures action.
2010-03-23  Hans Leidekkermsi: Implement a second cabinet extractor on top of...
2010-03-23  Hans Leidekkermsi: Set the action taken in the ProcessComponents...
2010-03-23  Hans Leidekkermsi: The AppSearch and CCPSearch actions must be run...
2010-03-23  Hans Leidekkermsi: Display the file identifier instead of the filenam...
2010-03-22  Paul Vriensmsi/tests: Remove temporary files.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit depende...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-03-15  Nikolay Sivovmsi: Convert IWineMsiRemoteDatabase BSTR parameters...
2010-03-15  Paul Vriensmsi/tests: Remove a key after running tests.
2010-03-05  Hans Leidekkermsi: Also update the UI when removing files listed...
2010-03-05  Hans Leidekkermsi: Update the UI in the RegisterUser action.
next