mshtml: Remove not used argument of nsACString_GetData.
[wine] / dlls / msi / source.c
2007-11-26  James Hawkinsmsi: Fix the condition of a FIXME.
2007-11-05  James Hawkinsmsi: Fix the location used to read machine context...
2007-11-05  James Hawkinsmsi: szUserSid must be NULL if context is MSIINSTALLCON...
2007-11-05  James Hawkinsmsi: Handle the MSIINSTALLCONTEXT_USERMANAGED context.
2007-11-05  James Hawkinsmsi: Reimplement MsiSourceListAddSourceEx to handle...
2007-11-05  James Hawkinsmsi: The options must include a source type.
2007-11-05  James Hawkinsmsi: An empty source is an invalid parameter.
2007-11-05  James Hawkinsmsi: Append a slash to network and url sources.
2007-11-05  James Hawkinsmsi: Validate the product code.
2007-11-05  James Hawkinsmsi: Return the error from OpenSourceKey.
2007-11-05  James Hawkinsmsi: Don't create the product source key when adding...
2007-11-05  James Hawkinsmsi: Implement MsiSourceListAddSourceExA.
2007-09-28  Mikolaj Zalewskimsi: Add some already implemented function to the spec...
2007-07-30  James Hawkinsmsi: Add a stub implementation of MsiSourceListEnumSour...
2007-07-03  James Hawkinsmsi: Add support for the MSICODE_PATCH option.
2007-07-03  James Hawkinsmsi: pcchValue represents the length of szValue in...
2007-07-02  James Hawkinsmsi: Return ERROR_SUCCESS if the PackageName property...
2007-07-02  James Hawkinsmsi: Return ERROR_BAD_CONFIGURATION if the SourceList...
2007-07-02  James Hawkinsmsi: Validate MsiSourceListGetInfo parameters.
2007-07-02  James Hawkinsmsi: Implement MsiSourceListGetInfoA.
2006-11-02  Mike McCormackmsi: Fix a memory leak.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-09-20  Andrew Talbotmsi: Cast-qual warnings fix.
2006-08-16  James Hawkinsmsi: Use the bare minimum number of parameters for...
2006-07-19  James Hawkinsmsi: Add a stub implementation of MsiSourceListClearAll.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Dan Kegelmsi: Fix missing case in MsiSourceListAddSourceEx.
2006-02-22  Robert Shearmanmsi: Init size before passing to RegEnumValue.
2006-02-22  Ulrich Czekallamsi: Implement MsiSourceListAddSource.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-06  Mike McCormackMake some fixme messages less alarmist.
2005-07-13  Alexandre JulliardUse the official names for the Unicode string constants.
2005-07-11  Aric StewartCorrect an error where I was not properly advancing...
2005-07-11  Aric StewartAdd the string constants located in msi.h and make...
2005-07-05  Aric StewartAdd source.c to start handling the various MsiSourceLis...