msi: Highlight the text in the PathEdit control.
[wine] / dlls / msi /
2006-08-29  James Hawkinsmsi: Highlight the text in the PathEdit control.
2006-08-29  Dan Kegelmsi: Callers of alloc_msihandle should handle failure.
2006-08-28  Dan Kegelmsi: Remove limit on number of handles.
2006-08-28  Dan Kegelmsi/tests: Add test to verify we can create 4000 msi...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-08-28  Mike McCormackmsi: Fix writing of long strings to the database.
2006-08-28  Mike McCormackmsi: Fix MsiRecordGetString for a null buffer and non...
2006-08-28  Hwang YunSong(황윤성)msi: Updated Korean resource.
2006-08-28  James Hawkinsmsi: Add a stub implementation of the VolumeCostList...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryListUp...
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryCombo...
2006-08-25  Mike McCormackmsi: Set the ALLUSERS property to 1 always.
2006-08-25  Mike McCormackmsi: Fix a memory leak.
2006-08-25  Mike McCormackmsi: Use msi_get_property_int rather than MSI_GetPropertyW.
2006-08-25  Mike McCormackmsi: Reimplement msi_dup_property and msi_get_property_int.
2006-08-25  Mike McCormackmsi: Store properties in a hash table, not the database.
2006-08-25  James Hawkinsmsi: Fix the height of the line control window.
2006-08-25  James Hawkinsmsi: Add a stub implementation of the DirectoryList...
2006-08-25  James Hawkinsmsi: Add a stub implementation of the DirectoryCombo...
2006-08-25  James Hawkinsmsi: Inform the user with an error message when the...
2006-08-24  Mike McCormackmsi: Fix strings with lengths that are exact multiples...
2006-08-24  James Hawkinsmsi: Add an initial implementation of the PathEdit...
2006-08-22  James Hawkinsmsi: Add tests for the AppSearch action.
2006-08-22  James Hawkinsmsi: Add handling for MsiEvaluateCondition's substring...
2006-08-22  James Hawkinsmsi: Add tests for MsiEvaluateCondition's substring...
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.
next