resources: Change Dutch sublanguage code to SUBLANG_NEUTRAL.
[wine] / dlls / msi /
2006-10-24  Mikołaj Zalewskiresources: Change Dutch sublanguage code to SUBLANG_NEU...
2006-10-24  Mikołaj Zalewskiresources: Change German sublanguage code to SUBLANG_NE...
2006-10-24  Mike McCormackmsi: Split code to get a file's verion into a separate...
2006-10-24  James Hawkinsmsi: Add tests for installing from continuous cabinets.
2006-10-24  James Hawkinsmsi: Allow more customization of install test files.
2006-10-24  James Hawkinsmsi: Remove unused function pointer and definitions.
2006-10-24  James Hawkinsmsi: Remove two unnecessary install tables.
2006-10-24  James Hawkinsmsi: Add support for localizable strings in MsiDatabase...
2006-10-23  Francois Gougetmsi/tests: Fix compilation with gcc 2.95.
2006-10-23  Mike McCormackmsi: Fix insertion of null integers into a table.
2006-10-23  Mike McCormackmsi: Add the column type INTEGER as an alias for INT.
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-20  Byeong-Sik JeonKorean: Use SUBLANG_NEUTRAL in Korean resources.
2006-10-20  James Hawkinsmsi: Add tests for integer column types.
2006-10-20  James Hawkinsmsi: Integer columns can have the 'NOT NULL' modifier...
2006-10-20  James Hawkinsmsi: Allow more than one primary key in a table when...
2006-10-20  James Hawkinsmsi: Only initialize a component's state if it is linke...
2006-10-20  James Hawkinsmsi: Use the ProgramFileDir reg value instead of Progra...
2006-10-20  James Hawkinsmsi: Implement the InstallServices action.
2006-10-20  Mike McCormackmsi: Fix an uninitialized variable causing random confo...
2006-10-19  James Hawkinsmsi: Add tests for the InstallServices action.
2006-10-19  Mike McCormackmsi: Allow rows in the _Columns table to be unordered.
2006-10-19  Mike McCormackmsi: Reset the column number for each new table in...
2006-10-19  James Hawkinsmsi: Set the USERNAME and COMPANYNAME properties when...
2006-10-19  James Hawkinsmsi: Run SetProperty events before all other events...
2006-10-18  Alexandre Julliardmsi/tests: Make sure to delete the test data file.
2006-10-17  Mike McCormackmsi: Fix tables with binary data where the key is an...
2006-10-17  Mike McCormackmsi: Stream fields shouldn't be treated as strings.
2006-10-17  Mike McCormackmsi: Fix a memory leak.
2006-10-17  Mike McCormackmsi: Add a test for modifying a table containing binary...
2006-10-17  Mike McCormackmsi: Add a test for summary information.
2006-10-17  James Hawkinsmsi: Revert "msi: Perform button control events in...
2006-10-16  Francois Gougetmsi: Remove spaces before '\n's.
2006-10-14  James Hawkinsmsi: Also set the SOURCEDIR property in MSI_InstallPackage.
2006-10-13  Francois GougetAssorted spelling fixes.
2006-10-12  Mike McCormackmsi: Handle the sign properly when converting integer...
2006-10-12  Mike McCormackmsi: Improve error checking when applying transform...
2006-10-12  José Manuel Ferrer... msi: Updated Spanish translation.
2006-10-12  Mike McCormackmsi: Test transforms removing a row in a table.
2006-10-12  Mike McCormackmsi: Tests for transforms modifying rows in a table.
2006-10-12  Mike McCormackmsi: An empty string table entry should always have...
2006-10-11  James Hawkinsmsi: Set the SourceDir and SOURCEDIR properties in...
2006-10-11  James Hawkinsmsi: Clean up after the package tests.
2006-10-11  Mike McCormackmsi: Check transforms have the correct storage guid.
2006-10-11  Mike McCormackmsi: Check that transforms return the correct data.
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-10  Mike McCormackmsi: Make msi_makestring static.
2006-10-10  Michael Ploujnikovmsi/tests: Win64 printf format warning fixes.
2006-10-10  Mike McCormackmsi: Fix a memory leak.
2006-10-10  Mike McCormackmsi: Avoid an unnecessary strdup.
2006-10-10  Mike McCormackmsi: Avoid reading the transform table data twice.
2006-10-10  Mike McCormackmsi: Fix handle leaks in the test cases.
2006-10-10  Mike McCormackmsi: Fix memory leaks and bad frees.
2006-10-10  James Hawkinsmsi: NULL-terminate dst on error.
2006-10-10  James Hawkinsmsi: Add missing sizeof(WCHAR) multiplier.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-10-09  James Hawkinsmsi: Perform button control events in greatest to least...
2006-10-09  Paul Vriensmsi: Make tests run on Win98 again.
2006-10-06  James Hawkinsmsi: Make msi_dialog_dup_property return a copy of...
2006-10-06  Mike McCormackmsi: Fix transform traces.
2006-10-06  Mike McCormackmsi: Work around what appears to be a bug in native...
2006-10-06  Mike McCormackmsi: Transform the _Columns and _Tables tables first...
2006-10-06  Mike McCormackmsi: Handle null integers properly in transforms.
2006-10-05  Mike McCormackmsi: Only ignore the StringPool and StringData in a...
2006-10-05  Mike McCormackmsi: Only declare the szStringData and szStringPool...
2006-10-05  Mike McCormackmsi: Remove an unused variable.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-10-05  Mike McCormackmsi: Check that transforms preserve tables.
2006-10-04  James Hawkinsmsi: Only apply the last font style in the list of...
2006-10-04  James Hawkinsmsi: Handle the SelectionBrowse event using ControlEven...
2006-10-04  James Hawkinsmsi: Subscribe the SelectionTree control to the Selecti...
2006-10-04  James Hawkinsmsi: Store the selected item in the SelectionTree control.
2006-10-04  James Hawkinsmsi: Publish the SelectionDescription and SelectionPath...
2006-10-04  James Hawkinsmsi: Properly initialize the SelectionTree control...
2006-10-04  James Hawkinsmsi: Publish the SelectionPath event in the SetTargetPa...
2006-10-04  James Hawkinsmsi: Provide a specific dialog to ControlEvent_Subscrib...
2006-10-04  James Hawkinsmsi: Select the first item in the SelectionTree control.
2006-10-04  James Hawkinsmsi: Empty the window text if no text is provided.
2006-10-04  James Hawkinsmsi: Assign the property to path if the property is...
2006-10-04  James Hawkinsmsi: Don't ERR if a dialog doesn't provide control...
2006-10-04  James Hawkinsmsi: Add missing '\n' to TRACE output.
2006-10-03  James Hawkinsmsi: Implement MsiDatabaseImport.
2006-10-03  Juan Langmsi: Implement msidbLocatorTypeFileName in RegLocator...
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-29  James Hawkinsmsi: Return to the parent dialog when the argument...
2006-09-28  James Hawkinsmsi: Follow state resolution rules when a feature paren...
2006-09-28  James Hawkinsmsi: A feature state of INSTALLSTATE_ABSENT translates...
2006-09-26  James Hawkinsmsi: If the feature linked to a component has a state...
2006-09-26  James Hawkinsmsi: Only specifically resolve the TARGETDIR directory...
2006-09-26  James Hawkinsmsi: Add tests for setting the target path of TARGETDIR...
2006-09-26  James Hawkinsmsi: Store the full path to the database file in the...
2006-09-25  Mikołaj Zalewskiresources: Mark common resources as LANG_NEUTRAL, SUBLA...
2006-09-25  Marcus Meissnermsi: Support more dialog groups.
2006-09-21  James Hawkinsmsi: Disable child features of parent features that...
2006-09-21  James Hawkinsmsi: Translate the INSTALLSTATE_UNKNOWN index into...
2006-09-21  James Hawkinsmsi: Don't check a component's install state if a compo...
2006-09-21  James Hawkinsmsi: Fix the results of a few tests to match Windows.
2006-09-21  James Hawkinsmsi: Load the component states in CostFinalize instead...
2006-09-21  James Hawkinsmsi: Initialize all features' action states to INSTALLS...
next