credui: Updated French translation.
[wine] / dlls / msi / package.c
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-02-16  Mike McCormackRemove const declaration from non-const function.
2005-02-02  Mike McCormackAdd more dialog controls, do something when they're...
2005-01-28  Mike McCormackImplement MsiPreviewDialog.
2005-01-27  Mike McCormack- implement MsiOpenPackageEx, and forward MsiOpenPackag...
2005-01-27  Aric StewartMsiGetProperty does not return any error on missing...
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...
2005-01-24  Alexandre JulliardAvoid unnecessary run-time initializations.
2005-01-24  Aric StewartThe new Insert fixes now properly require ?,? instead...
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-05  Vitaly LipatovGet real screen properties.
2005-01-03  Aric StewartFree allocated buffers.
2004-12-27  Aric StewartInclude a System16Folder definition.
2004-12-22  Aric StewartBlank the property buffers even if the property is...
2004-12-22  Aric StewartInclude the trailing backslash on the Windows volume.
2004-12-22  Aric StewartFix folder resolution.
2004-12-22  Mike McCormackRemove a lot of fixed length buffers.
2004-12-16  Vitaly LipatovAdd ScreenX, ScreenY, ColorBits installer properties.
2004-11-28  Mike McCormack- Don't limit the size of the property that can be...
2004-09-06  Kevin KoltzauPartial implementation of MsiGetFileVersionA/W.
2004-08-18  Vincent BéronDon't hardcode c:\windows paths in msi.dll.
2004-07-19  Hans LeidekkerSet VersionMsi property.
2004-07-14  Aric StewartImplement the functionality that allows one to call...
2004-07-09  Mike McCormackImplement MsiVerifyPackage, cosmetic fixes.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Aric StewartImplement logging.
2004-07-06  Aric StewartImplemented CreateShortcut and PublishProduct.
2004-07-06  Aric StewartMsiGetProperty should return empty strings on error.
2004-07-06  Aric StewartImplemented ProcessComponents.
2004-07-06  Aric StewartSend progress and action messages.
2004-07-04  Aric StewartActivate features and components based on their various...
2004-07-04  Aric StewartBeginnings of costing and organizing into components...
2004-07-04  Aric StewartFix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget...
2004-07-04  Aric StewartUse the newly implemented UPDATE code to set properties.
2004-07-04  Aric StewartImplement SetTargetPath, start the basics for tracking...
2004-07-04  Mike McCormackCosmetic fixes.
2004-06-30  Aric StewartStart implementing MsiOpenPackage.