netstat: Initial implementation.
[wine] / dlls / msi / custom.c
2012-10-29  Hans Leidekkermsi: Pass string length to msi_set_property in ACTION_C...
2012-10-29  Hans Leidekkermsi: Don't create a copy of deferred custom action...
2012-10-29  Hans Leidekkermsi: Add a length parameter to msi_set_property and...
2012-07-27  Hans Leidekkermsi: Use inline wrappers for calling COM methods.
2012-07-09  Hans Leidekkermsi: Don't crash if no working directory is specified...
2012-05-15  Hans Leidekkermsi: Don't hide failure of script custom actions.
2012-04-05  Hans Leidekkermsi: Keep the UI level fixed during the lifetime of...
2012-01-06  Hans Leidekkermsi: Execute custom actions in the right script.
2011-12-06  Hans Leidekkermsi: Make sure to keep a reference to custom action...
2011-11-14  Hans Leidekkermsi: Trace the exit code from custom action processes.
2011-07-27  Hans Leidekkermsi: Clean up the database queries.
2011-07-01  Hans Leidekkermsi: Get rid of the remaining tabs.
2011-06-14  Hans Leidekkermsi: Pass the full custom action command to CreateProcess.
2011-06-07  Hans Leidekkermsi: Get rid of forward declarations for custom action...
2011-06-07  Hans Leidekkermsi: Factor out common code to execute custom action...
2011-05-20  Hans Leidekkermsi: Execute the rollback script if the installation...
2011-05-20  Hans Leidekkermsi: Schedule rollback for standard actions.
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: Use a separate function to retrieve the target...
2011-02-23  Hans Leidekkermsi: A custom action dll failing to load is not a fatal...
2011-02-22  Hans Leidekkermsi: Fix a trace.
2011-02-07  Hans Leidekkermsi: Split up resolve_folder.
2011-01-27  Hans Leidekkermsi: Skip rollback custom actions.
2011-01-27  Hans Leidekkermsi: Use a return value (clang).
2010-12-17  Alexandre Julliardmsi: Convert the dll registration to the IRegistrar...
2010-12-15  Michael Stefaniucmsi: Use an iface instead of a vtbl pointer in msi_cust...
2010-12-03  Joris Huizermsi: Don't leak memory on error path.
2010-12-02  Hans Leidekkermsi: Reuse temporary executables.
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-10-13  Hans Leidekkermsi: Store action data for deferred rollback actions...
2010-10-13  Hans Leidekkermsi: A commit or rollback custom action can be a deferr...
2010-05-20  Hans Leidekkermsi: Consistently use the allocation macros.
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-03-03  Andrew Nguyenmsi: Correctly set the process working directory in...
2010-02-04  Marcus Meissnermsi: Call Custom function via wrapper.
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-09-29  Hans Leidekkermsi: Test the Installed property.
2009-09-29  Hans Leidekkermsi: Respect UI level in custom action type 19.
2009-09-16  Hans Leidekkermsi: Improve a trace.
2009-06-22  Hib Erismsi: Release more msi_custom_action_info when no longer...
2009-06-22  Hib Erismsi: Release msi_custom_action_info when no longer...
2009-03-24  Hans Leidekkermsi: Don't initialize COM for custom action threads.
2009-03-13  Hans Leidekkermsi: Set concurrency model to multi-threaded for custom...
2008-11-28  Francois Gougetmsi: Remove WINAPI on static functions where not needed.
2008-04-29  Alexandre JulliardInclude wine/port.h everywhere we use exceptions.
2008-03-11  James Hawkinsmsi: Ignore the custom action type 51 if the source...
2008-02-11  James Hawkinsmsi: Don't check for the existence of the msi package...
2007-12-20  James Hawkinsmsi: Initialize a default COM apartment for custom...
2007-12-12  James Hawkinsmsi: Free the deformatted string.
2007-11-26  James Hawkinsmsi: Downgrade a FIXME to a WARN.
2007-08-06  James Hawkinsmsi: Fix the size allocated for the deferred custom...
2007-07-30  James Hawkinsmsi: Use a more unique property separator.
2007-07-27  James Hawkinsmsi: Initialize the size parameter.
2007-07-25  James Hawkinsmsi: Use a different separator as a semi-colon may...
2007-07-18  James HawkinsRevert "msi: Only call a custom action remotely if...
2007-07-17  James Hawkinsmsi: Only call a custom action remotely if the type...
2007-07-06  James Hawkinsmsi: Enable remote custom actions.
2007-07-03  James Hawkinsmsi: Add the IWineMsiRemoteCustomAction interface.
2007-06-27  James Hawkinsmsi: Reference count the custom action data to avoid...
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-06-19  James Hawkinsmsi: Send the expected data to set_deferred_action_props.
2007-06-15  James Hawkinsmsi: Set the UserSID and ProductCode properties for...
2007-06-14  James Hawkinsmsi: Protect custom actions with a structured exception...
2007-06-01  Andrew Talbotmsi: Constify some variables.
2007-06-01  James Hawkinsmsi: Add handling for MsiBreak.
2007-05-30  James Hawkinsmsi: Perform a forced reboot if a custom action returns...
2007-05-01  Misha Koshelevmsi: Add JScript/VBScript support.
2007-05-01  Misha Koshelevmsi: Added handlers for JScript/VBScript actions that...
2007-04-16  James Hawkinsmsi: Add handling for the concurrent install custom...
2007-04-16  James Hawkinsmsi: Generalize the msi_custom_action_info struct so...
2007-04-04  Rob Shearmanmsi: Don't wait on closed handles in ACTION_FinishCusto...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2007-03-06  Andrew Talbotmsi: Replace const pointer parameters with correct...
2007-03-05  Rob Shearmanmsi: Rewrite the second loop in ACTION_FinishCustomActi...
2007-02-26  James Hawkinsmsi: Free the custom action data after the thread funct...
2007-02-14  Mike McCormackmsi: Find pending custom actions by GUID.
2007-02-13  Mike McCormackmsi: Remove an unused initializer.
2007-02-12  Mike McCormackmsi: Store dll based custom actions in a separate list.
2007-02-12  Mike McCormackmsi: Simplify ACTION_FinishCustomActions.
2007-02-12  Mike McCormackmsi: Split process_handle() into two separate functions.
2006-11-22  Mike McCormackmsi: Only wait for custom actions that don't have msidb...
2006-11-22  Mike McCormackmsi: Split process_action_return_value into two differe...
2006-11-22  Mike McCormackmsi: Remove an unused parameter.
2006-11-17  Mike McCormackmsi: Remove unnecessary includes.
2006-11-14  Mike McCormackmsi: Remove track_tempfile()'s unused 2nd parameter.
2006-11-13  Mike McCormackmsi: Only free a string in one place.
2006-11-13  Mike McCormackmsi: Fix error handling.
2006-11-13  Mike McCormackmsi: Track temp files as soon as they are created.
2006-11-13  Mike McCormackmsi: Fail if we can't write out a temporary file.
2006-11-13  Mike McCormackmsi: Clean upstore_binary_to_temp.
2006-11-13  Francois GougetAssorted spelling fixes.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-10  Mike McCormackmsi: Fix memory leaks and bad frees.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-09-07  James Hawkinsmsi: Store the CustomActionData for deferred custom...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
next