wininet: Rename WININETHTTPSESSIONW to http_session_t.
[wine] / dlls / msi / msipriv.h
2009-06-30  Hans Leidekkermsi: Support opening transform databases.
2009-05-27  Hib Erismsi: Add support for importing binary OBJECTS.
2009-05-26  Hib Erismsi: Support transforms with binary OBJECTS.
2009-04-14  Hans Leidekkermsi: Support setting summary information by importing...
2009-03-23  James Hawkinsmsi: Allow the enumeration of other users' patches.
2009-03-02  James Hawkinsmsi: Column attributes for temporary string and int...
2009-03-02  James Hawkinsmsi: Correctly order transposed column values in the...
2009-02-06  Andrew Talbotmsi: Remove unused functions.
2009-01-12  Andrew Talbotmsi: Declare some functions static.
2008-12-15  James Hawkinsmsi: Publish the patch information.
2008-12-15  James Hawkinsmsi: Add the ability to query a specific context for...
2008-12-15  James Hawkinsmsi: Add the ability to query a specific context for...
2008-12-15  James Hawkinsmsi: Add the ability to query a specific context for...
2008-12-09  James Hawkinsmsi: Add the ability to delete multiple users' componen...
2008-12-09  James Hawkinsmsi: Remove a duplicated function.
2008-12-09  James Hawkinsmsi: Remove a duplicated function.
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users' install...
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users' component...
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users product...
2008-12-08  Andrew Talbotmsi: Remove an unused declaration.
2008-11-04  James Hawkinsmsi: Remove an unused registry function.
2008-11-04  James Hawkinsmsi: Factor out the code to open the UserData features...
2008-11-04  James Hawkinsmsi: Factor out the code to open the features key.
2008-11-04  James Hawkinsmsi: Factor out the code to open a product key.
2008-10-30  James Hawkinsmsi: Allow private properties from the AdminProperties...
2008-10-09  James Hawkinsmsi: Add initial implementation of MsiDatabaseMerge...
2008-10-07  James Hawkinsmsi: Resolve file source paths dynamically, as the...
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-08-25  James Hawkinsmsi: Store the _Columns and _Tables tables in the datab...
2008-08-25  James Hawkinsmsi: Skip the component action detection logic if there...
2008-08-25  James Hawkinsmsi: Skip the feature action detection logic if there...
2008-08-25  James Hawkinsmsi: Only set the action to source if the component...
2008-08-25  James Hawkinsmsi: Fix the logic to determine the appropriate action...
2008-08-21  James Hawkinsmsi: Fix the logic to determine the appropriate action...
2008-08-19  James Hawkinsmsi: Factor out media handling and use the new interfac...
2008-07-29  James Hawkinsmsi: Handle the package context when unpublishing the...
2008-07-22  James Hawkinsmsi: Use the newly added defines from the msidbSumInfoS...
2008-06-24  James Hawkinsmsi: Handle the user managed context in MsiQueryFeature...
2008-06-24  James Hawkinsmsi: Fix the published location of the upgrade code...
2008-06-24  James Hawkinsmsi: Open the local user data product key for the machi...
2008-06-24  James Hawkinsmsi: Publish the UpgradeCode in PublishProduct.
2008-06-19  James Hawkinsmsi: Fix the PublishFeatures action to handle the packa...
2008-06-18  James Hawkinsmsi: Fix the ProcessComponents action to handle the...
2008-06-18  James Hawkinsmsi: Don't publish components to the Installer key.
2008-05-22  James Hawkinsmsi: Search the last used source if the cabinet to...
2008-04-30  James Hawkinsmsi: Add initial implementation of MsiPublishAssemblies.
2008-04-07  James Hawkinsmsi: Test and reimplement MsiQueryProductState.
2008-04-07  James Hawkinsmsi: Set the install context based on the ALLUSERS...
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.
next