msi: Use an array instead of a hashtable for WHEREVIEW.
[wine] / dlls / msi /
2011-08-25  Bernhard Loosmsi: Use an array instead of a hashtable for WHEREVIEW.
2011-08-24  Hans Leidekkermsi: Resolve the target folder if necessary when buildi...
2011-08-24  Hans Leidekkermsi/tests: Skip a test if the process is limited.
2011-08-24  Hans Leidekkermsi/tests: Accept one more estimated size.
2011-08-23  Hans Leidekkermsi/tests: Clean up local packages.
2011-08-23  Hans Leidekkermsi: Remove icons when the product is uninstalled.
2011-08-23  Hans Leidekkermsi: Initialize the installation context from the regis...
2011-08-23  Hans Leidekkermsi: Remove local patch packages when the product is...
2011-08-23  Hans Leidekkermsi: Don't create a temporary copy of the package.
2011-08-23  Hans Leidekkermsi: Print a warning instead of a fixme if we fail...
2011-08-23  Hans Leidekkermsi/tests: Use a package code that is different from...
2011-08-04  Frédéric Delanoytests: Assorted spelling fixes.
2011-08-04  Hans Leidekkermsi: Make sure the source directory has a trailing...
2011-08-03  Frédéric Delanoydlls: Assorted spelling fixes.
2011-08-02  Alexandre Julliardwinecrt0: Remove the clsid parameter in __wine_(un...
2011-08-02  Hans Leidekkermsi: Avoid a crash in ControlEvent_SetTargetPath.
2011-08-02  Alexandre Julliardmakefiles: Generate resource files for typelibs.
2011-07-28  Bernhard Loosmsi: MsiDatabaseCommit also succeeds for a a readonly...
2011-07-27  Hans Leidekkermsi: Always check the return value of MSI_IterateRecords.
2011-07-27  Hans Leidekkermsi: Clean up the database queries.
2011-07-27  Hans Leidekkermsi: Make the column and table name parameters of get_c...
2011-07-27  Hans Leidekkermsi: Store table and column names in the string table.
2011-07-25  Hans Leidekkermsi: Allow read sharing if the package is openend in...
2011-07-25  Hans Leidekkermsi: Don't duplicate column string data.
2011-07-24  Hans Leidekkermsi: Fix the SelectionPath event handler.
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.
next