makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / msi / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-19  Paul Vriensmsi: Add the Serbian (Latin) translation.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit depende...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-08  Alexandre Julliardmakefiles: Generate a general catch-all dependency...
2010-01-29  Igor Paliychukmsi: Add Ukrainian translations.
2009-07-02  Michael Stefaniucmsi: Build language resource files separately.
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-08-19  James Hawkinsmsi: Factor out media handling and use the new interfac...
2008-07-08  James Hawkinsmsi: Add handling for the special _Storages table.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-09-17  Alexandre Julliardmsi: We can now store binary files in the repository.
2007-06-14  James Hawkinsmsi: Protect custom actions with a structured exception...
2007-05-01  Misha Koshelevmsi: Add JScript/VBScript support.
2007-05-01  Misha Koshelevmsi: Add base class for OLE automation objects.
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.
2007-01-26  Mike McCormackmsi: Add a (mostly empty) typelib for the MsiServer...
2006-11-29  James Hawkinsmsi: Add handling for the InstallODBC action.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-13  Mike McCormackmsi: Split the font registration code out into a separa...
2006-09-11  Alexandre Julliardmakefiles: List bison dependencies explicitly for paral...
2006-09-09  Alexandre Julliardmakefiles: Add global rules for bison and lex files.
2006-09-09  Alexandre Julliardmsi: Specify the bison name prefix directly in the...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-18  Mike McCormackmsi: Add a stub ALTER query.
2006-07-27  James Hawkinsmsi: Download the MSI package if it is a remote URL.
2006-07-26  Mike McCormackmsi: Implement SQL inner joins.
2006-07-24  Mike McCormackmsi: Move COM server implementation to a separate file.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-01-11  Mike McCormackmsi: Make the MSI SelectionTree control do something...
2005-07-05  Aric StewartAdd source.c to start handling the various MsiSourceLis...
2005-06-23  Mike McCormackMake the MSI icon control work.
2005-06-17  Aric StewartBreak out all the file related actions and helper funct...
2005-06-16  Aric StewartBreak out all the top level apis into install.c.
2005-06-16  Aric StewartBreak out all the class registration actions into class...
2005-06-15  Aric StewartBreak out all the helper functions into helpers.c.
2005-06-09  Aric StewartAdded module upgrade.c and implemented FindRelatedProducts.
2005-05-27  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-03-29  Mike McCormackSplit out database functions, remove dependence on...
2005-02-14  Mike McCormackImplement SQL delete query.
2005-02-08  Mike McCormackImplement and document MsiLoadString.
2005-02-01  Juan LangPartially implement AppSearch action.
2005-01-28  Mike McCormackImplement MsiPreviewDialog.
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...
2005-01-25  Aric StewartMove the guid squishing functions out of msi.c and...
2005-01-21  Mike McCormackAdded stub implementations for MsiPreviewDialog and
2005-01-05  Vitaly LipatovGet real screen properties.
2005-01-05  Mike McCormackAdd a simple test case for MSI databases.
2004-07-04  Aric StewartBeginnings of costing and organizing into components...
2004-07-04  Mike McCormackImplement the UPDATE query.
2004-06-30  Aric StewartStart implementing MsiOpenPackage.
2004-06-28  Aric StewartStart implementing actions.
2004-05-18  Christian CostaAdded version info to MSI dll.
2004-03-30  Raphael JunqueiraImplement DllGetClassObject, DllRegisterServer, DllUnre...
2004-03-20  Mike McCormackStart implementing the SQL insert query.
2004-03-17  Mike McCormackMove the string table out into a separate file, improve...
2004-03-16  Dmitry TimoshkovExplicitly specify output file names for bison.
2004-03-16  Mike McCormackExtend the parser to deal with the CREATE TABLE query...
2004-03-16  Mike McCormackStart implementation of MsiEvaluateConditionA/W.
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-08-15  Alexandre JulliardAdded missing dependency.
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...