msi: Honor attributes for combobox.
[wine] / dlls / msi /
2007-02-07  Peter Oberndorfermsi: Honor attributes for combobox.
2007-02-07  Peter Oberndorfermsi: Honor msidbControlAttributesSorted attribute for...
2007-02-07  Misha Koshelevmsi: Make sure to ignore UI level flags in dialog and...
2007-02-06  Peter Oberndorfermsi: Do not use a static variable to save the insertion...
2007-02-06  Peter Oberndorfermsi: Store value of the property with each listbox...
2007-02-06  Peter Oberndorfermsi: Do not store property for each listbox element...
2007-02-06  Peter Oberndorfermsi: Only insert entries into listbox if property value...
2007-02-06  Mike McCormackmsi: Test the dispid for CreateRecord.
2007-02-06  Mike McCormackmsi: Add the generated typelib to the resources.
2007-02-06  Mike McCormackmsi: Factor out code to calculate column offsets.
2007-02-06  Mike McCormackmsi: Add a test showing MsiGetProperty returns correct...
2007-02-06  Misha Koshelevmsi: InstallPackage check for UI level must not disrega...
2007-02-05  James Hawkinsmsi: Allow uncompressed files before compressed files...
2007-01-26  Mike McCormackmsi: Add a (mostly empty) typelib for the MsiServer...
2007-01-26  Mike McCormackmsi: Add todos around tests that aren't being run yet...
2007-01-26  Mike McCormackmsi: Fix a typo.
2007-01-26  Mike McCormackmsi: Allocate a buffer in WCHARs not CHARs.
2007-01-25  Mike McCormackmsi: Implement IDispatch->CreateInstance() for the...
2007-01-25  Mike McCormackmsi: Implement IClassFactory->QueryInterface() for...
2007-01-25  Mike McCormackmsi: Add a test for the IMsiServer interface.
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-18  Mike McCormackmsi: Register IMsiServer.
2007-01-15  Mikołaj Zalewskimsi: Add Polish translation.
2007-01-12  Andrew Talbotmsi: Declare some functions static.
2007-01-12  Andrew Talbotmsi: Remove unused variables.
2007-01-01  Paul Vriensmsi/tests: Remove test directory after the files have...
2006-12-19  James Hawkinsmsi: Enable cab compression and delete any resulting...
2006-12-19  James Hawkinsmsi: Run the install tests from a temporary directory.
2006-12-18  James Hawkinsmsi: Update the text control when the selection path...
2006-12-18  James Hawkinsmsi: Only cleanup event subscriptions of the dialog...
2006-12-14  Alexandre JulliardRevert "msi: Comparisons with null in conditions are...
2006-12-14  Alexandre Julliardmsi: Fix the condition test to not assume MsiNetAssembl...
2006-12-12  Andrew Talbotmsi/tests: Cast-qual warning fix.
2006-12-11  Marcus Meissnermade functions and variables static in some testcases.
2006-12-07  Mike McCormackmsi: Add tests for comparison to empty strings.
2006-12-07  Mike McCormackmsi: Comparisons with null in conditions are special.
2006-12-06  Mike McCormackmsi: More tests for the SourceDir property.
2006-12-06  Mike McCormackmsi: Add some tests for the ALTER query.
2006-12-05  James Hawkinsmsi: Initialize sid_str to NULL.
2006-12-05  James Hawkinsmsi: Fail if stg is NULL.
2006-12-05  Mike McCormackmsi: Examine the attributes of all features before...
2006-12-05  Mike McCormackmsi: Add the names of features/components to debugging...
2006-12-05  Francois GougetConsistently use SUBLANG_NEUTRAL for Italian resources.
2006-12-04  Mike McCormackmsi: Double quotes are not valid in queries.
2006-12-04  Mike McCormackmsi: Add tests for quoting in queries.
2006-12-04  James Hawkinsmsi: Add handling for the StartServices action.
2006-12-01  James Hawkinsmsi: Set the UserSID property.
2006-11-30  James Hawkinsmsi: Use mi->source if the source is not a full path.
2006-11-29  James Hawkinsmsi: Add handling for the InstallODBC action.
2006-11-29  James Hawkinsmsi: Don't fail if we can't remove an existing install...
2006-11-29  Dmitry Timoshkovmsi: Make some data const and static.
2006-11-29  Mike McCormackmsi: Update the UI in one place only in ACTION_ProcessC...
2006-11-29  Mike McCormackmsi: Advertise components of a feature that has the...
2006-11-29  Dmitry Timoshkovmsi: Synchronize msi exports with what PSDK has.
2006-11-28  Mike McCormackmsi: Use MSI_IterateRecords in ACTION_AppSearch.
2006-11-28  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchIni.
2006-11-28  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchDr.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchReg.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchComponents.
2006-11-27  Mike McCormackmsi: Use MSI_QueryGetRecord in ACTION_AppSearchGetSigna...
2006-11-27  Mike McCormackmsi: Use MSI_IterateRecords when cloning properties.
2006-11-27  Francois Gougetmsi: Add a Portuguese translation (contributed by Ameri...
2006-11-24  Francois GougetReplace SUBLANG_DEFAULT with the specific SUBLANG_XXX...
2006-11-22  Mike McCormackmsi: Treat the SourceDir folder the same as TargetDir.
2006-11-22  Mike McCormackmsi: Load all folders in one query, rather one per...
2006-11-22  Mike McCormackmsi: Only wait for custom actions that don't have msidb...
2006-11-22  Mike McCormackmsi: Split process_action_return_value into two differe...
2006-11-22  Mike McCormackmsi: Remove an unused parameter.
2006-11-21  Mike McCormackmsi: Fix use of integer fields in MsiFormatRecord.
2006-11-21  Mike McCormackmsi: Test MsiRecordGetString on an integer record field...
2006-11-21  Mike McCormackmsi: Add a test for formatting records with strings.
2006-11-21  Mike McCormackmsi: Don't access the list of controls after the dialog...
2006-11-21  Mike McCormackmsi: Create a function to free control data.
2006-11-21  Mike McCormackmsi: Fix an access after freeing memory.
2006-11-20  Mike McCormackmsi: Split msi_set_sourcedir_props into a separate...
2006-11-20  Mike McCormackmsi: Spelling fixes.
2006-11-20  Mike McCormackmsi: Add another test for the SourceDir property.
2006-11-20  Mike McCormackmsi: Clean up parameters of msi_media_get_disk_info().
2006-11-20  Mike McCormackmsi: Fix some memory leaks.
2006-11-20  Mike McCormackmsi: Don't leak row handles.
2006-11-17  Mike McCormackmsi: Fix a memory leak in load_folder().
2006-11-17  Mike McCormackmsi: Remove unnecessary includes.
2006-11-17  Mike McCormackmsi: Remove a level of indent in resolve_folder().
2006-11-17  Mike McCormackmsi: Add a test showing the _Properties table is a...
2006-11-17  Mike McCormackmsi: Add a test showing which tables are special.
2006-11-17  Mike McCormackmsi: Remove some redundant else statements.
2006-11-14  Mike McCormackmsi: Split MSI_CreatePackage into two functions.
2006-11-14  Mike McCormackmsi: Delete the tempfile created by GetTempFileName.
2006-11-14  Mike McCormackmsi: Defer package deletion until after the database...
2006-11-14  Mike McCormackmsi: Remove track_tempfile()'s unused 2nd parameter.
2006-11-14  Mike McCormackmsi: Always delete temp files after creating them.
2006-11-14  Mike McCormackmsi: Print a message if we fail to delete a file.
2006-11-14  James Hawkinsmsi: Notify the external UI handler when changing media.
2006-11-13  Mike McCormackmsi: Only free a string in one place.
2006-11-13  Mike McCormackmsi: Fix error handling.
2006-11-13  Mike McCormackmsi: Track temp files as soon as they are created.
2006-11-13  Mike McCormackmsi: Fail if we can't write out a temporary file.
2006-11-13  Mike McCormackmsi: Fix an uninitialized variable in the test cases.
2006-11-13  Mike McCormackmsi: Clean upstore_binary_to_temp.
2006-11-13  Francois GougetAssorted spelling fixes.
next