mshtml: HTMLWindow_item code clean up.
[wine] / dlls / msi /
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.
2011-04-14  Hans Leidekkermsi: Add support for maintaining a list of cabinet...
2011-04-14  Hans Leidekkermsi: Avoid redundant loading of media info.
2011-04-14  Hans Leidekkermsi/tests: Fix some memory leaks (valgrind).
2011-04-14  Hans Leidekkermsi: Fix a memory leak (valgrind).
2011-04-14  Hans Leidekkermsi: Check the return value of MSIREG_OpenUpgradeCodesK...
2011-04-06  Hans Leidekkermsi: More Wow64 fixes.
2011-04-05  Hans Leidekkermsi: Honor msidbFeatureAttributesFollowParent.
2011-04-05  Hans Leidekkermsi: Fix parsing of an empty property followed by a...
2011-04-01  Hans Leidekkermsi: Implement and test MsiEnumComponentCostsA/W.
2011-03-31  Francois Gougetmsi: Make load_ttf_name_id() static.
2011-03-31  Hans Leidekkermsi: Fix building the message string in MSI_ProcessMessage.
2011-03-31  Hans Leidekkermsi: Fix buffer size calculation in get_keypath.
2011-03-30  Hans Leidekkermsi: Avoid sprintf for simple concatenations.
2011-03-30  Hans Leidekkermsi: Make sure to access the 64-bit portion of the...
2011-03-30  Hans Leidekkermsi/tests: Remove unneeded Wow64 checks.
2011-03-30  Hans Leidekkermsi: Implement MsiGetFileSignatureInformationA/W.
2011-03-30  Hans Leidekkermsi: Accept whitespace-only property values on the...
next