Implement SQLInstallDriverManager.
[wine] / dlls / msi /
2005-09-30  Mike McCormackRename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
2005-09-29  Mike McCormackAvoid UpdateWindow, it causes trouble with WS_EX_TRANSP...
2005-09-29  Alexandre JulliardWe are no longer generating .dbg.c files.
2005-09-29  Mike McCormackCreate a function to read a property as an integer.
2005-09-28  Mike McCormackAdd some more action stubs, remove forward declarations.
2005-09-28  Mike McCormackSplit command line parsing from MSI_InstallPackage...
2005-09-28  Mike McCormackAdd the progress control.
2005-09-28  Mike McCormackFix and test MsiViewGetColumnInfo and binary fields.
2005-09-28  Mike McCormackDon't quote numbers in a query, as it doesn't parse...
2005-09-28  Mike McCormackDon't create MSI handles unless we have to pass one...
2005-09-26  Mike McCormackCreate a function to determine the table's row size...
2005-09-26  Mike McCormackFix various query related memory leaks.
2005-09-26  Mike McCormackMake a macro function for unimplemented actions.
2005-09-26  Mike McCormackFill out the stubs for MsiApplyTransformA/W a bit more.
2005-09-26  Mike McCormackFix handle leaks in the test cases.
2005-09-26  Mike McCormackMake sure to set the minimum size before allocating...
2005-09-25  Mike McCormackHandle copying of the install package to a temporary...
2005-09-25  Mike McCormackFix another memory leak.
2005-09-25  Mike McCormackStub implementation of the IsolateComponents action.
2005-09-23  Mike McCormackFix a memory leak.
2005-09-23  Mike McCormackAdd a stub implementation of the BindImage action.
2005-09-23  Mike McCormackStub implementation of the PatchFiles action.
2005-09-23  Mike McCormackImplement MsiGetShortcutTargetA.
2005-09-23  Mike McCormackStub implementation of the MoveFiles action.
2005-09-23  Dmitry TimoshkovCOLOR_3DFACE is a better choice for the dialog background.
2005-09-23  Mike McCormackStub implementation of the RemoveIniValues action.
2005-09-23  Mike McCormackTake advantage of the msi_get_deformatted_field functio...
2005-09-23  Mike McCormackAvoid using static variables in the InstallFiles action.
2005-09-22  Mike McCormackFix various memory leaks.
2005-09-22  Mike McCormackSkip the first character of a font identifier if it...
2005-09-22  Mike McCormackFix an error introduced when converting dialog lists...
2005-09-22  Mike McCormackSimplify the ProcessComponents action a little.
2005-09-22  Mike McCormackLoad a table's column information separately from the...
2005-09-22  Mike McCormackMake build_icon_path return the path directly.
2005-09-21  Mike McCormackImplement MsiSequenceA/W.
2005-09-21  Mike McCormackDon't refcount tables.
2005-09-21  Mike McCormackSimplify the InstallValidate action a little.
2005-09-21  Mike McCormackMake sure not to free a a pointer that has been modified.
2005-09-21  Mike McCormackFix some simple memory leaks.
2005-09-20  Dmitry TimoshkovFix the usage of COLOR_xxx constants in the place of...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-20  Mike McCormackFix if's that are followed by semicolons.
2005-09-20  Jan Van Buggenhoutimplement stubs for MsiSequence[AW].
2005-09-19  Milko KrachounovBulgarian resources for mpr, msi, user, commdlg, oleaut...
2005-09-19  Kimmo MyllyvirtaAdded Finnish resources.
2005-09-18  Alexander N. SørnesAdded Norwegian translations.
2005-09-17  Mike McCormackFix memory leaks in the table code.
2005-09-17  Mike McCormackRead the MaskEdit template from the correct db field.
2005-09-16  Mike McCormackConvert the list of dialog controls to a standard list.
2005-09-16  Mike McCormackMake load_string_table return the string table.
2005-09-16  Mike McCormackDeformat all dialog text strings before using them.
2005-09-16  Mike McCormackLoad riched20.dll on demand, and unload it after it...
2005-09-16  Mike McCormackFix a bug in a previous patch spotted by Dieter Komendera.
2005-09-16  Mike McCormackFix the stub for MsiConfigureFeature.
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-15  Mike McCormackUse the new msi_reg_set* macros where possible.
2005-09-15  Mike McCormackCreate a macro to write a value to a subkey.
2005-09-14  Mike McCormackCreate a macro function to write registry values.
2005-09-14  Mike McCormackRemove some unused values in the object header.
2005-09-14  Mike McCormackConvert the list of tables to a standard list.
2005-09-13  Alexandre JulliardGet rid of a couple of non-portable long long constants.
2005-09-13  Mike McCormackFix the handling of MsiGetTargetPath args (with test...
2005-09-13  Mike McCormackMake sure to release the package we grabbed on the...
2005-09-13  Mike McCormackFix the handling of MsiDoAction args (with test case).
2005-09-13  Mike McCormackEliminate fixed length buffers from the MSIFEATURE...
2005-09-13  Mike McCormackSkip dash characters in the PIDMask for a MaskedEdit...
2005-09-12  Mike McCormackEliminate yet more fixed length buffers.
2005-09-12  Alexandre JulliardFixed memory leak introduced in previous change.
2005-09-12  Mike McCormackFix more fixed length buffers.
2005-09-12  Alexandre JulliardAvoid non-portable va_list manipulations.
2005-09-12  Mike McCormackMake sure not to access invalid components or features.
2005-09-12  Mike McCormackFix an uninitialized variable problem.
2005-09-09  Mike McCormackMove a fixed size buffer to the heap.
2005-09-09  Mike McCormackReduce the indent level of a function.
2005-09-09  Alexandre JulliardUse a more portable scheme for storing the name of...
2005-09-08  Mike McCormackAllocate memory rather than using fixed length buffers.
2005-09-08  Mike McCormackConvert RunningActions array into a list.
2005-09-08  Mike McCormackImprove a fixme message a little.
2005-09-08  Mike McCormack- fix a bug introduced by the progid list conversion
2005-09-08  Mike McCormackFix memory leaks.
2005-09-08  Mike McCormackRemove an unnecessary level of indent.
2005-09-08  Mike McCormackFix memory leaks in custom actions.
2005-09-07  Aric StewartImplement MsiReinstallFeature.
2005-09-07  Mike McCormackKeep temporary files in a seperate list.
2005-09-07  Mike McCormackDon't include the terminating nul in the length in
2005-09-07  Mike McCormack- add test for MsiGetSourcePath
2005-09-06  Aric StewartBe sure to null terminate the string in MsiGetProductIn...
2005-09-06  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2005-09-06  Mike McCormackAvoid fixed length buffers for conditions.
2005-09-06  Mike McCormackFixes for MsiGetSourcePath parameter handling.
2005-09-06  Aric StewartAdded stub implementations for MsiEnumPatchesA/W.
2005-09-06  Mike McCormackRemove an unnecessary level of indent.
2005-09-06  Mike McCormack- fix MsiSummaryInfoGetProperty to return ERROR_MORE_DA...
2005-09-06  Mike McCormackConvert progids to a standard list.
2005-09-06  Aric StewartAdd the GUID for Patch files so that they can be opened...
2005-09-06  Mike McCormackMake some fixme messages less alarmist.
2005-09-06  Saulius KrasuckasOlder platforms choke on a NULL as the third parameter to
2005-09-02  Mike McCormack- convert verbs into a standard list
2005-09-02  Mike McCormackAdd objects to lists at the right time.
next