ole32: Remove some assertions in the stuctured storage code by
[wine] / dlls / msi /
2006-09-11  Marcus MeissnerRemoves all unnecessary WINE_DEFAULT_DEBUG_CHANNEL...
2006-09-09  Alexandre Julliardmakefiles: Add global rules for bison and lex files.
2006-09-09  Alexandre Julliardmsi: Specify the bison name prefix directly in the...
2006-09-08  Mike McCormackmsi: Add more tests for temporary columns.
2006-09-08  Mike McCormackmsi: Fix the TEMPORARY keyword for columns.
2006-09-08  Mike McCormackmsi: Add a test for MsiDatabaseIsTablePersistent.
2006-09-08  Mike McCormackmsi: Fix the prototype of MsiDatabaseIsTablePersistent...
2006-09-08  Mike McCormackmsi: Increase the size of the string table.
2006-09-08  Mike McCormackmsi: Split code to create a random package name into...
2006-09-08  Mike McCormackmsi: Use msi_string_lookup_id instead of msi_id2stringW...
2006-09-08  James Hawkinsmsi: Allow non-key columns to be used with the join...
2006-09-08  James Hawkinsmsi: Add tests for MSI SQL join queries.
2006-09-07  James Hawkinsmsi: Store the CustomActionData for deferred custom...
2006-09-07  James Hawkinsmsi: Add the ability to change directories in the Direc...
2006-09-07  James Hawkinsmsi: Add initial implementation of the DirectoryList...
2006-09-07  James Hawkinsmsi: Load and display the VolumeCostList control's...
2006-09-07  James Hawkinsmsi: Store and use the center point of the dialog windo...
2006-09-07  James Hawkinsmsi: Verify the path in the PathEdit control.
2006-09-07  James Hawkinsmsi: Search for the browse dialog controls by type...
2006-09-07  James Hawkinsmsi: Provide the control to the dialog_update function...
2006-09-07  James Hawkinsmsi: Add more tests for the _Streams table.
2006-09-07  James Hawkinsmsi: Add many more MsiFormatRecord tests.
2006-09-07  James Hawkinsmsi: Fix two MsiFormatRecord tests.
2006-09-07  James Hawkinsmsi: Use the TargetPath of a file if the file doesn...
2006-09-07  James Hawkinsmsi: Fix creation of the default format in MsiFormatRecord.
2006-09-07  James Hawkinsmsi: Add more tests for MsiFormatRecord.
2006-09-07  Mike McCormackmsi: Add a short test for transforms.
2006-09-07  Mike McCormackmsi: Make opening and closing 4000 handle into two...
2006-09-07  Mike McCormackmsi: Implement MsiDatabaseExport.
2006-09-07  Mike McCormackmsi: Create MSI_ViewGetColumnInfo for accessing MsiView...
2006-09-07  Mike McCormackmsi: Make sure there's a value for each column when...
2006-09-07  Mike McCormackmsi: Validate database fields before inserting them.
2006-09-07  Mike McCormackmsi: Create a function to copy record fields, use it...
2006-09-07  Mike McCormackmsi: Add a few more tests for MSI_NULL_INTEGER.
2006-09-07  Mike McCormackmsi: Check that column names are unique when creating...
2006-09-07  Mike McCormackmsi: Don't crash if we can't find a control.
2006-09-07  Mike McCormackmsi: Use a binary search to find sql keywords.
2006-08-29  Mike McCormackmsi: Fix a memory leak.
2006-08-29  Mike McCormackmsi: Free the handle table on PROCESS_DETACH.
2006-08-29  Mike McCormackmsi: Fix test compilation with MSVC6.
2006-08-29  Mike McCormackmsi: Properties are case sensitive.
2006-08-29  James Hawkinsmsi: Use msi_dialog_dup_property where appropriate.
2006-08-29  James Hawkinsmsi: Use the respective update functions when creating...
2006-08-29  James Hawkinsmsi: Update the DirectoryCombo control in response...
2006-08-29  James Hawkinsmsi: Update the PathEdit control in response to the...
2006-08-29  James Hawkinsmsi: Highlight the text in the PathEdit control.
2006-08-29  Dan Kegelmsi: Callers of alloc_msihandle should handle failure.
2006-08-28  Dan Kegelmsi: Remove limit on number of handles.
2006-08-28  Dan Kegelmsi/tests: Add test to verify we can create 4000 msi...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-28  Mike McCormackmsi: Fix writing of long strings to the database.
2006-08-28  Mike McCormackmsi: Fix MsiRecordGetString for a null buffer and non...
2006-08-28  Hwang YunSong(황윤성)msi: Updated Korean resource.
2006-08-28  James Hawkinsmsi: Add a stub implementation of the VolumeCostList...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryListUp...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryCombo...
2006-08-25  Mike McCormackmsi: Set the ALLUSERS property to 1 always.
2006-08-25  Mike McCormackmsi: Fix a memory leak.
2006-08-25  Mike McCormackmsi: Use msi_get_property_int rather than MSI_GetPropertyW.
2006-08-25  Mike McCormackmsi: Reimplement msi_dup_property and msi_get_property_int.
2006-08-25  Mike McCormackmsi: Store properties in a hash table, not the database.
2006-08-25  James Hawkinsmsi: Fix the height of the line control window.
2006-08-25  James Hawkinsmsi: Add a stub implementation of the DirectoryList...
2006-08-25  James Hawkinsmsi: Add a stub implementation of the DirectoryCombo...
2006-08-25  James Hawkinsmsi: Inform the user with an error message when the...
2006-08-24  Mike McCormackmsi: Fix strings with lengths that are exact multiples...
2006-08-24  James Hawkinsmsi: Add an initial implementation of the PathEdit...
2006-08-22  James Hawkinsmsi: Add tests for the AppSearch action.
2006-08-22  James Hawkinsmsi: Add handling for MsiEvaluateCondition's substring...
2006-08-22  James Hawkinsmsi: Add tests for MsiEvaluateCondition's substring...
2006-08-18  Mike McCormackmsi: Add a stub ALTER query.
2006-08-16  Mike McCormackmsi: Fix a couple of memory leaks in the test code.
2006-08-16  James Hawkinsmsi: Add a stub for MsiGetFeatureCost.
2006-08-16  James Hawkinsmsi: Use the bare minimum number of parameters for...
2006-08-15  James Hawkinsmsi: Non-compressed files may come before the list...
2006-08-12  James Hawkinsmsi: If a component's state is not local, source, or...
2006-08-12  Juan Langmsi: Use wide char strings for token values to avoid...
2006-08-11  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-08-11  Andrew Talbotmsi: Write-strings warning fix.
2006-08-11  James Hawkinsmsi: Only remove a file if the version to be installed...
2006-08-10  James Hawkinsmsi: Download install cabinet files if the msi package...
2006-08-09  Robert Shearmanmsi: Support MSIDBOPEN_CREATEDIRECT and MSIDBOPEN_DIREC...
2006-08-09  Francois Gougetmsi: Link the WindowsInstaller.Installer ProgId back...
2006-08-09  Francois Gougetmsi: Change the CLSID_IMsiServer ProgId to IMsiServer...
2006-08-09  James Hawkinsmsi: Add tests for the RemoveFiles action.
2006-08-08  James Hawkinsmsi: Fix the compressed files logic.
2006-08-08  James Hawkinsmsi: Add tests for MsiGetProperty.
2006-08-07  Francois GougetAssorted spelling fixes.
2006-08-07  Mike McCormackmsi: Fix the dialog centering logic.
2006-08-05  Andrew Talbotmsi: Write-strings warnings fix.
2006-08-04  James Hawkinsmsi: Use the initial dialog position values in the...
2006-08-03  Robert Shearmanmsi: Fix the creation of shortcuts with a null icon...
2006-08-02  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-08-02  Mike McCormackmsi: Only ever write the long path for InProcServers.
2006-08-02  Mike McCormackmsi: Register advertised components too.
2006-08-02  James Hawkinsmsi: Add tests for SQL query markers.
2006-08-02  James Hawkinsmsi: A file that does not have the msidbFileAttributesC...
2006-08-02  James Hawkinsmsi: Don't crash if an empty record is given to MsiProc...
2006-08-02  James Hawkinsmsi: Set the install state to INSTALLSTATE_LOCAL for...
2006-08-01  Thomas Khomsi: Wake dialog on messages from external threads.
next