ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / msi / action.c
2006-09-08  Mike McCormackmsi: Split code to create a random package name into...
2006-08-29  Dan Kegelmsi: Callers of alloc_msihandle should handle failure.
2006-08-12  James Hawkinsmsi: If a component's state is not local, source, or...
2006-08-08  James Hawkinsmsi: Fix the compressed files logic.
2006-08-03  Robert Shearmanmsi: Fix the creation of shortcuts with a null icon...
2006-08-02  James Hawkinsmsi: Set the install state to INSTALLSTATE_LOCAL for...
2006-08-01  James Hawkinsmsi: Fix a couple install state test cases.
2006-07-31  James Hawkinsmsi: Set the install state to INSTALLSTATE_LOCAL for...
2006-07-28  Mike McCormackmsi: Don't set the shortcut's working directory if...
2006-07-26  Mike McCormackmsi: Always load all the components.
2006-07-21  James Hawkinsmsi: Set the component's initial state based on its...
2006-07-20  James Hawkinsmsi: Update feature states after changing install level...
2006-07-20  James Hawkinsmsi: Rename SetFeatureStates to match the naming scheme...
2006-07-19  Mike McCormackmsi: Only load the features and files tables once.
2006-07-19  James Hawkinsmsi: Sort SelectionTree items by their Display value.
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-06-21  James Hawkinsmsi: Fix handling of the no-op identifier in the Direct...
2006-06-12  Alexandre Julliardmsi: Make some variables static and/or const.
2006-06-09  Mike McCormackmsi: Remove some unnecessary NULL checks.
2006-05-25  Mike McCormackmsi: Fix some pointer to integer casts.
2006-05-24  Mike McCormackmsi: Fix a possible memory leak.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Labrousse Jeanmsi: Fix short name and long name mismatch in action.c.
2006-05-15  Francois GougetAssorted spelling fixes.
2006-04-18  Mike McCormackmsi: Clean up memset usage.
2006-03-22  Mike McCormackmsi: Add stub for the RegisterComPlus and UnregisterCom...
2006-03-21  Mike McCormackmsi: Improve handling of short paths.
2006-03-09  Mike McCormackmsi: Remove some unnecessary indent.
2006-02-22  Robert Shearmanmsi: Fix heap overflow in ITERATE_CreateShortcuts.
2006-01-23  Robert Shearmanmsi: Move the firing of control events to MSI_ProcessMe...
2006-01-23  Robert Shearmanmsi: Call ui_actiondata for more actions.
2006-01-16  Mike McCormackmsi: Eliminate a fixed length buffer.
2006-01-10  Mike McCormackmsi: Don't crash if there's no script present when...
2006-01-04  Mike McCormackmsi: Apply any MSI transforms specified by the TRANSFOR...
2005-12-31  Mike McCormackmsi: Change some FIXME messages to comments.
2005-12-31  Mike McCormackmsi: Add stub actions for CCPSearch and RMCCPSearch.
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-03  Ivan Leo PuotiFix some wrong prototypes.
2005-11-03  Mike McCormackRemove some redundant null pointer checks.
2005-11-02  Aric StewartForce files to install if the REINSTALL property is...
2005-11-02  Mike McCormackImplement the RemoveFiles action.
2005-11-02  Mike McCormackUse an enumeration for file states.
2005-10-30  Mike McCormackAdd a stub for the AllocateRegistrySpace action.
2005-10-30  Mike McCormackDefine MSIDBOPEN_ constants using LPCWSTR when compilin...
2005-10-30  Mike McCormackUse msi_get_property_int() in a few more places.
2005-10-30  Mike McCormackUse "static const" rather than "const static" as gcc...
2005-10-29  Mike McCormackDon't change the UI level during ExecuteAction.
2005-10-29  Mike McCormackRemove the unused 1st parameter of ACTION_VerifyCompone...
2005-10-29  Mike McCormackSome installers don't call the CreateFolders action...
2005-10-29  Thomas WeidenmuellerPassing NULL as the last two parameters to ReadFile...
2005-10-28  Mike McCormackCreate component folders in the CreateFolders action.
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-10-27  Mike McCormackTidy up the RegisterProduct action a little.
2005-10-26  Mike McCormackCreate a stub function to apply a single table transfor...
2005-10-26  Mike McCormackEnumerate the substorage transforms for any patches...
2005-09-30  Mike McCormackRename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
2005-09-29  Mike McCormackCreate a function to read a property as an integer.
2005-09-28  Mike McCormackAdd some more action stubs, remove forward declarations.
2005-09-28  Mike McCormackSplit command line parsing from MSI_InstallPackage...
2005-09-26  Mike McCormackMake a macro function for unimplemented actions.
2005-09-25  Mike McCormackStub implementation of the IsolateComponents action.
2005-09-23  Mike McCormackAdd a stub implementation of the BindImage action.
2005-09-23  Mike McCormackStub implementation of the PatchFiles action.
2005-09-23  Mike McCormackStub implementation of the MoveFiles action.
2005-09-23  Mike McCormackStub implementation of the RemoveIniValues action.
2005-09-22  Mike McCormackFix various memory leaks.
2005-09-22  Mike McCormackSimplify the ProcessComponents action a little.
2005-09-22  Mike McCormackMake build_icon_path return the path directly.
2005-09-21  Mike McCormackImplement MsiSequenceA/W.
2005-09-21  Mike McCormackSimplify the InstallValidate action a little.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-16  Mike McCormackFix a bug in a previous patch spotted by Dieter Komendera.
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-15  Mike McCormackUse the new msi_reg_set* macros where possible.
2005-09-13  Mike McCormackEliminate fixed length buffers from the MSIFEATURE...
2005-09-12  Mike McCormackFix more fixed length buffers.
2005-09-09  Mike McCormackReduce the indent level of a function.
2005-09-08  Mike McCormackAllocate memory rather than using fixed length buffers.
2005-09-08  Mike McCormackRemove an unnecessary level of indent.
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 McCormackMake some fixme messages less alarmist.
2005-08-25  Mike McCormackMake sure to save the result calculated in ACTION_Updat...
2005-08-25  Aric StewartDisplay the correct text string in the action text...
2005-08-24  Johan DahlinAdded a null check for component.
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-23  Aric StewartMake index INT not UINT because it can be -1.
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-08-16  Aric StewartFixed a memory overflow and leak identified by Mike...
2005-08-15  Aric StewartAdd some body to ResolveSource because it is possible...
2005-07-13  Alexandre JulliardUse the official names for the Unicode string constants.
2005-07-11  Aric StewartUse the strings defined in msi.h.
2005-07-08  Aric StewartInstallShield does a number of actions using DoAction...
2005-07-07  Aric StewartFill and use the ProductCode part of the MSIPACKAGE...
2005-07-06  Mike McCormackStop the install when cancelling from a modeless dialog.
next