Avoid dumping the contents of output strings.
[wine] / dlls / msi /
2005-01-03  Aric StewartImprove progress bar tracking.
2005-01-03  Steven EdwardsAdd and fix some stubs.
2005-01-03  Aric StewartBe sure that set paths are terminated with a backslash.
2005-01-03  Aric StewartFree allocated buffers.
2004-12-27  Mike McCormackImplement thread safety for records.
2004-12-27  Aric StewartParse out the full features by using the ',' character...
2004-12-27  Aric StewartContinue when a duplicate component is found and loaded.
2004-12-27  Aric Stewart- Rework how we handle Feature and Component States...
2004-12-27  Aric StewartMove Install Features selection and evaluation into...
2004-12-27  Aric StewartAllow for end of install actions.
2004-12-27  Aric Stewart- Create the shortcut directory if it does not exist.
2004-12-27  Aric StewartEliminate some fixed length buffers.
2004-12-27  Aric StewartInclude a System16Folder definition.
2004-12-27  Aric StewartEnable asynchronous dll custom action calls.
2004-12-23  Aric StewartAdded MsiSetExternalUIW.
2004-12-23  Aric StewartMake sure to include trailing backslash in path.
2004-12-22  Aric StewartBlank the property buffers even if the property is...
2004-12-22  Aric StewartMove around and rename some functions.
2004-12-22  Aric StewartInclude the trailing backslash on the Windows volume.
2004-12-22  Aric StewartFix incorrect return code check.
2004-12-22  Aric StewartFix folder resolution.
2004-12-22  Mike McCormackRemove more fixed length buffers, rewrite functions...
2004-12-22  Mike McCormackFix selecting string columns and matching against a...
2004-12-22  Mike McCormackRemove a lot of fixed length buffers.
2004-12-16  Aric StewartLet negative number be parsed correctly. Needed for...
2004-12-16  Vitaly LipatovAdd ScreenX, ScreenY, ColorBits installer properties.
2004-12-16  Vitaly LipatovAdd description for MsiGetMode, MSIRUNMODE constants.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-10  Michael StefaniucAdd missing HeapFree's (found by smatch).
2004-12-06  Ulrich CzekallaSet the out buffer count to zero on read error.
2004-12-06  Mike McCormackFix transposition of 4 byte values when reading in...
2004-11-28  Mike McCormack- Don't limit the size of the property that can be...
2004-11-23  Tom WicklineVersion resources cleanup.
2004-11-03  Aric StewartHandle 3 more custom action types
2004-10-22  Aric StewartDon't reregister ProgIds over and over, also write...
2004-10-08  Aric StewartProperly compare file versions when upgrading files...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-17  Robert ShearmanMake sure paths end with a slash before concatenating...
2004-09-10  Robert Shearman- Use FDI functions like native instead of advpack...
2004-09-06  Kevin KoltzauPartial implementation of MsiGetFileVersionA/W.
2004-09-06  Alexandre JulliardRemoved some uses of the non-standard ICOM_THIS macro.
2004-08-27  Alexandre JulliardAdded a few missing -private flags.
2004-08-25  Aric StewartFree memory after we finish using it instead of just...
2004-08-24  Aric StewartGetting the string for a null field should not create...
2004-08-23  Alexandre JulliardGet rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm...
2004-08-22  Alexandre JulliardDon't define BEGIN_INTERFACE in unknwn.h.
2004-08-18  Vincent BéronDon't hardcode c:\windows paths in msi.dll.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VTABLE macro.
2004-08-12  Alexandre JulliardGet rid of the non-standard ICOM_VFIELD macro.
2004-08-11  Francois GougetModify widl to put the C COM macros inside an #ifdef...
2004-08-06  Mike McCormackFix warnings found with -Wsign-compare.
2004-07-30  Aric StewartUse correct calling convention for the custom action...
2004-07-29  Aric StewartMake the msistring_makehash return something other...
2004-07-29  Vincent BéronImplement patching in msiexec.
2004-07-29  Troy RolloFix parsing of string literals.
2004-07-23  Vincent BéronImplement logging in msiexec.
2004-07-20  Aric StewartIf the data table for a called action does not exist...
2004-07-19  Hans LeidekkerSet VersionMsi property.
2004-07-19  Vincent BéronImplement the repair mechanism in msiexec, and stub...
2004-07-19  Mike McCormackFix the return code of MsiDatabaseOpenView.
2004-07-16  Francois GougetAssorted spelling fixes.
2004-07-14  Aric StewartImplement the functionality that allows one to call...
2004-07-14  Aric StewartUpdate the MSI version to be the same as on win2k.
2004-07-12  Aric StewartProperly handle quoted number literals in MSI condition...
2004-07-12  Hans LeidekkerFix command line parsing.
2004-07-12  Mike McCormackMinor spelling fix.
2004-07-12  Mike McCormackRemove a piece of dead code causing a warning.
2004-07-09  Mike McCormackImplement MsiVerifyPackage, cosmetic fixes.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2004-07-09  Aric StewartCleanup of actions.
2004-07-09  Aric StewartAdd a stub for MsiModifyView, fix a couple of bugs.
2004-07-09  Mike McCormackCosmetic fixes.
2004-07-09  Aric StewartImplement logging.
2004-07-06  Mike McCormackAllow binary fields with stream names longer than table...
2004-07-06  Aric StewartImplemented CreateShortcut and PublishProduct.
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-07-06  Aric StewartMsiGetProperty should return empty strings on error.
2004-07-06  Aric StewartImplemented registering Classes and ProgID.
2004-07-06  Aric StewartImplemented RegisterTypeLibraries.
2004-07-06  Aric StewartImplemented ProcessComponents.
2004-07-06  Aric StewartSend progress and action messages.
2004-07-06  Aric StewartAllow ADDLOCAL to override INSTALLLEVEL, implement...
2004-07-06  Aric StewartFix bugs in resolve_folder.
2004-07-04  Aric StewartActivate features and components based on their various...
2004-07-04  Aric StewartBeginnings of costing and organizing into components...
2004-07-04  Aric StewartFix command line processing and folder paths.
2004-07-04  Aric StewartFix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget...
2004-07-04  Aric StewartUse the newly implemented UPDATE code to set properties.
2004-07-04  Mike McCormackImplement the UPDATE query.
2004-07-04  Mike McCormackCreate the WHERE part of a query in one function call.
2004-07-04  Aric StewartImplement SetTargetPath, start the basics for tracking...
2004-07-04  Mike McCormackCosmetic fixes.
2004-07-04  Aric StewartStart implementing Feature and Component level install...
2004-06-30  Mike McCormackFix retrieval of nul records as strings.
2004-06-30  Mike McCormackFix the INSERT query when inserting integers into a...
2004-06-30  Aric StewartStart implementing MsiOpenPackage.
2004-06-30  Mike McCormackSet the storage file's GUID so native MSI recognizes it.
2004-06-30  Mike McCormackHack field types, fix ref counting.
2004-06-30  Mike McCormackFix buffer overflow.
next