Assorted spelling fixes.
[wine] / dlls / msi / install.c
2008-04-07  James Hawkinsmsi: Reset the feature states if iInstallLevel is 0...
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-07-19  Juan Langmsi: Return FALSE from MsiGetMode for MSIRUNMODE_OPERAT...
2007-07-06  James Hawkinsmsi: Fix use of BSTRs.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetInstallLevel.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetLanguage.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetComponentState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetComponentState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetFeatureState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetFeatureState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetMode.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetTargetPath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetSourcePath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetTargetPath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSequence.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiDoAction.
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2006-11-08  Stefan Leichtermsi: Added stub for MsiGetFeatureValidStatesA/W.
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-09-26  James Hawkinsmsi: Store the full path to the database file in the...
2006-08-16  James Hawkinsmsi: Add a stub for MsiGetFeatureCost.
2006-08-05  Andrew Talbotmsi: Write-strings warnings fix.
2006-07-20  James Hawkinsmsi: Forward MsiSetInstallLevel to an internal MSI_SetI...
2006-07-20  James Hawkinsmsi: Update feature states after changing install level...
2006-07-19  Mike McCormackmsi: Implement MsiSetInstallLevel.
2006-07-17  Mike McCormackmsi: Cleanup traces, remove unnecessary includes.
2006-07-13  James Hawkinsmsi: Update the files target paths as well, because...
2006-06-26  Andrey Turkinmsi: Disable some path validity checks in MsiSetTargetPath.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-03  Mike McCormackMSI: Improve the MsiGetMode stub a little.
2005-11-15  Mike McCormackOnly return ERROR_MORE_DATA if there's a buffer to...
2005-11-02  Mike McCormackFix parameter handling in MsiSetTargetPath, and add...
2005-10-31  Mike McCormackFix and test MsiGetProperty and MsiSetProperty.
2005-10-30  Mike McCormackAdd a stub implementation of msi.MsiSetMode.
2005-10-28  Mike McCormackFix a memory leak.
2005-09-21  Mike McCormackImplement MsiSequenceA/W.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-20  Jan Van Buggenhoutimplement stubs for MsiSequence[AW].
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-13  Mike McCormackFix the handling of MsiGetTargetPath args (with test...
2005-09-13  Mike McCormackFix the handling of MsiDoAction args (with test case).
2005-09-06  Mike McCormackFixes for MsiGetSourcePath parameter handling.
2005-08-24  Johan DahlinImplemented MsiSetComponentState*.
2005-08-24  Johan DahlinAdded stubs for MsiSetComponentStateA and MsiSetCompone...
2005-08-23  Mike McCormack- build a standard Wine list of folders instead of...
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-07-10  Aric StewartImplement MsiGetLanguage.
2005-06-17  Aric StewartA long overdue fix to MSI_SetTargetPath. This should...
2005-06-16  Aric StewartBreak out all the top level apis into install.c.