2005-01-03 |
Aric Stewart | Improve progress bar tracking. |
tree | commitdiff |
2005-01-03 |
Steven Edwards | Add and fix some stubs. |
tree | commitdiff |
2005-01-03 |
Aric Stewart | Be sure that set paths are terminated with a backslash. |
tree | commitdiff |
2005-01-03 |
Aric Stewart | Free allocated buffers. |
tree | commitdiff |
2004-12-27 |
Mike McCormack | Implement thread safety for records. |
tree | commitdiff |
2004-12-27 |
Aric Stewart | Parse out the full features by using the ',' character... |
tree | commitdiff |
2004-12-27 |
Aric Stewart | Continue when a duplicate component is found and loaded. |
tree | commitdiff |
2004-12-27 |
Aric Stewart | - Rework how we handle Feature and Component States... |
tree | commitdiff |
2004-12-27 |
Aric Stewart | Move Install Features selection and evaluation into... |
tree | commitdiff |
2004-12-27 |
Aric Stewart | Allow for end of install actions. |
tree | commitdiff |
2004-12-27 |
Aric Stewart | - Create the shortcut directory if it does not exist. |
tree | commitdiff |
2004-12-27 |
Aric Stewart | Eliminate some fixed length buffers. |
tree | commitdiff |
2004-12-27 |
Aric Stewart | Include a System16Folder definition. |
tree | commitdiff |
2004-12-27 |
Aric Stewart | Enable asynchronous dll custom action calls. |
tree | commitdiff |
2004-12-23 |
Aric Stewart | Added MsiSetExternalUIW. |
tree | commitdiff |
2004-12-23 |
Aric Stewart | Make sure to include trailing backslash in path. |
tree | commitdiff |
2004-12-22 |
Aric Stewart | Blank the property buffers even if the property is... |
tree | commitdiff |
2004-12-22 |
Aric Stewart | Move around and rename some functions. |
tree | commitdiff |
2004-12-22 |
Aric Stewart | Include the trailing backslash on the Windows volume. |
tree | commitdiff |
2004-12-22 |
Aric Stewart | Fix incorrect return code check. |
tree | commitdiff |
2004-12-22 |
Aric Stewart | Fix folder resolution. |
tree | commitdiff |
2004-12-22 |
Mike McCormack | Remove more fixed length buffers, rewrite functions... |
tree | commitdiff |
2004-12-22 |
Mike McCormack | Fix selecting string columns and matching against a... |
tree | commitdiff |
2004-12-22 |
Mike McCormack | Remove a lot of fixed length buffers. |
tree | commitdiff |
2004-12-16 |
Aric Stewart | Let negative number be parsed correctly. Needed for... |
tree | commitdiff |
2004-12-16 |
Vitaly Lipatov | Add ScreenX, ScreenY, ColorBits installer properties. |
tree | commitdiff |
2004-12-16 |
Vitaly Lipatov | Add description for MsiGetMode, MSIRUNMODE constants. |
tree | commitdiff |
2004-12-13 |
Eric Pouech | Fixed some errors in function prototypes. |
tree | commitdiff |
2004-12-10 |
Michael Stefaniuc | Add missing HeapFree's (found by smatch). |
tree | commitdiff |
2004-12-06 |
Ulrich Czekalla | Set the out buffer count to zero on read error. |
tree | commitdiff |
2004-12-06 |
Mike McCormack | Fix transposition of 4 byte values when reading in... |
tree | commitdiff |
2004-11-28 |
Mike McCormack | - Don't limit the size of the property that can be... |
tree | commitdiff |
2004-11-23 |
Tom Wickline | Version resources cleanup. |
tree | commitdiff |
2004-11-03 |
Aric Stewart | Handle 3 more custom action types |
tree | commitdiff |
2004-10-22 |
Aric Stewart | Don't reregister ProgIds over and over, also write... |
tree | commitdiff |
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 |
next |