2005-01-17 |
Aric Stewart | Implementations for SelfRegModules and PublishFeatures. |
tree | commitdiff |
2005-01-17 |
Aric Stewart | First pass implement ion of MsiQueryProductState[A... |
tree | commitdiff |
2005-01-14 |
Aric Stewart | Actually start on an implemention for MsiGetComponentPa... |
tree | commitdiff |
2005-01-14 |
Marcus Meissner | Initialize rc in create_component_directory(). |
tree | commitdiff |
2005-01-14 |
Aric Stewart | First implementation of the WriteIniValues action. |
tree | commitdiff |
2005-01-14 |
Aric Stewart | Custom actions can have null in their target parameters... |
tree | commitdiff |
2005-01-11 |
Paul Vriens | Use Interlocked* functions in AddRef and Release. |
tree | commitdiff |
2005-01-10 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-01-09 |
Mike McCormack | Implement MsiRecordSetStreamA/W and add tests for recor... |
tree | commitdiff |
2005-01-07 |
Aric Stewart | Make all custom type 1 actions happen in a seperate... |
tree | commitdiff |
2005-01-06 |
Mike McCormack | MsiCloseAllHandles only closes handles allocated in... |
tree | commitdiff |
2005-01-06 |
Mike McCormack | Add test for records. |
tree | commitdiff |
2005-01-06 |
Mike McCormack | Fix records according to test cases. |
tree | commitdiff |
2005-01-06 |
Aric Stewart | - Properly deformat keys written to the registry. |
tree | commitdiff |
2005-01-05 |
Aric Stewart | When checking for an existing .lnk shortcut extension... |
tree | commitdiff |
2005-01-05 |
Vitaly Lipatov | Get real screen properties. |
tree | commitdiff |
2005-01-05 |
Mike McCormack | Add a simple test case for MSI databases. |
tree | commitdiff |
2005-01-04 |
Aric Stewart | - CustomAction 35 should call SetTargetPath not just... |
tree | commitdiff |
2005-01-04 |
Aric Stewart | Change how we install files so that we extract files... |
tree | commitdiff |
2005-01-04 |
Mike McCormack | Remove unneeded whitespace, indent correctly. |
tree | commitdiff |
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 |
next |