netstat: Initial implementation.
[wine] / dlls / msi / action.c
2012-12-11  Hans Leidekkermsi: Don't set the Preselected property for a full...
2012-11-19  Hans Leidekkermsi: Don't set the REINSTALL property if the product...
2012-11-16  Frédéric Delanoymsi: Fix leaks in ITERATE_InstallService (coverity).
2012-11-16  Frédéric Delanoymsi: Fix leaks in stop_service_dependents (coverity).
2012-11-09  Hans Leidekkermsi: Fix use of uninitialized variables.
2012-11-07  Hans Leidekkermsi: Register dlls in a separate process.
2012-11-07  Hans Leidekkermsi: Make sure either the REINSTALL or the REMOVE prope...
2012-11-07  Hans Leidekkermsi: Remove a component regardless of its install state...
2012-11-05  Hans Leidekkermsi: Fix handling of REG_MULTI_SZ values in the WriteRe...
2012-10-29  Hans Leidekkermsi: Return length instead of size from deformat_string.
2012-10-29  Hans Leidekkermsi: Add a length parameter to msi_set_property and...
2012-09-13  Hans Leidekkermsi: Don't reinstall components shared with other products.
2012-09-11  Hans Leidekkermsi: Only remove a component if the number of clients...
2012-08-13  Hans Leidekkermsi: Try the registered install location first when...
2012-08-13  Hans Leidekkermsi: Avoid an out of bounds access in msi_build_directo...
2012-07-31  Hans Leidekkermsi: Implement the RemoveExistingProducts standard...
2012-06-12  Hans Leidekkermsi: Keep assembly caches loaded until the package...
2012-06-11  Hans Leidekkermsi: Support registry key names that exceed 255 characters.
2012-06-11  Hans Leidekkermsi: Fail if a registry key cannot be created.
2012-06-11  Hans Leidekkermsi: Ignore the value if a registry value name is special.
2012-06-11  Hans Leidekkermsi: Add support for 64-bit registry components.
2012-05-31  Hans Leidekkermsi: Don't create empty values for special registry...
2012-05-15  Hans Leidekkermsi: Add support for the ActionInfo progress message...
2012-05-08  Hans Leidekkermsi: Resolve the target path for the ODBC driver file...
2012-04-23  Hans Leidekkermsi: Remove child folders first in the RemoveFolders...
2012-04-23  Hans Leidekkermsi: Reduce the indentation level in ACTION_GetComponen...
2012-04-05  Hans Leidekkermsi: Keep the UI level fixed during the lifetime of...
2012-04-02  Hans Leidekkermsi: Suspend the installation if an action sets MSIRUNM...
2012-04-02  Hans Leidekkermsi: Rename the need_reboot flag to need_reboot_at_end.
2012-03-26  Hans Leidekkermsi: Get the UI level from the global variable instead...
2012-03-13  Hans Leidekkermsi: Fix deleting services on installation.
2012-02-05  Hans Leidekkermsi: Follow the parent state for preselected features...
2012-01-30  Frédéric Delanoymsi: Avoid dead code in parse_prop (Coverity).
2012-01-25  Frédéric Delanoymsi: Avoid dead code in parse_prop (Coverity).
2012-01-23  Hans Leidekkermsi: Don't evaluate msidbFeatureAttributesFollowParent...
2012-01-20  Hans Leidekkermsi: Pass the file identifier instead of the filename...
2012-01-19  Hans Leidekkermsi: Don't parse the format string when building the...
2012-01-18  Hans Leidekkermsi: Make sure target paths are normalized.
2012-01-06  Hans Leidekkermsi: Execute custom actions in the right script.
2012-01-05  Hans Leidekkermsi: Don't crash on secondary root folders in msi_resol...
2011-12-23  Hans Leidekkermsi: Use a common function to validate a product ID.
2011-12-13  Hans Leidekkermsi: Don't run the rollback script in reinstall mode.
2011-12-01  Hans Leidekkermsi: Resolve the target folder if necessary in msi_get_...
2011-12-01  Hans Leidekkermsi: Split up delete_reg_key_or_value.
2011-10-27  Hans Leidekkermsi: Wait up to 30 seconds for services to start up.
2011-10-11  Hans Leidekkermsi: Properly build the shortcut target path.
2011-09-23  Michael Stefaniucmsi: Remove casts to the type of the casted variable.
2011-09-20  Hans Leidekkermsi: Support TrueType font files in MsiGetFileVersion.
2011-09-14  Hans Leidekkermsi: Free the message string in ACTION_ResolveSource.
2011-09-09  Hans Leidekkermsi: Ignore unknown components in the FeatureComponents...
2011-09-09  Hans Leidekkermsi: Return the right error from ResolveSource when...
2011-09-09  Hans Leidekkermsi: SelfUnregModules' counterpart is SelfRegModules.
2011-08-24  Hans Leidekkermsi: Resolve the target folder if necessary when buildi...
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-07-27  Hans Leidekkermsi: Always check the return value of MSI_IterateRecords.
2011-07-27  Hans Leidekkermsi: Clean up the database queries.
2011-07-07  Hans Leidekkermsi: Use the return value of MSI_IterateRecords (clang).
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: 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-23  Hans Leidekkermsi: Make sure reported progress adds up to projected...
2011-06-10  Hans Leidekkermsi: Implement and test MsiGetFeatureInfo.
2011-06-10  Hans Leidekkermsi: Remove redundant function find_feature_by_name.
2011-06-07  Hans Leidekkermsi: Handle disabled components properly in the Process...
2011-05-30  Hans Leidekkermsi: Set the SystemComponent installation property...
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-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 folder actions to revert components to...
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 the DisableRollback standard action.
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-12  Hans Leidekkermsi: Remove redundant tracing.
2011-05-11  Hans Leidekkermsi: Don't resolve child folders if the parent path...
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-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-04-14  Hans Leidekkermsi: Add offsets to disk ids added by patches.
2011-04-14  Hans Leidekkermsi: Check the return value of MSIREG_OpenUpgradeCodesK...
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.
next