msi: Free the deformatted string.
[wine] / dlls / msi / custom.c
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.
2006-03-22  Mike McCormackmsi: Implement custom action type 17.
2006-01-03  Marcus Meissnermsi: Report the commandline that failed to start in...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-10-27  Mike McCormackIf an action fails, print out its name as well as the...
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-09-28  Mike McCormackDon't quote numbers in a query, as it doesn't parse...
2005-09-28  Mike McCormackDon't create MSI handles unless we have to pass one...
2005-09-23  Mike McCormackFix a memory leak.
2005-09-22  Mike McCormackFix various memory leaks.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-20  Mike McCormackFix if's that are followed by semicolons.
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-08  Mike McCormackConvert RunningActions array into a list.
2005-09-08  Mike McCormackFix memory leaks in custom actions.
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-07-12  Aric StewartFurther testing shows that when CustomActionData needs...
2005-06-30  Aric StewartKeep track of what sequence we are in and register...
2005-06-16  Aric StewartA simple cleanup to only track the temp file if we...
2005-06-02  Mike McCormackUse the new helper function MSI_QueryGetRecord.
2005-05-27  Aric StewartIntroduce really basic scripting of actions. This is...
2005-05-20  Aric StewartCorrect query quoting based on Mike's patch.
2005-04-27  Mike McCormackMake sure that dialogs are only created and destroyed...
2005-04-11  Steven EdwardsAvoid using ver.h in favor of winver.h.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-02-09  Aric StewartDo not track the temp files for custom actions based...
2005-02-09  Mike McCormackHandle a number as a parameter for custom action 19.
2005-02-09  Mike McCormack- add support for Edit boxes in MSI dialogs
2005-02-08  Aric StewartMake a temp file for each dll saved for custom actions...
2005-02-01  Aric StewartContinued work to simplify the ProcessAction call,...
2005-01-27  Aric StewartImplement custom action type 19, Halt install and displ...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...