2004-10-08 |
Aric Stewart | Properly compare file versions when upgrading files... |
tree | commitdiff |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
tree | commitdiff |
2004-09-17 |
Robert Shearman | Make sure paths end with a slash before concatenating... |
tree | commitdiff |
2004-09-10 |
Robert Shearman | - Use FDI functions like native instead of advpack... |
tree | commitdiff |
2004-09-06 |
Kevin Koltzau | Partial implementation of MsiGetFileVersionA/W. |
tree | commitdiff |
2004-09-06 |
Alexandre Julliard | Removed some uses of the non-standard ICOM_THIS macro. |
tree | commitdiff |
2004-08-27 |
Alexandre Julliard | Added a few missing -private flags. |
tree | commitdiff |
2004-08-25 |
Aric Stewart | Free memory after we finish using it instead of just... |
tree | commitdiff |
2004-08-24 |
Aric Stewart | Getting the string for a null field should not create... |
tree | commitdiff |
2004-08-23 |
Alexandre Julliard | Get rid of the no longer used ICOM_MSVTABLE_COMPAT_Dumm... |
tree | commitdiff |
2004-08-22 |
Alexandre Julliard | Don't define BEGIN_INTERFACE in unknwn.h. |
tree | commitdiff |
2004-08-18 |
Vincent Béron | Don't hardcode c:\windows paths in msi.dll. |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VTABLE macro. |
tree | commitdiff |
2004-08-12 |
Alexandre Julliard | Get rid of the non-standard ICOM_VFIELD macro. |
tree | commitdiff |
2004-08-11 |
Francois Gouget | Modify widl to put the C COM macros inside an #ifdef... |
tree | commitdiff |
2004-08-06 |
Mike McCormack | Fix warnings found with -Wsign-compare. |
tree | commitdiff |
2004-07-30 |
Aric Stewart | Use correct calling convention for the custom action... |
tree | commitdiff |
2004-07-29 |
Aric Stewart | Make the msistring_makehash return something other... |
tree | commitdiff |
2004-07-29 |
Vincent Béron | Implement patching in msiexec. |
tree | commitdiff |
2004-07-29 |
Troy Rollo | Fix parsing of string literals. |
tree | commitdiff |
2004-07-23 |
Vincent Béron | Implement logging in msiexec. |
tree | commitdiff |
2004-07-20 |
Aric Stewart | If the data table for a called action does not exist... |
tree | commitdiff |
2004-07-19 |
Hans Leidekker | Set VersionMsi property. |
tree | commitdiff |
2004-07-19 |
Vincent Béron | Implement the repair mechanism in msiexec, and stub... |
tree | commitdiff |
2004-07-19 |
Mike McCormack | Fix the return code of MsiDatabaseOpenView. |
tree | commitdiff |
2004-07-16 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2004-07-14 |
Aric Stewart | Implement the functionality that allows one to call... |
tree | commitdiff |
2004-07-14 |
Aric Stewart | Update the MSI version to be the same as on win2k. |
tree | commitdiff |
2004-07-12 |
Aric Stewart | Properly handle quoted number literals in MSI condition... |
tree | commitdiff |
2004-07-12 |
Hans Leidekker | Fix command line parsing. |
tree | commitdiff |
2004-07-12 |
Mike McCormack | Minor spelling fix. |
tree | commitdiff |
2004-07-12 |
Mike McCormack | Remove a piece of dead code causing a warning. |
tree | commitdiff |
2004-07-09 |
Mike McCormack | Implement MsiVerifyPackage, cosmetic fixes. |
tree | commitdiff |
2004-07-09 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Aric... |
tree | commitdiff |
2004-07-09 |
Alexandre Julliard | Authors: Aric Stewart <aric@codeweavers.com>, Mike... |
tree | commitdiff |
2004-07-09 |
Aric Stewart | Cleanup of actions. |
tree | commitdiff |
2004-07-09 |
Aric Stewart | Add a stub for MsiModifyView, fix a couple of bugs. |
tree | commitdiff |
2004-07-09 |
Mike McCormack | Cosmetic fixes. |
tree | commitdiff |
2004-07-09 |
Aric Stewart | Implement logging. |
tree | commitdiff |
2004-07-06 |
Mike McCormack | Allow binary fields with stream names longer than table... |
tree | commitdiff |
2004-07-06 |
Aric Stewart | Implemented CreateShortcut and PublishProduct. |
tree | commitdiff |
2004-07-06 |
Mike McCormack | Fetch binary streams at the table level. |
tree | commitdiff |
2004-07-06 |
Aric Stewart | MsiGetProperty should return empty strings on error. |
tree | commitdiff |
2004-07-06 |
Aric Stewart | Implemented registering Classes and ProgID. |
tree | commitdiff |
2004-07-06 |
Aric Stewart | Implemented RegisterTypeLibraries. |
tree | commitdiff |
2004-07-06 |
Aric Stewart | Implemented ProcessComponents. |
tree | commitdiff |
2004-07-06 |
Aric Stewart | Send progress and action messages. |
tree | commitdiff |
2004-07-06 |
Aric Stewart | Allow ADDLOCAL to override INSTALLLEVEL, implement... |
tree | commitdiff |
2004-07-06 |
Aric Stewart | Fix bugs in resolve_folder. |
tree | commitdiff |
2004-07-04 |
Aric Stewart | Activate features and components based on their various... |
tree | commitdiff |
2004-07-04 |
Aric Stewart | Beginnings of costing and organizing into components... |
tree | commitdiff |
2004-07-04 |
Aric Stewart | Fix command line processing and folder paths. |
tree | commitdiff |
2004-07-04 |
Aric Stewart | Fix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget... |
tree | commitdiff |
2004-07-04 |
Aric Stewart | Use the newly implemented UPDATE code to set properties. |
tree | commitdiff |
2004-07-04 |
Mike McCormack | Implement the UPDATE query. |
tree | commitdiff |
2004-07-04 |
Mike McCormack | Create the WHERE part of a query in one function call. |
tree | commitdiff |
2004-07-04 |
Aric Stewart | Implement SetTargetPath, start the basics for tracking... |
tree | commitdiff |
2004-07-04 |
Mike McCormack | Cosmetic fixes. |
tree | commitdiff |
2004-07-04 |
Aric Stewart | Start implementing Feature and Component level install... |
tree | commitdiff |
2004-06-30 |
Mike McCormack | Fix retrieval of nul records as strings. |
tree | commitdiff |
2004-06-30 |
Mike McCormack | Fix the INSERT query when inserting integers into a... |
tree | commitdiff |
2004-06-30 |
Aric Stewart | Start implementing MsiOpenPackage. |
tree | commitdiff |
2004-06-30 |
Mike McCormack | Set the storage file's GUID so native MSI recognizes it. |
tree | commitdiff |
2004-06-30 |
Mike McCormack | Hack field types, fix ref counting. |
tree | commitdiff |
2004-06-30 |
Mike McCormack | Fix buffer overflow. |
tree | commitdiff |
2004-06-30 |
Mike McCormack | Fix the UPDATE query. |
tree | commitdiff |
2004-06-30 |
Aric Stewart | Fix field numbering so the CREATE query works for multi... |
tree | commitdiff |
2004-06-30 |
Aric Stewart | Fix the INSERT query. |
tree | commitdiff |
2004-06-30 |
Mike McCormack | Make the SQL insert query work. |
tree | commitdiff |
2004-06-30 |
Steven Edwards | Fixed Extract prototype. |
tree | commitdiff |
2004-06-29 |
Aric Stewart | Implement MsiGetSourcePath. |
tree | commitdiff |
2004-06-29 |
Aric Stewart | Handle custom actions type 1 and 2. |
tree | commitdiff |
2004-06-29 |
Mike McCormack | Dump database table names on startup. |
tree | commitdiff |
2004-06-29 |
Mike McCormack | Fix refcounting of streams. |
tree | commitdiff |
2004-06-29 |
Aric Stewart | Implement MsiGetTargetPathA/W. |
tree | commitdiff |
2004-06-29 |
Mike McCormack | Allow reading records containing streams. |
tree | commitdiff |
2004-06-28 |
Mike McCormack | Fixed the way the parser takes input strings. |
tree | commitdiff |
2004-06-28 |
Aric Stewart | Start implementing actions. |
tree | commitdiff |
2004-06-26 |
Mike McCormack | Pull the codepage from the string table. |
tree | commitdiff |
2004-06-26 |
Mike McCormack | Fix crash that occurred when an invalid query string... |
tree | commitdiff |
2004-06-26 |
Mike McCormack | Implement queries by string value. |
tree | commitdiff |
2004-06-15 |
Francois Gouget | Assorted spelling and case fixes. |
tree | commitdiff |
2004-05-18 |
Christian Costa | Added version info to MSI dll. |
tree | commitdiff |
2004-05-17 |
Patrik Stridvall | Fixed some issues found by winapi_check. |
tree | commitdiff |
2004-04-28 |
Raphael Junqueira | - add some prototypes/typedefs to msi.h |
tree | commitdiff |
2004-04-19 |
Francois Gouget | Make Unicode const strings static so they are not copie... |
tree | commitdiff |
2004-04-12 |
Hans Leidekker | Correct spec entry for MsiLoadString*. |
tree | commitdiff |
2004-04-09 |
Hans Leidekker | Correct spec entry for DllGetClassObject. |
tree | commitdiff |
2004-03-30 |
Raphael Junqueira | Implement DllGetClassObject, DllRegisterServer, DllUnre... |
tree | commitdiff |
2004-03-24 |
Alexandre Julliard | .spec.c files are no longer used for 32-bit dlls. |
tree | commitdiff |
2004-03-20 |
Mike McCormack | Start implementing the SQL insert query. |
tree | commitdiff |
2004-03-19 |
Mike McCormack | Fix handle allocation and the CREATE TABLE query. |
tree | commitdiff |
2004-03-19 |
Mike McCormack | First go at write support. |
tree | commitdiff |
2004-03-18 |
Mike McCormack | When loading table data, split it up into rows. |
tree | commitdiff |
2004-03-17 |
Mike McCormack | Move the string table out into a separate file, improve... |
tree | commitdiff |
2004-03-16 |
Dmitry Timoshkov | Explicitly specify output file names for bison. |
tree | commitdiff |
2004-03-16 |
Mike McCormack | Extend the parser to deal with the CREATE TABLE query... |
tree | commitdiff |
2004-03-16 |
Mike McCormack | Start implementation of MsiEvaluateConditionA/W. |
tree | commitdiff |
2004-02-17 |
Christian Costa | Added some stubs. |
tree | commitdiff |
2004-01-27 |
Alexandre Julliard | Only link against libdxguid where necessary. |
tree | commitdiff |
next |