msi: Use the handle to the treeview item if the item text is not returned.
[wine] / dlls / msi / helpers.c
2008-05-05  James Hawkinsmsi: Fix a typo.
2008-04-30  James Hawkinsmsi: Add initial implementation of MsiPublishAssemblies.
2008-04-08  Austin Englishmsi: Spelling fixes.
2008-01-03  Gerald Pfeifermsi: Remove an extraneous safety check and simplify...
2008-01-02  Gerald Pfeifermsi: Remove an extraneous safety check and simplify...
2007-11-01  James Hawkinsmsi: A feature's requested action does not depend on...
2007-07-03  James Hawkinsmsi: Delay publishing of the SourceList until the Publi...
2007-06-06  Andrew Talbotmsi: Constify some variables.
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2006-11-22  Mike McCormackmsi: Treat the SourceDir folder the same as TargetDir.
2006-11-22  Mike McCormackmsi: Load all folders in one query, rather one per...
2006-11-21  Mike McCormackmsi: Fix use of integer fields in MsiFormatRecord.
2006-11-17  Mike McCormackmsi: Remove a level of indent in resolve_folder().
2006-11-17  Mike McCormackmsi: Remove some redundant else statements.
2006-11-14  Mike McCormackmsi: Remove track_tempfile()'s unused 2nd parameter.
2006-11-14  Mike McCormackmsi: Print a message if we fail to delete a file.
2006-11-08  James Hawkinsmsi: Store the base URL of the MSI package if it is...
2006-11-02  Mike McCormackmsi: Avoid a memory leak by freeing actions scripts...
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
2006-10-11  James Hawkinsmsi: Set the SourceDir and SOURCEDIR properties in...
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-09-28  James Hawkinsmsi: Follow state resolution rules when a feature paren...
2006-09-28  James Hawkinsmsi: A feature state of INSTALLSTATE_ABSENT translates...
2006-09-26  James Hawkinsmsi: Only specifically resolve the TARGETDIR directory...
2006-09-21  James Hawkinsmsi: Disable child features of parent features that...
2006-09-20  James Hawkinsmsi: INSTALLSTATE_SOURCE also overrides a parent featur...
2006-08-25  Mike McCormackmsi: Reimplement msi_dup_property and msi_get_property_int.
2006-08-25  James Hawkinsmsi: Inform the user with an error message when the...
2006-07-17  Mike McCormackmsi: Move msi_get_property_int() to helpers.c
2006-07-14  Mike McCormackmsi: Move version string conversions to registry.c.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-18  Mike McCormackmsi: Don't fall back to the folder's parent if the...
2006-04-18  Mike McCormackmsi: Simplify create_component_advertise_string() a...
2006-03-21  Mike McCormackmsi: Improve handling of short paths.
2006-01-24  Dmitry TimoshkovMake more arrays const.
2006-01-23  Robert Shearmanmsi: Move the firing of control events to MSI_ProcessMe...
2006-01-06  Mike McCormackmsi: Clean trailing and leading spaces from path segments.
2005-11-28  Mike McCormackIf a source directory doesn't exist, use the install...
2005-11-24  Mike McCormackMake all source directories at the root of the install.
2005-11-03  Mike McCormackRemove some redundant null pointer checks.
2005-10-29  Mike McCormackRemove the unused 1st parameter of ACTION_VerifyCompone...
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-09-30  Mike McCormackRename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
2005-09-22  Mike McCormackFix various memory leaks.
2005-09-22  Mike McCormackMake build_icon_path return the path directly.
2005-09-21  Mike McCormackFix some simple memory leaks.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-13  Mike McCormackEliminate fixed length buffers from the MSIFEATURE...
2005-09-12  Mike McCormackEliminate yet more fixed length buffers.
2005-09-12  Mike McCormackFix more fixed length buffers.
2005-09-12  Mike McCormackMake sure not to access invalid components or features.
2005-09-09  Mike McCormackMove a fixed size buffer to the heap.
2005-09-08  Mike McCormackAllocate memory rather than using fixed length buffers.
2005-09-08  Mike McCormackFix memory leaks.
2005-09-07  Mike McCormackKeep temporary files in a seperate list.
2005-09-06  Mike McCormackAvoid fixed length buffers for conditions.
2005-09-06  Mike McCormackRemove an unnecessary level of indent.
2005-09-06  Mike McCormackConvert progids to a standard list.
2005-09-02  Mike McCormack- convert verbs into a standard list
2005-08-29  Mike McCormack- build a standard Wine list of extensions instead...
2005-08-26  Mike McCormack- build a standard Wine list of mime types instead...
2005-08-25  Mike McCormack- build a standard Wine list of classes instead of...
2005-08-24  Mike McCormack- build a standard Wine list of appids instead of using...
2005-08-23  Mike McCormack- build a standard Wine list of folders instead of...
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-08-19  Mike McCormackStore the component information in a standard Wine...
2005-07-07  Aric StewartFill and use the ProductCode part of the MSIPACKAGE...
2005-06-30  Aric StewartKeep track of what sequence we are in and register...
2005-06-29  Aric StewartHandle installs off multiple volumes and properly pull...
2005-06-28  Aric StewartRelocate the msi file to prevent cd locking, corrected...
2005-06-21  Aric StewartFix situations where TARGETDIR is set to a non \ terminated
2005-06-15  Aric StewartBreak out all the helper functions into helpers.c.