Localization of devenum to Portuguese and minor corrections.
[wine] / dlls / msi / msipriv.h
2004-07-19  Hans LeidekkerSet VersionMsi property.
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 StewartImplement logging.
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-07-06  Aric StewartImplemented ProcessComponents.
2004-07-04  Aric StewartBeginnings of costing and organizing into components...
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  Aric StewartImplement SetTargetPath, start the basics for tracking...
2004-06-30  Aric StewartStart implementing MsiOpenPackage.
2004-06-30  Mike McCormackFix the UPDATE query.
2004-06-30  Mike McCormackMake the SQL insert query work.
2004-06-29  Mike McCormackDump database table names on startup.
2004-06-29  Aric StewartImplement MsiGetTargetPathA/W.
2004-06-29  Mike McCormackAllow reading records containing streams.
2004-06-28  Aric StewartStart implementing actions.
2004-06-26  Mike McCormackPull the codepage from the string table.
2004-06-26  Mike McCormackImplement queries by string value.
2004-03-30  Raphael JunqueiraImplement DllGetClassObject, DllRegisterServer, DllUnre...
2004-03-19  Mike McCormackFix handle allocation and the CREATE TABLE query.
2004-03-19  Mike McCormackFirst go at write support.
2004-03-18  Mike McCormackWhen loading table data, split it up into rows.
2004-03-17  Mike McCormackMove the string table out into a separate file, improve...
2004-03-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...
2003-09-27  Mike McCormackRemove references to HEAP_strdupAtoW.
2003-09-08  Francois GougetFix the case of product and company names.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...