msi: Add a stub implementation of MsiSourceListClearAll.
[wine] / dlls / msi /
2006-07-19  James Hawkinsmsi: Add a stub implementation of MsiSourceListClearAll.
2006-07-19  James Hawkinsmsi: Sort SelectionTree items by their Display value.
2006-07-19  Huw Daviesmsi: Create files with the correct file attributes.
2006-07-19  Mike McCormackmsi: Check the right pointers for NULL.
2006-07-19  Mike McCormackmsi: Set properties, not the command line in MsiReinsta...
2006-07-19  Mike McCormackmsi: Implement MsiSetInstallLevel.
2006-07-19  Juan Langmsi: Set name in ACTION_AppSearchGetSignature.
2006-07-18  Juan Langmsi: Fix silly pointer error.
2006-07-18  James Hawkinsmsi: Update the feature components' states when a featu...
2006-07-18  Robert Shearmanmsi: Fix conversion of path to include nul-termination...
2006-07-17  Mike McCormackmsi: Tidy up MsiCreateAndVerifyInstallerDirectory a...
2006-07-17  Mike McCormackmsi: Implement MsiConfigureFeatureA using MsiConfigureF...
2006-07-17  Mike McCormackmsi: Cleanup traces, remove unnecessary includes.
2006-07-17  Mike McCormackmsi: Move msi_get_property_int() to helpers.c
2006-07-17  Mike McCormackmsi: Add support for INSTALLSTATE_ADVERTISED to MsiQuer...
2006-07-17  Mike McCormackmsi: MsiGetComponentPath cannot return INSTALLSTATE_ADV...
2006-07-17  James Hawkinsmsi: Add handling for the ListBox dialog control.
2006-07-14  Stefan Siebertmsi: cabinet_notify - don't fail on files with the...
2006-07-14  Juan Langmsi: Let caller set property in AppSearch.
2006-07-14  Mike McCormackmsi: Use awstring to return strings from MsiGetProductInfo.
2006-07-14  Mike McCormackmsi: Read from the registry, not the database in MsiGet...
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-07-14  James Hawkinsmsi: Add handling for the GroupBox dialog control.
2006-07-13  James Hawkinsmsi: Update the files target paths as well, because...
2006-07-12  Juan Langmsi: Split up ACTION_AppSearchReg.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-07-11  James Hawkinsmsi: Test how SetTargetPath affects the target paths...
2006-07-11  James Hawkinsmsi: AppSearchReg shouldn't create the key it's looking...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore lex and bison...
2006-07-10  Alexandre Julliard.gitignore: Added wildcards to ignore generated resourc...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore .ok files in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Recursively ignore testlist.c in all tests...
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre JulliardTake advantage of the recursive nature of .gitignore...
2006-07-06  Mike McCormackmsi: Features may be published but absent.
2006-07-06  Mike McCormackmsi: Add a test for MsiGetComponentPath and make it...
2006-07-06  Mike McCormackmsi: Use msi_strcpy_to_awstring to return the string...
2006-07-06  Mike McCormackmsi: Forward MsiUseFeature to MsiUseFeatureEx.
2006-07-05  Dmitry TimoshkovAvoid non-portable WCHAR[] constructs.
2006-06-30  Paul VriensUse the return value of register_key_guid.
2006-06-27  James Hawkinsmsi: Read the font color from the database, and use...
2006-06-26  Andrey Turkinmsi: Disable some path validity checks in MsiSetTargetPath.
2006-06-23  James Hawkinsmsi: Add tests for components that aren't associated...
2006-06-21  James Hawkinsmsi: Fix handling of the no-op identifier in the Direct...
2006-06-19  Andrew Talbotmsi/tests: Write-strings warnings fixes.
2006-06-16  Andrey Turkinmsi: Added tests for MsiSetTargetPath.
2006-06-15  James Hawkinsmsi: Add tests for MsiInstallProduct.
2006-06-15  Mike McCormackmsi: Add test for _Streams table (based on patch by...
2006-06-15  Mike McCormackmsi: Don't define COND_SPACE twice.
2006-06-14  Mike McCormackmsi: Add a test for reading long strings.
2006-06-14  Mike McCormackmsi: Add a test for creating a record with a long string.
2006-06-14  Mike McCormackmsi: Add a test for MsiDatabaseExport.
2006-06-13  Mike McCormackmsi: Fix loading of long strings.
2006-06-12  Mike McCormackmsi: Add some more test cases for INSERT.
2006-06-12  Mike McCormackmsi: Add some more MsiFormatRecord tests.
2006-06-12  Mike McCormackmsi: Add tests for creating packages and formatting...
2006-06-12  Mike McCormackmsi: Delete any databases we create at the end of each...
2006-06-12  Mike McCormackmsi: Fix compilation on msvc6.
2006-06-12  Mike McCormackmsi: Remove an inconsistent test.
2006-06-12  Mike McCormackmsi: Fix some test cases to pass against win2k.
2006-06-12  Alexandre Julliardmsi: Make some variables static and/or const.
2006-06-12  Mike McCormackmsi: Add some test cases for "SELECT ... WHERE condition".
2006-06-12  Mike McCormackmsi: Freeing the zero handle always succeeds.
2006-06-12  Mike McCormackmsi: Always initialize MsiViewFetch's returned record...
2006-06-10  Alexandre Julliardmsi: Make all the ops structures static and const.
2006-06-09  Mike McCormackmsi: Update the progress control while installing.
2006-06-09  Mike McCormackmsi: Remove some unnecessary NULL checks.
2006-06-07  Vitaly Lipatovmsi: Add Russian resource file.
2006-06-07  EA Durbinmsi/tests: Fixed a typo.
2006-06-05  Huw Daviesmsi: Add some integer condition tests.
2006-06-05  Hans Leidekkermsi: Fix some copy/paste bugs in the implementation...
2006-06-05  Robert Shearmanmsi: An empty string is equivalent to nil, so handle...
2006-05-30  Andrew Ziemmsi: Increase verbosity in some failing tests.
2006-05-30  Hans Leidekkermsi: Implement MsiLocateComponent{A,W}.
2006-05-25  Dmitry Timoshkovmsi: Translate the resulting string only if the previou...
2006-05-25  Mike McCormackmsi: Fix some pointer to integer casts.
2006-05-24  Mike McCormackFixed more boolean comparisons against TRUE.
2006-05-24  Mike McCormackmsi: Set a default radio button.
2006-05-24  Mike McCormackmsi: Fix a possible memory leak.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Labrousse Jeanmsi: Fix short name and long name mismatch in action.c.
2006-05-15  Francois GougetVarious trace fixes.
2006-05-15  Francois GougetAssorted spelling fixes.
2006-05-10  Robert ShearmanCheck the return value from register_key_guid in all...
2006-05-05  Dan Kegelmsi: Fix missing case in MsiSourceListAddSourceEx.
2006-05-05  Mike McCormackmsi: Use the source name of the msi package when it...
2006-04-18  Mike McCormackmsi: Clean up memset usage.
2006-04-18  Mike McCormackmsi: Fix a regression caused by some bad logic.
2006-04-18  Mike McCormackmsi: Don't fall back to the folder's parent if the...
2006-04-18  Mike McCormackmsi: Simplify create_component_advertise_string() a...
2006-04-17  Mike McCormackmsi: Fix some possible NULL pointer dereferences (Cover...
2006-04-12  Juan Langmsi: Fix possible crash bugs in error path.
2006-04-11  Mike McCormackmsi: Add some more MsiFormatRecord tests.
2006-04-07  Mike McCormackmsi: Use a debug channel to turn on transform debugging.
2006-04-07  Mike McCormackmsi: Remove broken volume management code.
2006-04-07  Mike McCormackmsi: Fix a logic error.
2006-04-07  Mike McCormackmsi: Avoid accessing a null pointer.
2006-04-07  Mike McCormackmsi: Check the correct pointer after allocating memory.
next