2005-05-19 |
Juan Lang | Don't fail in RegisterFonts if the Fonts table is missing. |
blob | commitdiff | raw |
2005-05-18 |
Aric Stewart | We cannot internally load the files in FileCost because... |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Aric Stewart | Correctly use short filenames from uncompressed file... |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Aric Stewart | Some error messages and strcmp changes suggested by... |
blob | commitdiff | raw | diff to current |
2005-05-16 |
Aric Stewart | Correct a problem with parse_data if binary data was... |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Aric Stewart | - ExecuteAction runs the whole Execute table and not... |
blob | commitdiff | raw | diff to current |
2005-05-09 |
Aric Stewart | Fix a few leaking object handles. |
blob | commitdiff | raw | diff to current |
2005-04-28 |
Aric Stewart | Correct user component publication. |
blob | commitdiff | raw | diff to current |
2005-04-27 |
Mike McCormack | Make sure that dialogs are only created and destroyed... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
Francois Gouget | Tweak the API documentation to silence winapi_check... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
Aric Stewart | Implement Publish Components in order for MsiGetQualifi... |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Steven Edwards | Avoid using ver.h in favor of winver.h. |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Aric Stewart | Make sure the GUID of the typelib we are registering... |
blob | commitdiff | raw | diff to current |
2005-03-28 |
Peter Berg Larsen | Janitorial: Get rid of strncpy/strncpyW. |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Jakob Eriksson | Get rid of HeapAlloc casts. |
blob | commitdiff | raw | diff to current |
2005-03-24 |
Aric Stewart | If running in UI mode, then display the UI mode dialogs... |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Mike McCormack | - Rename dupstrW to strdupW, and remove duplicate defin... |
blob | commitdiff | raw | diff to current |
2005-03-10 |
Juan Lang | - make sure msihandle2msiinfo is correctly matched... |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Ulrich Czekalla | Allocate space for terminating null. |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Ulrich Czekalla | Fix a memory leak. |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-03-02 |
Alexandre Julliard | Avoid spaces before preprocessor directives, that's... |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Aric Stewart | Text reformatting patch to clean up all the static... |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Juan Lang | Don't hardcode windows or system directories, correct... |
blob | commitdiff | raw | diff to current |
2005-02-25 |
Aric Stewart | Implement the action RegisterFonts. |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Aric Stewart | Add the ExecuteAction handler. |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Ulrich Czekalla | Prevent accessing freed memory in failure case. |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Mike McCormack | Make sure strings are null terminated. |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Aric Stewart | Update the installed state for components during CostFi... |
blob | commitdiff | raw | diff to current |
2005-02-22 |
Steven Edwards | Correct typo. |
blob | commitdiff | raw | diff to current |
2005-02-18 |
Aric Stewart | Fixed problems with my code for finding the PackageCode. |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Marcus Meissner | Output some more informations. |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Aric Stewart | Add the RegisterUser action. |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Ulrich Czekalla | Handle 0 length buffers in MSI_FormatRecordW. |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Aric Stewart | Implement RegisterExtensionInfo and RegisterMIMEInfo. |
blob | commitdiff | raw | diff to current |
2005-02-09 |
Mike McCormack | - add support for Edit boxes in MSI dialogs |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Aric Stewart | Add logic to be able to resolve the SourceDir based on |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Mike Hearn | Correctly ensure properties set from resolved directory... |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Aric Stewart | Finish up the framework by stubbing out all the remaini... |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Aric Stewart | Continued work to simplify the ProcessAction call,... |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Juan Lang | Partially implement AppSearch action. |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Aric Stewart | Eliminate the giant if.. else if block from ACTION_Proc... |
blob | commitdiff | raw | diff to current |
2005-01-27 |
Aric Stewart | Enable the updating of Feature and thus the resulting... |
blob | commitdiff | raw | diff to current |
2005-01-26 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Aric Stewart | - action.c is getting too big, so split out all the... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Aric Stewart | Use the new registry functions in registry.c. |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Mike McCormack | Move OpenQuery into msiquery.c and make it non-static. |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Michael Stefaniuc | Do not check for non NULL pointer before HeapFree'ing... |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Aric Stewart | Quite a few fixes: |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Aric Stewart | Implementations for SelfRegModules and PublishFeatures. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Marcus Meissner | Initialize rc in create_component_directory(). |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Aric Stewart | First implementation of the WriteIniValues action. |
blob | commitdiff | raw | diff to current |
2005-01-14 |
Aric Stewart | Custom actions can have null in their target parameters... |
blob | commitdiff | raw | diff to current |
2005-01-10 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Aric Stewart | Make all custom type 1 actions happen in a seperate... |
blob | commitdiff | raw | diff to current |
2005-01-06 |
Aric Stewart | - Properly deformat keys written to the registry. |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Aric Stewart | When checking for an existing .lnk shortcut extension... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Aric Stewart | - CustomAction 35 should call SetTargetPath not just... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Aric Stewart | Change how we install files so that we extract files... |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Mike McCormack | Remove unneeded whitespace, indent correctly. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Aric Stewart | Improve progress bar tracking. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Aric Stewart | Be sure that set paths are terminated with a backslash. |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Aric Stewart | Free allocated buffers. |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Aric Stewart | Parse out the full features by using the ',' character... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Aric Stewart | Continue when a duplicate component is found and loaded. |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Aric Stewart | - Rework how we handle Feature and Component States... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Aric Stewart | Move Install Features selection and evaluation into... |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Aric Stewart | Allow for end of install actions. |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Aric Stewart | - Create the shortcut directory if it does not exist. |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Aric Stewart | Eliminate some fixed length buffers. |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Aric Stewart | Enable asynchronous dll custom action calls. |
blob | commitdiff | raw | diff to current |
2004-12-23 |
Aric Stewart | Make sure to include trailing backslash in path. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Aric Stewart | Move around and rename some functions. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Aric Stewart | Fix incorrect return code check. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Aric Stewart | Fix folder resolution. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Mike McCormack | Remove more fixed length buffers, rewrite functions... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Mike McCormack | Remove a lot of fixed length buffers. |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Vitaly Lipatov | Add description for MsiGetMode, MSIRUNMODE constants. |
blob | commitdiff | raw | diff to current |
2004-11-03 |
Aric Stewart | Handle 3 more custom action types |
blob | commitdiff | raw | diff to current |
2004-10-22 |
Aric Stewart | Don't reregister ProgIds over and over, also write... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Aric Stewart | Properly compare file versions when upgrading files... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Francois Gouget | Don't define COBJMACROS in objbase.h. |
blob | commitdiff | raw | diff to current |
2004-09-17 |
Robert Shearman | Make sure paths end with a slash before concatenating... |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Robert Shearman | - Use FDI functions like native instead of advpack... |
blob | commitdiff | raw | diff to current |
2004-08-06 |
Mike McCormack | Fix warnings found with -Wsign-compare. |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Aric Stewart | Use correct calling convention for the custom action... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Aric Stewart | If the data table for a called action does not exist... |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Mike McCormack | Fix the return code of MsiDatabaseOpenView. |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Francois Gouget | Assorted spelling fixes. |
blob | commitdiff | raw | diff to current |
2004-07-12 |
Hans Leidekker | Fix command line parsing. |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Mike McCormack | Implement MsiVerifyPackage, cosmetic fixes. |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Alexandre Julliard | Authors: Mike McCormack <mike@codeweavers.com>, Aric... |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Alexandre Julliard | Authors: Aric Stewart <aric@codeweavers.com>, Mike... |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Aric Stewart | Cleanup of actions. |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Mike McCormack | Cosmetic fixes. |
blob | commitdiff | raw | diff to current |
2004-07-09 |
Aric Stewart | Implement logging. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Aric Stewart | Implemented CreateShortcut and PublishProduct. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Mike McCormack | Fetch binary streams at the table level. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Aric Stewart | Implemented registering Classes and ProgID. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Aric Stewart | Implemented RegisterTypeLibraries. |
blob | commitdiff | raw | diff to current |
next |