dsound: Class factory cleanup.
[wine] / dlls / msi /
2006-08-18  Mike McCormackmsi: Add a stub ALTER query.
2006-08-16  Mike McCormackmsi: Fix a couple of memory leaks in the test code.
2006-08-16  James Hawkinsmsi: Add a stub for MsiGetFeatureCost.
2006-08-16  James Hawkinsmsi: Use the bare minimum number of parameters for...
2006-08-15  James Hawkinsmsi: Non-compressed files may come before the list...
2006-08-12  James Hawkinsmsi: If a component's state is not local, source, or...
2006-08-12  Juan Langmsi: Use wide char strings for token values to avoid...
2006-08-11  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-08-11  Andrew Talbotmsi: Write-strings warning fix.
2006-08-11  James Hawkinsmsi: Only remove a file if the version to be installed...
2006-08-10  James Hawkinsmsi: Download install cabinet files if the msi package...
2006-08-09  Robert Shearmanmsi: Support MSIDBOPEN_CREATEDIRECT and MSIDBOPEN_DIREC...
2006-08-09  Francois Gougetmsi: Link the WindowsInstaller.Installer ProgId back...
2006-08-09  Francois Gougetmsi: Change the CLSID_IMsiServer ProgId to IMsiServer...
2006-08-09  James Hawkinsmsi: Add tests for the RemoveFiles action.
2006-08-08  James Hawkinsmsi: Fix the compressed files logic.
2006-08-08  James Hawkinsmsi: Add tests for MsiGetProperty.
2006-08-07  Francois GougetAssorted spelling fixes.
2006-08-07  Mike McCormackmsi: Fix the dialog centering logic.
2006-08-05  Andrew Talbotmsi: Write-strings warnings fix.
2006-08-04  James Hawkinsmsi: Use the initial dialog position values in the...
2006-08-03  Robert Shearmanmsi: Fix the creation of shortcuts with a null icon...
2006-08-02  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-08-02  Mike McCormackmsi: Only ever write the long path for InProcServers.
2006-08-02  Mike McCormackmsi: Register advertised components too.
2006-08-02  James Hawkinsmsi: Add tests for SQL query markers.
2006-08-02  James Hawkinsmsi: A file that does not have the msidbFileAttributesC...
2006-08-02  James Hawkinsmsi: Don't crash if an empty record is given to MsiProc...
2006-08-02  James Hawkinsmsi: Set the install state to INSTALLSTATE_LOCAL for...
2006-08-01  Thomas Khomsi: Wake dialog on messages from external threads.
2006-08-01  James Hawkinsmsi: Fix a couple install state test cases.
2006-08-01  James Hawkinsmsi: Fix the add_feature_entry helper function.
2006-07-31  James Hawkinsmsi: Set the install state to INSTALLSTATE_LOCAL for...
2006-07-29  Mike McCormackmsi: Change an ERR to a WARN.
2006-07-29  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-07-28  Stefan Leichtermsi: Native DllGetVersion does not fail if the supplied...
2006-07-28  Stefan Leichtermsi: Make the version information of DllGetVersion...
2006-07-28  James Hawkinsmsi: Add tests for MsiDatabaseImport.
2006-07-28  Michael Stefaniucmsi: 0xdeadbeef is too big for a signed int thus produc...
2006-07-28  Andrew Talbotmsi/tests: Write-strings warning fix.
2006-07-28  Mike McCormackmsi: Don't set the shortcut's working directory if...
2006-07-28  Mike McCormackmsi: Fix some memory leaks.
2006-07-27  James Hawkinsmsi: Download the MSI package if it is a remote URL.
2006-07-27  Mike McCormackmsi: Fix the value of LONG integers in records (suggest...
2006-07-27  Mike McCormackmsi: Remember to free a handle.
2006-07-27  Mike McCormackmsi: Fix some memory leaks in the condition parser.
2006-07-27  Mike McCormackmsi: Use msi_alloc/free, not HeapAlloc/Free.
2006-07-27  James Hawkinsmsi: Test the column types of MSI packages.
2006-07-27  James Hawkinsmsi: Test the states of a component with a compressed...
2006-07-27  James Hawkinsmsi: Fix a typo.
2006-07-26  Mike McCormackmsi: Fix an off by one error in MsiRecordGetString.
2006-07-26  Mike McCormackmsi: Implement SQL inner joins.
2006-07-26  Andrew Talbotmsi/tests: Write-strings warnings fix.
2006-07-26  Mike McCormackmsi: Add a FIXME for join queries.
2006-07-26  Mike McCormackmsi: Always load all the components.
2006-07-25  Mike McCormackmsi: Fix where queries on 32bit integer columns.
2006-07-25  James Hawkinsmsi: Add tests for the WHERE SQL clause.
2006-07-24  Mike McCormackmsi: Use CLSIDFromString to make squash_guid a bit...
2006-07-24  Mike McCormackmsi: Make MsiConfigureFeature a bit more robust.
2006-07-24  Mike McCormackmsi: Move COM server implementation to a separate file.
2006-07-24  Robert Shearmanmsi: The szLogFile parameter of MsiEnableLogW is option...
2006-07-24  Mike McCormackmsi: Add a test case for MsiGetFileHash.
2006-07-24  Mike McCormackmsi: Implement MsiGetFileHash.
2006-07-24  Mike McCormackmsi: Reimplement MsiGetUserInfo using awstrings.
2006-07-24  Mike McCormackmsi: MoveMsiEnumPatches to registry.c
2006-07-24  James Hawkinsmsi: Add tests for component and feature states.
2006-07-21  James Hawkinsmsi: Expand features with odd Display values.
2006-07-21  James Hawkinsmsi: Don't display a feature if its Display value is...
2006-07-21  James Hawkinsmsi: Set the component's initial state based on its...
2006-07-21  Mike McCormackmsi: Handle W/A conversions more correctly in MsiProvid...
2006-07-21  Mike McCormackmsi: Use msi_reg_get_val_str() to read a registry value.
2006-07-21  Mike McCormackmsi: Add a stub implementation for MsiProvideQualifiedC...
2006-07-21  Mike McCormackmsi: Components with INSTALLSTATE_NOTUSED are considere...
2006-07-21  Mike McCormackmsi: A component with an empty path is not used.
2006-07-21  Mike McCormackmsi: Use TRACE not FIXME for already implemented functions.
2006-07-21  Juan Langmsi: Don't use fixed-size buffers in AppSearch action.
2006-07-20  James Hawkinsmsi: Implement the SetInstallLevel event.
2006-07-20  James Hawkinsmsi: Forward MsiSetInstallLevel to an internal MSI_SetI...
2006-07-20  James Hawkinsmsi: Update feature states after changing install level...
2006-07-20  James Hawkinsmsi: Rename SetFeatureStates to match the naming scheme...
2006-07-20  Juan Langmsi: Implement ACTION_AppSearchIni.
2006-07-19  Juan Langmsi: Implement searching parent in ACTION_AppSearchReg.
2006-07-19  Mike McCormackmsi: Implement MsiConfigureFeatureW.
2006-07-19  Mike McCormackmsi: Fix the size of base 85 GUIDs.
2006-07-19  Mike McCormackmsi: Only load the features and files tables once.
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...
next