dmcompos: Replaced && 0xff by & 0xff.
[wine] / dlls / msi /
2006-11-09  Eric Pouechmsi: Fixed bogus A -> W conversion.
2006-11-09  Eric Pouechmsi: Don't call PropVariantClear on uninitialized variants.
2006-11-09  James Hawkinsmsi: Add support for continuous cabinets.
2006-11-09  James Hawkinsmsi: Extract cabinets in ACTION_InstallFiles. ready_med...
2006-11-09  James Hawkinsmsi: Move the file sequence check out of ready_media_in...
2006-11-09  James Hawkinsmsi: Factor out load_media_info from ready_media_for_file.
2006-11-09  James Hawkinsmsi: Use disk_prompt from the media_info structure...
2006-11-09  James Hawkinsmsi: Only add text to the scroll control if text is...
2006-11-08  Stefan Leichtermsi: Added stub for MsiGetFeatureValidStatesA/W.
2006-11-08  James Hawkinsmsi: Factor out download_remote_cabinet and reuse extra...
2006-11-08  James Hawkinsmsi: Store the base URL of the MSI package if it is...
2006-11-08  James Hawkinsmsi: Factor copy_install_file out of ACTION_InstallFiles.
2006-11-08  James Hawkinsmsi: Factor schedule_install_files out of ACTION_Instal...
2006-11-08  James Hawkinsmsi: Model the media_info structure members after the...
2006-11-08  James Hawkinsmsi: Use msi_alloc_zero instead of a helper function...
2006-11-08  James Hawkinsmsi: Use the file's component instead of passing an...
2006-11-08  James Hawkinsmsi: Use the media_info structure instead of passing...
2006-11-08  James Hawkinsmsi: Add more tests for installing from cabinets.
2006-11-08  Mike McCormackmsi: Fix a memory leak.
2006-11-07  Francois GougetAssorted spelling fixes.
2006-11-07  Mike McCormackmsi: By default, install components locally.
2006-11-07  Mike McCormackmsi: Fix WHERE IS (NOT) NULL queries.
2006-11-07  Mike McCormackmsi: Fix regression tests failing on Windows.
2006-11-07  Mike McCormackmsi: Split ACTION_CostFinalize into two functions.
2006-11-06  Alexandre Julliardmsi: Fixed definition of the MSIITERHANDLE type.
2006-11-02  Mike McCormackmsi: Avoid a memory leak by freeing actions scripts...
2006-11-02  Mike McCormackmsi: Fix a memory leak.
2006-11-02  Mike McCormackmsi: Fix a handle leak in the tests.
2006-11-01  Mike McCormackmsi: Fix a typo.
2006-11-01  Mike McCormackmsi: Don't print traces for addref and release.
2006-11-01  Mike McCormackmsi: Search the patch package for source cabinet files.
2006-10-31  Mike McCormackmsi: Add a test showing a join doesn't need a WHERE...
2006-10-31  Mike McCormackmsi: Use a simpler algorithm for joins.
2006-10-31  Mike McCormackmsi: Test the data returned by join queries in one...
2006-10-31  Mike McCormackmsi: Remove tokens that aren't valid for MSI SQL.
2006-10-31  Mike McCormackmsi: Fix a trace.
2006-10-31  Mike McCormackmsi: Fix the ALTER and FREE keywords in the tokenizer.
2006-10-31  Mike McCormackmsi: Mark components with missing or outdated files...
2006-10-30  Mike McCormackmsi: Split ACTION_UpdateInstallStates into two separate...
2006-10-27  James Hawkinsmsi: Extract cabinets based on DiskId, not LastSequence.
2006-10-27  James Hawkinsmsi: Test the order in which cab files are handled...
2006-10-27  James Hawkinsmsi: Implement handling for the ErrorDialog and use...
2006-10-27  Mike McCormackmsi: Avoid crashing if writeout_cabinet_stream fails.
2006-10-27  Mike McCormackmsi: Remove redundant null checks before MSI_EvaluateCo...
2006-10-26  Mike McCormackmsi: Fix the join algorithm.
2006-10-26  Mike McCormackmsi: Allow UPDATE queries without a condition.
2006-10-26  Mike McCormackmsi: Update tables using records, not integer by integer.
2006-10-26  Mike McCormackmsi: Remove some unused functions.
2006-10-26  Mike McCormackmsi: Fixed the UPDATE query to work with explicit values.
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
2006-10-26  Mike McCormackmsi: Create macro functions to set feature and componen...
2006-10-26  James Hawkinsmsi: Add tests for the UPDATE sql command.
2006-10-25  Alexandre Julliardmsi: Properly handle negative coordinates for mouse...
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.
next