imm32: Sign-compare warnings fix.
[wine] / dlls / msi /
2008-10-13  James Hawkinsmsi: Fix the returned format of REG_BINARY data.
2008-10-13  James Hawkinsmsi: Expand REG_EXPAND_SZ registry values in the RegLoc...
2008-10-13  James Hawkinsmsi: Append the file signature to the component's direc...
2008-10-13  James Hawkinsmsi: Add tests for the DrLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add tests for the RegLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add tests for the IniLocator part of the AppSearch...
2008-10-13  James Hawkinsmsi: Add more tests for the CompLocator part of the...
2008-10-09  Alexandre Julliardmsi/tests: Clean up the binary.dat file.
2008-10-09  James Hawkinsmsi: Initialize the count variable to zero.
2008-10-09  James Hawkinsmsi: Add extra constraints on the formatting string...
2008-10-09  James Hawkinsmsi: Add a stub implementation of MsiDetermineApplicabl...
2008-10-09  James Hawkinsmsi: Replace lengthy calls to MSI_DatabaseOpenView...
2008-10-09  James Hawkinsmsi: Add initial implementation of MsiDatabaseMerge...
2008-10-09  James Hawkinsmsi: Add tests for converting record fields between...
2008-10-09  James Hawkinsmsi: Remove a part of a debugging statement that was...
2008-10-08  Michael Stefaniucmsi: Use the right FAILED/SUCCEEDED macro instead of...
2008-10-07  James Hawkinsmsi: Don't update the table columns if there are no...
2008-10-07  James Hawkinsmsi: Add tests for dropping tables with multiple columns.
2008-10-07  James Hawkinsmsi: Remove the columns in reverse order.
2008-10-07  James Hawkinsmsi: Remove a break that kept other columns from gettin...
2008-10-07  James Hawkinsmsi: Resolve file source paths dynamically, as the...
2008-10-07  Jacek Cabanmsi: Added MsiInstallMissingComponentW stub implementation.
2008-10-06  James Hawkinsmsi: Implement the DROP TABLE sql command.
2008-10-01  James Hawkinsmsi: Fix a test that fails in win95.
2008-10-01  James Hawkinsmsi: Forward MsiDatabaseMergeA to MsiDatabaseMergeW.
2008-10-01  James Hawkinsmsi: Add a stub implementation of MsiDatabaseMerge.
2008-09-30  Marcus Meissnermsi: Fix potential uninitialized use of substg.
2008-09-29  James Hawkinsmsi: Fix several test failures in win9x.
2008-09-29  Marcus Meissnermsi/tests: Fix explicit C:\\Program Files\\ references.
2008-09-25  Louis Lendersmsi: Add stub for MsiSetExternalUIRecord.
2008-09-23  Detlef Riekenbergmsi: Remove redundant NULL check before SysFreeString.
2008-09-15  Marcus Meissnermsi/tests: Reduce buffer to size of string written.
2008-09-15  Paul Vriensmsi/tests: Prevent a crash on NT4.
2008-09-11  Paul Vriensmsi/tests: Create only one log file and delete it after...
2008-09-10  Rob Shearmanmsi: Reduce destination file name used in the MoveFiles...
2008-09-10  Andrew Talbotmsi: Uninitialized variable fix (Coverity).
2008-09-09  James Hawkinsmsi: Fix a few file access discrepancies between platforms.
2008-09-08  James Hawkinsmsi: Make sure read-only source files are set writable...
2008-09-08  James Hawkinsmsi: Actions should be run even if the installed state...
2008-09-05  Marcus MeissnerAnnotate with allocation size attribute.
2008-09-04  James Hawkinsmsi: Source for new patch files can only be compressed.
2008-09-04  Hongbo Nimsi: Add simplified and traditional Chinese resources.
2008-09-03  James Hawkinsmsi: Fix a failing test in Vista.
2008-09-02  Paul Vriensmsi/tests: Create a system restore point when needed.
2008-09-02  Paul Vriensmsi/tests: Add a missing CoUninitialize.
2008-08-29  James Hawkinsmsi: Add tests for opening an empty package.
2008-08-29  James Hawkinsmsi: Handle converting a value of REG_DWORD in MsiSourc...
2008-08-28  Paul Vriensmsi/tests: Remove service tests.
2008-08-25  James Hawkinsmsi: Store the _Columns and _Tables tables in the datab...
2008-08-25  James Hawkinsmsi: Skip the component action detection logic if there...
2008-08-25  James Hawkinsmsi: Skip the feature action detection logic if there...
2008-08-25  James Hawkinsmsi: Don't install a feature that is disabled.
2008-08-25  James Hawkinsmsi: Only set the action to source if the component...
2008-08-25  James Hawkinsmsi: Fix the logic to determine the appropriate action...
2008-08-25  James Hawkinsmsi: Handle features installed as source in MsiQueryFea...
2008-08-21  James Hawkinsmsi: Don't remove a misc file if the action is unknown.
2008-08-21  James Hawkinsmsi: Fix the logic to determine the appropriate action...
2008-08-21  James Hawkinsmsi: Don't remove a file that is installed as source.
2008-08-21  James Hawkinsmsi: Remove an invalid setting of the install state.
2008-08-21  James Hawkinsmsi: Handle components installed as source in MsiQueryC...
2008-08-21  James Hawkinsmsi: Downgrade an ERR to a TRACE.
2008-08-21  James Hawkinsmsi: If the filename is empty or NULL, remove the direc...
2008-08-21  James Hawkinsmsi: Handle processing a component that is installed...
2008-08-19  James Hawkinsmsi: Use MsiQueryFeatureState to determine the feature...
2008-08-19  James Hawkinsmsi: Use MsiQueryComponent state to determine the compo...
2008-08-19  James Hawkinsmsi: Base removal of a file on the component's action...
2008-08-19  James Hawkinsmsi: Add more tests for feature and component states.
2008-08-19  James Hawkinsole32: Storage sharing should be implemented in ole32...
2008-08-19  James Hawkinsmsi: Test the file access and share modes of MsiOpenDat...
2008-08-19  James Hawkinsmsi: Remove misc files from the RemoveFile table.
2008-08-19  James Hawkinsmsi: A file's component's state does not determine...
2008-08-19  James Hawkinsmsi: Don't remove a file if the old file is strictly...
2008-08-19  James Hawkinsmsi: Don't check for a NULL component, as the component...
2008-08-19  James Hawkinsmsi: Ignore a file that has a missing component.
2008-08-19  James Hawkinsmsi: Factor out media handling and use the new interfac...
2008-08-19  James Hawkinsmsi: Perform costing again for the InstallExecute sequence.
2008-08-19  James Hawkinsmsi: Ignore all non-stream elements when filling the...
2008-08-18  Rob Shearmanmsi: Fix handle leak in ITERATE_SelfRegModules.
2008-08-18  James Hawkinsmsi: Also check the LocalPackage install property when...
2008-08-18  James Hawkinsmsi: Test how MsiConfigureProductEx locates the source...
2008-08-05  James Hawkinsmsi: Change an ERR that was supposed to be a TRACE.
2008-08-04  James Hawkinsmsi: Add a stub implementation of MsiEnumPatchesEx.
2008-07-31  James Hawkinsmsi: Add tests for MsiOpenProduct.
2008-07-31  James Hawkinsmsi: Reimplement MsiOpenProduct.
2008-07-29  James Hawkinsmsi: Directly register the typelib if it's not embedded...
2008-07-29  James Hawkinsmsi: Add tests for MsiConfigureProductEx.
2008-07-29  James Hawkinsmsi: Set the ALLUSERS property for the machine context.
2008-07-29  James Hawkinsmsi: Handle the INSTALLSTATE_ABSENT state in MsiConfigu...
2008-07-29  James Hawkinsmsi: Properly locate the published product in MsiConfig...
2008-07-29  James Hawkinsmsi: Validate the szProduct parameter of MsiConfigurePr...
2008-07-29  James Hawkinsmsi: Handle the package context when unpublishing the...
2008-07-22  James Hawkinsmsi: Determine the source path based on the short/long...
2008-07-22  James Hawkinsmsi: Set all folders' source paths to the root director...
2008-07-22  James Hawkinsmsi: Use the newly added defines from the msidbSumInfoS...
2008-07-22  James Hawkinsmsi: Test mixing short and long source paths when insta...
2008-07-22  James Hawkinsmsi: msidbFileAttributesVital has no effect on the...
2008-07-22  James Hawkinsmsi: Halt the installation with an error if a source...
2008-07-22  James Hawkinsmsi: Test getting the source path from a package with...
2008-07-22  James Hawkinsmsi: Test getting the source path from a package with...
2008-07-22  James Hawkinsmsi: Add more tests for MsiGetSourcePath.
next