msvcrt: Parse I, I32, and I64 integer size flags in printf.
[wine] / dlls / msi /
2005-12-21  Bill Medlandmsi: Prevent array underflow in MsiFormat when measurin...
2005-12-20  Bill Medlandmsi: Use a default dialog font if nothing is specified.
2005-12-19  Magnus Olsenmsi: Fixed deformat_environment to not cut off string.
2005-12-05  Christian Gmeinermsi: Implemented DllCanUnloadNow.
2005-12-05  Huw Daviesmsi: Fix MsiProvideQualifiedComponentW spec file entry.
2005-11-30  Robert ShearmanThe buffer sizes in the documentation for MsiDecomposeD...
2005-11-28  Mike McCormackIf a source directory doesn't exist, use the install...
2005-11-28  Mike McCormackHandle the ^ character in MaskEdit controls.
2005-11-26  Alexandre JulliardRenamed all .cvsignore files to .gitignore.
2005-11-24  Mike McCormackMake all source directories at the root of the install.
2005-11-21  YunSong HwangUpdate Korean translations.
2005-11-21  Mike McCormackLoop around calling RegQueryValue until we have a big...
2005-11-15  Mike McCormackConvert MsiEnumComponentQualifiers to use msi_strcpy_to...
2005-11-15  Mike McCormackFix function prototype and spec file entry for
2005-11-15  Mike McCormackOnly return ERROR_MORE_DATA if there's a buffer to...
2005-11-15  Mike McCormackSet the Installed property if the product is already...
2005-11-14  Mike McCormackEmpty strings are not equal to any number, so all compa...
2005-11-14  YunSong HwangAdd Korean translations.
2005-11-14  Mike McCormackFix comparison of empty properties to numbers and add...
2005-11-11  Steven EdwardsPartly implement MsiMessageBox[A/W] on top of MessageBo...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-11-10  Aric StewartUse MsiDecomposeDescriptorW in MsiProvideQualifiedCompo...
2005-11-09  Mike McCormackFix passing of NULL pointers to MsiDecomposeDescriptor...
2005-11-09  Mike McCormackMake sure we only CoUninitialize after successfully...
2005-11-05  Saulius KrasuckasWin9x returns MSIDBERROR_NOERROR.
2005-11-03  Ivan Leo PuotiFix some wrong prototypes.
2005-11-03  Mike McCormackRemove some redundant null pointer checks.
2005-11-03  Mike McCormackAdd missing semicolons that caused compile trouble...
2005-11-02  Mike McCormackNULL and empty strings are the same in conditions.
2005-11-02  Mike McCormackStub implementation for MsiAdvertiseScriptA/W.
2005-11-02  Mike McCormackCreate the +msidb debug channel for msi database code.
2005-11-02  Aric StewartForce files to install if the REINSTALL property is...
2005-11-02  Mike McCormackFix parameter handling in MsiSetTargetPath, and add...
2005-11-02  Mike McCormackImplement the RemoveFiles action.
2005-11-02  Mike McCormackStub implementation for MsiGetFileHashA/W.
2005-11-02  Mike McCormackUse an enumeration for file states.
2005-11-02  Mike McCormackDefine NONAMELESSUNION and NONAMELESSSTRUCT for older...
2005-10-31  Mike McCormackMake sure to unregister all the classes that were regis...
2005-10-31  Mike McCormackFix and test MsiGetProperty and MsiSetProperty.
2005-10-31  Mike McCormackImprove MsiUseFeatureEx and MsiGetFeatureState a little...
2005-10-30  Mike McCormackAdd a stub for the AllocateRegistrySpace action.
2005-10-30  Mike McCormackDefine MSIDBOPEN_ constants using LPCWSTR when compilin...
2005-10-30  Mike McCormackAdd a read-only implementation of the SelectionTree...
2005-10-30  Mike McCormackSimplify register_progid() and remove a fixed length...
2005-10-30  Mike McCormackHandle MaskEdit masks containing dashes and other constant
2005-10-30  Mike McCormackUse msi_get_property_int() in a few more places.
2005-10-30  Mike McCormackAdd a stub implementation of msi.MsiSetMode.
2005-10-30  Mike McCormackRemove unused package parameter of register_progid_base().
2005-10-30  Mike McCormackUse "static const" rather than "const static" as gcc...
2005-10-29  Mike McCormackDon't change the UI level during ExecuteAction.
2005-10-29  Mike McCormackImplement MsiGetFeatureUsageA and MsiUseFeature(Ex...
2005-10-29  Mike McCormackRemove the unused 1st parameter of ACTION_VerifyCompone...
2005-10-29  Mike McCormackExplicitly check for MSICONDITION_TRUE being returned...
2005-10-29  Mike McCormackSome installers don't call the CreateFolders action...
2005-10-29  Mike McCormackAdd a bunch of tests for MsiEvaluateCondition and make...
2005-10-29  Mike McCormackMake enter and escape trigger the default and cancel...
2005-10-29  Mike McCormackDeleted two buggy functions that incorrectly and ineffi...
2005-10-29  Mike McCormackRemove an incorrect comment and check for 0 being an...
2005-10-29  Mike McCormackExtract file directly to their target location, bypassi...
2005-10-29  Thomas WeidenmuellerPassing NULL as the last two parameters to ReadFile...
2005-10-29  Mike McCormackAdd an implementation for MsiGetShortcutTargetA/W.
2005-10-28  Mike McCormackFix a memory leak.
2005-10-28  Mike McCormackPut the UI update code for cabinet file into a separate...
2005-10-28  Mike McCormackReturn an error in MsiGetComponentPathW if passed a...
2005-10-28  Mike McCormackFix error handling in MsiEvaluateCondition.
2005-10-28  Mike McCormackTranslate INVALID_HANDLE_VALUE to zero for cabinet...
2005-10-28  Mike McCormackFix a memory leak in the cabinet extracting code.
2005-10-28  Mike McCormackFix MsiGetPropertyA/W spec declarations.
2005-10-28  Mike McCormackCreate component folders in the CreateFolders action.
2005-10-27  Mike McCormackIf an action fails, print out its name as well as the...
2005-10-27  Mike McCormackRename load_dynamic_stringW to msi_dup_record_field...
2005-10-27  Mike McCormackImplement transforms. This still includes some debuggi...
2005-10-27  Mike McCormackTidy up the RegisterProduct action a little.
2005-10-26  Mike McCormackCreate a stub function to apply a single table transfor...
2005-10-26  Mike McCormackEnumerate the substorage transforms for any patches...
2005-10-26  Mike McCormackCreate an internal handle-free api for reading MSI...
2005-10-26  Mike McCormackSwitch back to using IPicture to load images. LoadImag...
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.
next