2006-09-26 |
James Hawkins | msi: Store the full path to the database file in the... |
blob | commitdiff | raw |
2006-09-13 |
Mike McCormack | msi: Fix a couple of test cases for MsiDatabaseIsTableP... |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Mike McCormack | msi: Delete databases we create but never commit. |
blob | commitdiff | raw | diff to current |
2006-09-07 |
James Hawkins | msi: Store and use the center point of the dialog windo... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Mike McCormack | msi: Create MSI_ViewGetColumnInfo for accessing MsiView... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Mike McCormack | msi: Create a function to copy record fields, use it... |
blob | commitdiff | raw | diff to current |
2006-08-29 |
Mike McCormack | msi: Free the handle table on PROCESS_DETACH. |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Dan Kegel | msi: Remove limit on number of handles. |
blob | commitdiff | raw | diff to current |
2006-08-28 |
Mike McCormack | msi: Fix writing of long strings to the database. |
blob | commitdiff | raw | diff to current |
2006-08-28 |
James Hawkins | msi: Add initial implementation of the DirectoryListUp... |
blob | commitdiff | raw | diff to current |
2006-08-25 |
Mike McCormack | msi: Store properties in a hash table, not the database. |
blob | commitdiff | raw | diff to current |
2006-08-08 |
James Hawkins | msi: Fix the compressed files logic. |
blob | commitdiff | raw | diff to current |
2006-08-05 |
Andrew Talbot | msi: Write-strings warnings fix. |
blob | commitdiff | raw | diff to current |
2006-07-28 |
Stefan Leichter | msi: Make the version information of DllGetVersion... |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Mike McCormack | msi: Move COM server implementation to a separate file. |
blob | commitdiff | raw | diff to current |
2006-07-20 |
James Hawkins | msi: Forward MsiSetInstallLevel to an internal MSI_SetI... |
blob | commitdiff | raw | diff to current |
2006-07-20 |
James Hawkins | msi: Update feature states after changing install level... |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Mike McCormack | msi: Add some registry reading macro functions. |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Mike McCormack | msi: Move version string conversions to registry.c. |
blob | commitdiff | raw | diff to current |
2006-07-14 |
Mike McCormack | msi: Move some registry helper functions to registry.c. |
blob | commitdiff | raw | diff to current |
2006-06-10 |
Alexandre Julliard | msi: Make all the ops structures static and const. |
blob | commitdiff | raw | diff to current |
2006-05-23 |
Jonathan Ernst | Update the address of the Free Software Foundation. |
blob | commitdiff | raw | diff to current |
2006-03-20 |
Robert Shearman | msi: Optimise WHERE operations. |
blob | commitdiff | raw | diff to current |
2006-01-04 |
Mike McCormack | msi: Apply any MSI transforms specified by the TRANSFOR... |
blob | commitdiff | raw | diff to current |
2006-01-03 |
Mike McCormack | msi: Implement the Reset control event. |
blob | commitdiff | raw | diff to current |
2005-10-31 |
Mike McCormack | Fix and test MsiGetProperty and MsiSetProperty. |
blob | commitdiff | raw | diff to current |
2005-10-27 |
Mike McCormack | Implement transforms. This still includes some debuggi... |
blob | commitdiff | raw | diff to current |
2005-10-26 |
Mike McCormack | Create a stub function to apply a single table transfor... |
blob | commitdiff | raw | diff to current |
2005-10-26 |
Mike McCormack | Create an internal handle-free api for reading MSI... |
blob | commitdiff | raw | diff to current |
2005-09-30 |
Mike McCormack | Rename ACTION_DoTopLevelINSTALL to MSI_InstallPackage... |
blob | commitdiff | raw | diff to current |
2005-09-28 |
Mike McCormack | Fix and test MsiViewGetColumnInfo and binary fields. |
blob | commitdiff | raw | diff to current |
2005-09-28 |
Mike McCormack | Don't create MSI handles unless we have to pass one... |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Mike McCormack | Implement MsiSequenceA/W. |
blob | commitdiff | raw | diff to current |
2005-09-21 |
Mike McCormack | Don't refcount tables. |
blob | commitdiff | raw | diff to current |
2005-09-20 |
Mike McCormack | Added memory allocation inline functions (part 1). |
blob | commitdiff | raw | diff to current |
2005-09-17 |
Mike McCormack | Fix memory leaks in the table code. |
blob | commitdiff | raw | diff to current |
2005-09-16 |
Mike McCormack | Make load_string_table return the string table. |
blob | commitdiff | raw | diff to current |
2005-09-15 |
Mike McCormack | Use the new msi_reg_set* macros where possible. |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Mike McCormack | Remove some unused values in the object header. |
blob | commitdiff | raw | diff to current |
2005-09-14 |
Mike McCormack | Convert the list of tables to a standard list. |
blob | commitdiff | raw | diff to current |
2005-09-13 |
Alexandre Julliard | Get rid of a couple of non-portable long long constants. |
blob | commitdiff | raw | diff to current |
2005-09-08 |
Mike McCormack | Convert RunningActions array into a list. |
blob | commitdiff | raw | diff to current |
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 |
next |