2005-09-08 |
Mike McCormack | Convert RunningActions array into a list. |
blob | commitdiff | raw |
2005-09-07 |
Mike McCormack | Keep temporary files in a seperate list. |
blob | commitdiff | raw | diff to current |
2005-09-06 |
Mike McCormack | Fixes for MsiGetSourcePath parameter handling. |
blob | commitdiff | raw | diff to current |
2005-09-06 |
Mike McCormack | Convert progids to a standard list. |
blob | commitdiff | raw | diff to current |
2005-09-02 |
Mike McCormack | - convert verbs into a standard list |
blob | commitdiff | raw | diff to current |
2005-08-29 |
Mike McCormack | - build a standard Wine list of extensions instead... |
blob | commitdiff | raw | diff to current |
2005-08-26 |
Mike McCormack | - build a standard Wine list of mime types instead... |
blob | commitdiff | raw | diff to current |
2005-08-25 |
Mike McCormack | - build a standard Wine list of classes instead of... |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Mike McCormack | Implement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY). |
blob | commitdiff | raw | diff to current |
2005-08-24 |
Mike McCormack | - build a standard Wine list of appids instead of using... |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Mike McCormack | - build a standard Wine list of folders instead of... |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Mike McCormack | - build a standard Wine list of files instead of using... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Mike McCormack | - build a standard Wine list of features instead of... |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Mike McCormack | - build a standard Wine list of components instead... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Alexandre Julliard | Don't prefix the functions DllCanUnloadNow, DllGetClass... |
blob | commitdiff | raw | diff to current |
2005-08-08 |
Yuri Kozlov | Remove duplicate declaration of MSI_SetPropertyW. |
blob | commitdiff | raw | diff to current |
2005-07-06 |
Mike McCormack | gcc 4.0 -Wpointer-sign fixes. |
blob | commitdiff | raw | diff to current |
2005-07-05 |
Aric Stewart | Add source.c to start handling the various MsiSourceLis... |
blob | commitdiff | raw | diff to current |
2005-06-28 |
Aric Stewart | Relocate the msi file to prevent cd locking, corrected... |
blob | commitdiff | raw | diff to current |
2005-06-23 |
Mike McCormack | Make the MSI icon control work. |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Aric Stewart | Allow control events to return codes to halt the proces... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Mike McCormack | Fixes for -Wmissing-declarations and -Wwrite-strings... |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Aric Stewart | Add functions to add the User UpgradeCodes. |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Mike McCormack | Use standard lists in the event subscription code. |
blob | commitdiff | raw | diff to current |
2005-06-02 |
Mike McCormack | Create a helper function to fetch a single record from... |
blob | commitdiff | raw | diff to current |
2005-06-01 |
Mike McCormack | - avoid unicode.h |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Mike McCormack | More -Wmissing-declarations and -Wwrite-strings warning... |
blob | commitdiff | raw | diff to current |
2005-05-27 |
Aric Stewart | Introduce really basic scripting of actions. This is... |
blob | commitdiff | raw | diff to current |
2005-05-27 |
Alexandre Julliard | Authors: Aric Stewart <aric@codeweavers.com>, Mike... |
blob | commitdiff | raw | diff to current |
2005-05-26 |
Aric Stewart | A big rewrite of the whole RegisterClass, RegisterProgId, |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Mike McCormack | Track memory allocations in the SQL parser. |
blob | commitdiff | raw | diff to current |
2005-05-23 |
Mike McCormack | - remove the unused utf8 field of an expression |
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-04-27 |
Mike McCormack | Make sure that dialogs are only created and destroyed... |
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 |
Mike McCormack | Load and display bitmaps in the dialogs. |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Mike McCormack | Implement summary information loading and saving. |
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 | Implement MsiEnumRelatedProducts. |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Aric Stewart | Add the ExecuteAction handler. |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Mike McCormack | Fix MsiModifyView and MsiViewGetColumnInfo to use MSIRE... |
blob | commitdiff | raw | diff to current |
2005-02-08 |
Mike McCormack | - fix the dialog font |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Mike McCormack | Add more dialog controls, do something when they're... |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Mike McCormack | Implement MsiPreviewDialog. |
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 |
Aric Stewart | Added a few more stub implementations. |
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 | Move the guid squishing functions out of msi.c and... |
blob | commitdiff | raw | diff to current |
2005-01-24 |
Alexandre Julliard | Avoid unnecessary run-time initializations. |
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-21 |
Mike McCormack | Added stub implementations for MsiPreviewDialog and |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Mike McCormack | Fix refcounting, use Interlocked functions. |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Aric Stewart | Quite a few fixes: |
blob | commitdiff | raw | diff to current |
2005-01-03 |
Aric Stewart | Free allocated buffers. |
blob | commitdiff | raw | diff to current |
2004-12-27 |
Mike McCormack | Implement thread safety for records. |
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-11-28 |
Mike McCormack | - Don't limit the size of the property that can be... |
blob | commitdiff | raw | diff to current |
2004-08-22 |
Alexandre Julliard | Don't define BEGIN_INTERFACE in unknwn.h. |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Hans Leidekker | Set VersionMsi property. |
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 | Implement logging. |
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 ProcessComponents. |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Aric Stewart | Beginnings of costing and organizing into components... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Aric Stewart | Fix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget... |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Aric Stewart | Use the newly implemented UPDATE code to set properties. |
blob | commitdiff | raw | diff to current |
2004-07-04 |
Aric Stewart | Implement SetTargetPath, start the basics for tracking... |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Aric Stewart | Start implementing MsiOpenPackage. |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Mike McCormack | Fix the UPDATE query. |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Mike McCormack | Make the SQL insert query work. |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Mike McCormack | Dump database table names on startup. |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Aric Stewart | Implement MsiGetTargetPathA/W. |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Mike McCormack | Allow reading records containing streams. |
blob | commitdiff | raw | diff to current |
2004-06-28 |
Aric Stewart | Start implementing actions. |
blob | commitdiff | raw | diff to current |
2004-06-26 |
Mike McCormack | Pull the codepage from the string table. |
blob | commitdiff | raw | diff to current |
2004-06-26 |
Mike McCormack | Implement queries by string value. |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Raphael Junqueira | Implement DllGetClassObject, DllRegisterServer, DllUnre... |
blob | commitdiff | raw | diff to current |
2004-03-19 |
Mike McCormack | Fix handle allocation and the CREATE TABLE query. |
blob | commitdiff | raw | diff to current |
2004-03-19 |
Mike McCormack | First go at write support. |
blob | commitdiff | raw | diff to current |
2004-03-18 |
Mike McCormack | When loading table data, split it up into rows. |
blob | commitdiff | raw | diff to current |
2004-03-17 |
Mike McCormack | Move the string table out into a separate file, improve... |
blob | commitdiff | raw | diff to current |
2004-03-16 |
Mike McCormack | Extend the parser to deal with the CREATE TABLE query... |
blob | commitdiff | raw | diff to current |
2003-09-27 |
Mike McCormack | Remove references to HEAP_strdupAtoW. |
blob | commitdiff | raw | diff to current |
2003-09-08 |
Francois Gouget | Fix the case of product and company names. |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Alexandre Julliard | Fixed header dependencies to be fully compatible with... |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Mike McCormack | Partial implementation of the Microsoft Installer ... |
blob | commitdiff | raw | diff to current |
|