msi: Initialize the size parameter.
[wine] / dlls / msi / msipriv.h
2008-02-26  James Hawkinsmsi: Allow setting a media disk as the last used source...
2008-02-19  Rob Shearmanmsi: Remove some unused functions.
2008-02-12  James Hawkinsmsi: Reimplement MsiGetProductInfo.
2007-12-18  James Hawkinsmsi: Sort each table of the join separately.
2007-11-26  James Hawkinsmsi: Check the destination file's hash and skip that...
2007-11-13  James Hawkinsmsi: Delete the uninstall key when the product is removed.
2007-11-12  James Hawkinsmsi: Return a remote interface to the database in a...
2007-11-05  James Hawkinsmsi: Implement the CCPSearch standard action.
2007-11-01  James Hawkinsmsi: Properly register and unregister components.
2007-08-10  James Hawkinsmsi: Implement the UnpublishFeatures standard action.
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-08-09  James Hawkinsmsi: Simplify MsiQueryComponentState, with more tests.
2007-08-07  James Hawkinsmsi: Implement the MSIINSTALLCONTEXT_MACHINE context...
2007-07-27  James Hawkinsmsi: Implement the MSIMODIFY_UPDATE command in the...
2007-07-23  James Hawkinsmsi: Ref count temporary columns and release them when...
2007-07-23  James Hawkinsmsi: Implement adding columns using the ALTER command.
2007-07-19  James Hawkinsmsi: Implement reference counting for tables, manipulat...
2007-07-17  James Hawkinsmsi: Load the AdminProperties stream if the package...
2007-07-13  James Hawkinsmsi: Reload properties as they may have been changed...
2007-07-06  James Hawkinsmsi: Forward MsiFormatRecordA to MsiFormatRecordW.
2007-07-03  James Hawkinsmsi: Read the components state directly from the registry.
2007-07-03  James Hawkinsmsi: Open the correct key and return INSTALLSTATE_ADVER...
2007-07-03  James Hawkinsmsi: Set the WindowsInstaller value in RegisterProduct...
2007-07-03  James Hawkinsmsi: Unpublish the product when it is entirely removed.
2007-07-03  James Hawkinsmsi: Delay publishing of the SourceList until the Publi...
2007-07-03  James Hawkinsmsi: Add support for the MSICODE_PATCH option.
2007-07-03  James Hawkinsmsi: Handle remote calls to MsiGetActiveDatabase.
2007-07-03  James Hawkinsmsi: Add the IWineMsiRemoteCustomAction interface.
2007-07-03  James Hawkinsmsi: Add the IWineMsiRemotePackage interface.
2007-06-27  James Hawkinsmsi: Use the correct registry key when detecting a...
2007-06-27  Rob Shearmanmsi: Fix transforms to work when the number of bytes...
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-06-19  James Hawkinsmsi: Properly delete rows from the table, instead of...
2007-06-18  Andrew Talbotmsi: Name all or none of the formal arguments in functi...
2007-06-14  Andrew Talbotmsi: Constify some variables.
2007-06-13  Andrew Talbotmsi: Constify some variables.
2007-06-08  James Hawkinsmsi: Add support for large string tables.
2007-06-06  Andrew Talbotmsi: Constify some variables.
2007-06-01  Andrew Talbotmsi: Constify some variables.
2007-05-30  James Hawkinsmsi: Perform a forced reboot if a custom action returns...
2007-05-24  Michael Stefaniucmsi: A signed 1-bit bitfield doesn't make much sense...
2007-05-07  Misha Koshelevmsi: automation: Store parent Installer object in Session.
2007-05-01  Misha Koshelevmsi: Add JScript/VBScript support.
2007-05-01  Misha Koshelevmsi: automation: Expose Installer object.
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.
2007-04-24  Rob Shearmanmsi: Add support for adding temporary/non-persistent...
2007-04-24  Rob Shearmanmsi: Cleanup unneeded string table functions.
2007-04-24  Rob Shearmanmsi: Move string loading and saving to string.c.
2007-04-24  Rob Shearmanmsi: Add support for non-persistent strings.
2007-04-23  James Hawkinsmsi: Abstract MSI_RecordSetStream.
2007-04-23  James Hawkinsmsi: Add an internal MSI_ViewModify.
2007-04-23  James Hawkinsmsi: Add the _Property table back, with tests.
2007-04-23  James Hawkinsmsi: Return MSICONDITION_NONE in MsiDatabaseIsTablePers...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2007-03-23  Andrew Talbotmsi: Replace inline static with static inline.
2007-02-21  James Hawkinsmsi: Cleanup the dialog event subscriptions when destro...
2007-02-14  Mike McCormackmsi: Find pending custom actions by GUID.
2007-02-12  Mike McCormackmsi: Store dll based custom actions in a separate list.
2007-02-08  Mike McCormackmsi: Register the typelib.
2007-02-07  Misha Koshelevmsi: Make sure to ignore UI level flags in dialog and...
2006-12-05  Mike McCormackmsi: Examine the attributes of all features before...
2006-11-22  Mike McCormackmsi: Load all folders in one query, rather one per...
2006-11-14  Mike McCormackmsi: Remove track_tempfile()'s unused 2nd parameter.
2006-11-08  James Hawkinsmsi: Store the base URL of the MSI package if it is...
2006-11-06  Alexandre Julliardmsi: Fixed definition of the MSIITERHANDLE type.
2006-11-02  Mike McCormackmsi: Avoid a memory leak by freeing actions scripts...
2006-11-01  Mike McCormackmsi: Search the patch package for source cabinet files.
2006-10-27  James Hawkinsmsi: Implement handling for the ErrorDialog and use...
2006-10-26  Mike McCormackmsi: Update tables using records, not integer by integer.
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
2006-10-23  Mike McCormackmsi: Only apply transforms that are valid for a database.
2006-10-23  Mike McCormackmsi: Initialize the summary information from a storage...
2006-10-17  James Hawkinsmsi: Revert "msi: Perform button control events in...
2006-10-11  James Hawkinsmsi: Set the SourceDir and SOURCEDIR properties in...
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-10  Mike McCormackmsi: Make msi_makestring static.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-10-09  James Hawkinsmsi: Perform button control events in greatest to least...
2006-09-29  James Hawkinsmsi: Return to the parent dialog when the argument...
2006-09-26  James Hawkinsmsi: Store the full path to the database file in the...
2006-09-13  Mike McCormackmsi: Fix a couple of test cases for MsiDatabaseIsTableP...
2006-09-13  Mike McCormackmsi: Delete databases we create but never commit.
2006-09-07  James Hawkinsmsi: Store and use the center point of the dialog windo...
2006-09-07  Mike McCormackmsi: Create MSI_ViewGetColumnInfo for accessing MsiView...
2006-09-07  Mike McCormackmsi: Create a function to copy record fields, use it...
2006-08-29  Mike McCormackmsi: Free the handle table on PROCESS_DETACH.
2006-08-28  Dan Kegelmsi: Remove limit on number of handles.
2006-08-28  Mike McCormackmsi: Fix writing of long strings to the database.
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryListUp...
2006-08-25  Mike McCormackmsi: Store properties in a hash table, not the database.
2006-08-08  James Hawkinsmsi: Fix the compressed files logic.
2006-08-05  Andrew Talbotmsi: Write-strings warnings fix.
2006-07-28  Stefan Leichtermsi: Make the version information of DllGetVersion...
2006-07-24  Mike McCormackmsi: Move COM server implementation to a separate file.
2006-07-20  James Hawkinsmsi: Forward MsiSetInstallLevel to an internal MSI_SetI...
2006-07-20  James Hawkinsmsi: Update feature states after changing install level...
2006-07-14  Mike McCormackmsi: Add some registry reading macro functions.
2006-07-14  Mike McCormackmsi: Move version string conversions to registry.c.
2006-07-14  Mike McCormackmsi: Move some registry helper functions to registry.c.
2006-06-10  Alexandre Julliardmsi: Make all the ops structures static and const.
next