2005-02-08 |
Mike McCormack | Implement and document MsiLoadString. |
tree | commitdiff |
2005-02-08 |
Mike Hearn | Correctly ensure properties set from resolved directory... |
tree | commitdiff |
2005-02-08 |
Juan Lang | If a full path isn't specified, search across all fixed... |
tree | commitdiff |
2005-02-03 |
Mike McCormack | - implement checkboxes in dialogs |
tree | commitdiff |
2005-02-03 |
Juan Lang | Simplify AppSearch error checking. |
tree | commitdiff |
2005-02-02 |
Mike McCormack | Add more dialog controls, do something when they're... |
tree | commitdiff |
2005-02-02 |
Aric Stewart | Cleanup processing a bit more. |
tree | commitdiff |
2005-02-02 |
Aric Stewart | Fix a copy and paste error, check for a null value... |
tree | commitdiff |
2005-02-02 |
Mike McCormack | MsiEvaluateCondition returns an error when passed NULL... |
tree | commitdiff |
2005-02-02 |
Aric Stewart | Finish up the framework by stubbing out all the remaini... |
tree | commitdiff |
2005-02-01 |
Aric Stewart | Continued work to simplify the ProcessAction call,... |
tree | commitdiff |
2005-02-01 |
Juan Lang | Partially implement AppSearch action. |
tree | commitdiff |
2005-02-01 |
Aric Stewart | Added some more suminfo stubs. |
tree | commitdiff |
2005-01-31 |
Aric Stewart | A reworking of format.c to remove the recursion, clean... |
tree | commitdiff |
2005-01-31 |
Aric Stewart | Eliminate the giant if.. else if block from ACTION_Proc... |
tree | commitdiff |
2005-01-31 |
Aric Stewart | Setting a record to an empty string is the same as... |
tree | commitdiff |
2005-01-28 |
Mike McCormack | Implement MsiPreviewDialog. |
tree | commitdiff |
2005-01-27 |
Aric Stewart | Enable the updating of Feature and thus the resulting... |
tree | commitdiff |
2005-01-27 |
Mike McCormack | - implement MsiOpenPackageEx, and forward MsiOpenPackag... |
tree | commitdiff |
2005-01-27 |
Mike McCormack | Test different types of dodgy queries. |
tree | commitdiff |
2005-01-27 |
Aric Stewart | Implement custom action type 19, Halt install and displ... |
tree | commitdiff |
2005-01-27 |
Aric Stewart | MsiGetProperty does not return any error on missing... |
tree | commitdiff |
2005-01-26 |
Francois Gouget | Assorted spelling fixes. |
tree | commitdiff |
2005-01-26 |
Mike McCormack | Fix MsiRecordSetString for NULL strings and update... |
tree | commitdiff |
2005-01-26 |
Aric Stewart | Added a few more stub implementations. |
tree | commitdiff |
2005-01-25 |
Aric Stewart | - action.c is getting too big, so split out all the... |
tree | commitdiff |
2005-01-25 |
Mike McCormack | Implement, test and document MsiDecomposeDescriptor. |
tree | commitdiff |
2005-01-25 |
Aric Stewart | Use the new registry functions in registry.c. |
tree | commitdiff |
2005-01-25 |
Aric Stewart | Move the guid squishing functions out of msi.c and... |
tree | commitdiff |
2005-01-24 |
Alexandre Julliard | Avoid unnecessary run-time initializations. |
tree | commitdiff |
2005-01-24 |
Aric Stewart | The new Insert fixes now properly require ?,? instead... |
tree | commitdiff |
2005-01-24 |
Aric Stewart | An implementation of MsiSummaryInfoGetPropertyW based... |
tree | commitdiff |
2005-01-24 |
Mike McCormack | Indentation and style cleanup. |
tree | commitdiff |
2005-01-21 |
Mike McCormack | Move OpenQuery into msiquery.c and make it non-static. |
tree | commitdiff |
2005-01-21 |
Mike McCormack | Added stub implementations for MsiPreviewDialog and |
tree | commitdiff |
2005-01-21 |
Mike McCormack | Lock record in MsiViewExecute, move stubs to end. |
tree | commitdiff |
2005-01-20 |
Mike McCormack | Fix and test inserting records. |
tree | commitdiff |
2005-01-20 |
Mike McCormack | Fix refcounting, use Interlocked functions. |
tree | commitdiff |
2005-01-20 |
Mike McCormack | Fix a bug caused by freeing memory too soon in the... |
tree | commitdiff |
2005-01-20 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
tree | commitdiff |
2005-01-19 |
Aric Stewart | Quite a few fixes: |
tree | commitdiff |
2005-01-19 |
Aric Stewart | Do a very basic first implementation of MsiConfigurePro... |
tree | commitdiff |
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 |
next |