winmm: Make WINMM_DRVMessage() static.
[wine] / dlls / msi /
2011-07-07  Francois Gougetmsi: Make msi_parse_patch_summary() and msi_apply_patch...
2011-07-07  Hans Leidekkermsi: Check the return value of MSI_IterateRecords ...
2011-07-07  Hans Leidekkermsi: Get rid of the msistring typedef.
2011-07-07  Hans Leidekkermsi: Avoid dereferencing a NULL pointer (clang).
2011-07-07  Hans Leidekkermsi: Check the transform language against the package...
2011-07-07  Hans Leidekkermsi: Add a stub implementation of MsiDeterminePatchSequ...
2011-07-07  Hans Leidekkermsi: Remove some dead assignments (clang).
2011-07-07  Hans Leidekkermsi: Avoid using an uninitialized value (clang).
2011-07-07  Hans Leidekkermsi: Use the return value of MSI_IterateRecords (clang).
2011-07-06  Frédéric Delanoymsi: Remove dead assignment (Clang).
2011-07-01  Hans Leidekkermsi: Get rid of the remaining tabs.
2011-07-01  Hans Leidekkermsi: Delay creating local installer and patch packages...
2011-07-01  Hans Leidekkermsi: Remove directories after removing all files.
2011-07-01  Hans Leidekkermsi/tests: Clean up the local package in test_register_...
2011-07-01  Hans Leidekkermsi/tests: Remove a test.
2011-07-01  Hans Leidekkermsi: Handle escaped double quotes in command line parsing.
2011-07-01  Hans Leidekkermsi: Use an enum to represent folder states.
2011-07-01  Hans Leidekkermsi: Perform a full uninstall if no feature resolves...
2011-06-27  Marcus Meissnermsi: Remove superflous NULL check (Coverity).
2011-06-27  Marcus Meissnermsi: Removed useless NULL check (Coverity).
2011-06-23  Hans Leidekkermsi: Count progress in units of 512 bytes.
2011-06-23  Hans Leidekkermsi: Make sure reported progress adds up to projected...
2011-06-23  Hans Leidekkermsi: Add support for running the progress bar backwards.
2011-06-23  Hans Leidekkermsi: Don't subscribe more than once to the same control...
2011-06-23  Hans Leidekkermsi: Don't update the progress bar in schedule_install_...
2011-06-14  Hans Leidekkermsi: Pass the full custom action command to CreateProcess.
2011-06-13  Marcus Meissnermsi: Fix some NULL dereferences (Coverity).
2011-06-10  Hans Leidekkermsi: Implement and test MsiSetFeatureAttributes.
2011-06-10  Hans Leidekkermsi: Implement and test MsiGetFeatureInfo.
2011-06-10  Hans Leidekkermsi: Remove redundant function find_feature_by_name.
2011-06-10  Hans Leidekkermsi: Add a stub implementation of MsiCreateTransformSum...
2011-06-09  Alexandre Julliardmsi: Create temp files in the destination directory...
2011-06-07  Hans Leidekkermsi: Get rid of some more forward declarations.
2011-06-07  Hans Leidekkermsi: Avoid some AW conversions.
2011-06-07  Hans Leidekkermsi: Get rid of forward declarations for custom action...
2011-06-07  Hans Leidekkermsi: Handle disabled components properly in the Process...
2011-06-07  Hans Leidekkermsi: Add support for returning validation errors.
2011-06-07  Hans Leidekkermsi: Print a warning instead of an error if we're going...
2011-06-07  Hans Leidekkermsi: Fully initialize the MSISTORAGESVIEW and MSISTREAM...
2011-06-07  Hans Leidekkermsi: Revert 8321276cd34486bc6bf1e07c0e99c73423288854.
2011-06-07  Hans Leidekkermsi: Reorder dialog functions to avoid forward declarat...
2011-06-07  Hans Leidekkermsi: Factor out common code to execute custom action...
2011-06-01  Hans Leidekkermsi: GetUserName sets last error to ERROR_INSUFFICIENT_...
2011-05-30  Hans Leidekkermsi: Set the SystemComponent installation property...
2011-05-30  Hans Leidekkermsi: Skip files from global assemblies in the RemoveFil...
2011-05-26  Alexandre Julliardmsi: Remove the temp files after the storage files...
2011-05-25  Hans Leidekkermsi: Support rollback of failed uninstalls.
2011-05-25  Hans Leidekkermsi: Don't schedule rollback actions during rollback.
2011-05-25  Hans Leidekkermsi: Fix updating the component reference count during...
2011-05-25  Hans Leidekkermsi: Fix the remaining actions to revert features and...
2011-05-25  Hans Leidekkermsi: Fix the assembly actions to revert components...
2011-05-24  Hans Leidekkermsi: Fix the font actions to revert components to the...
2011-05-24  Hans Leidekkermsi: Fix the ODBC actions to revert components to the...
2011-05-24  Hans Leidekkermsi: Fix the service actions to revert components to...
2011-05-24  Hans Leidekkermsi: Fix the class actions to revert features to the...
2011-05-24  Hans Leidekkermsi: Fix the registry actions to revert components...
2011-05-24  Hans Leidekkermsi: Fix the file actions to revert components to the...
2011-05-24  Hans Leidekkermsi: Fix the folder actions to revert components to...
2011-05-24  Hans Leidekkermsi: Improve the stub for MsiGetMode(MSIRUNMODE_ADVERTISE).
2011-05-24  Hans Leidekkermsi: Improve the BindImage action stub.
2011-05-24  Hans Leidekkermsi: Move patch related functions to a separate file.
2011-05-20  Hans Leidekkermsi: Execute the rollback script if the installation...
2011-05-20  Hans Leidekkermsi: Schedule rollback for standard actions.
2011-05-20  Hans Leidekkermsi: Implement MsiGetMode(MSIRUNMODE_ROLLBACKENABLED).
2011-05-20  Hans Leidekkermsi: Implement the DisableRollback standard action.
2011-05-20  Hans Leidekkermsi: Avoid a double free.
2011-05-20  Hans Leidekkermsi: Recursively create the destination directory in...
2011-05-20  Hans Leidekkermsi: Factor out common code from MsiEnumComponentCostsW.
2011-05-18  Marcus Meissnermsi: Check comp for NULL from msi_get_loaded_component...
2011-05-17  Hans Leidekkermsi: Don't resolve child folders if the target path...
2011-05-17  Hans Leidekkermsi: Make sure that the target root directory has a...
2011-05-17  Hans LeidekkerRevert "msi: Avoid loading cabinet streams more than...
2011-05-17  Hans Leidekkermsi: Search all installation contexts in the FindRelate...
2011-05-17  Hans Leidekkermsi: Improve tracing in the FindRelatedProducts action.
2011-05-12  Hans Leidekkermsi: Unescape ^Q^Y sequences in text archives.
2011-05-12  Hans Leidekkermsi: Handle embedded nulls in text archives.
2011-05-12  Hans Leidekkermsi: Improve the stub for MisGetMode(MSIRUNMODE_ADMIN).
2011-05-12  Hans Leidekkermsi: Remove redundant tracing.
2011-05-11  Hans Leidekkermsi: Don't resolve child folders if the parent path...
2011-05-11  Hans Leidekkermsi/tests: Show that MsiSetTargetPath updates folder...
2011-05-06  Hans Leidekkermsi: Clone an open stream if possible in cabinet_open_s...
2011-05-06  Hans Leidekkermsi: Keep track of a stream's storage.
2011-05-06  Hans Leidekkermsi: Add support for version 1.0 of the .NET runtime.
2011-05-06  Hans Leidekkermsi: Destroy assembly caches right after use.
2011-05-06  Hans Leidekkermsi: Avoid loading cabinet streams more than once.
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2011-05-06  Hans Leidekkermsi: Handle NULL component correctly in MsiEnumComponen...
2011-05-04  Piotr Cabanwine.inf: Add quotes to webbrowser command keys.
2011-05-03  Francois Gougetmsi: get_msi_typelib() is not used anymore so remove it.
2011-05-02  Hans Leidekkermsi: Define common strings just once.
2011-05-02  Hans Leidekkermsi: Rewrite the folder resolution code to keep track...
2011-05-02  Hans Leidekkermsi: Use a separate function to retrieve the target...
2011-05-02  Hans Leidekkermsi: Skip disabled components in the InstallService...
2011-05-02  Hans Leidekkermsi: Avoid casts in IWineMsiRemotePackage methods.
2011-05-02  Hans Leidekkermsi: Support remote calls to MsiEnumComponentCosts.
2011-05-02  Hans Leidekkermsi: Fix handling of components without a key path...
2011-04-25  Marcus Meissnermsi: Mark internal symbols as visibility hidden.
2011-04-19  Hans Leidekkermsi: Sync with the action request instead of the action...
2011-04-18  Francois Gougetmsi: Move msi_get_cabinet_stream() up and make it static.
2011-04-14  Hans Leidekkermsi: Add offsets to disk ids added by patches.
next