- Implement IPersistFolder2.
[wine] / dlls / msi /
2005-05-11  Mike McCormackAvoid some non-standard str functions.
2005-05-11  Stefan LeichterAdded minimal implementation of MsiCreateAndVerifyInsta...
2005-05-10  Mike McCormack- make sure to free the string table when closing the...
2005-05-10  Juan LangPartially implement AppSearch for RegLocator-type searches.
2005-05-09  Aric StewartFix a few leaking object handles.
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-07  Aric StewartAdd a missing msiobj_release that was resulting in...
2005-05-07  Aric StewartCorrect a missing MsiCloseHandle().
2005-05-06  Francois GougetTweak the documentation to make winapi_check happy.
2005-05-04  Marcus MeissnerSet PhysicalMemory property from system data.
2005-05-04  Vincent BéronUse SUBLANG_NEUTRAL for French resources.
2005-04-28  Aric StewartCorrect user component publication.
2005-04-28  Aric StewartImplement MsiQueryFeatureStateW.
2005-04-27  Mike McCormackMake sure that dialogs are only created and destroyed...
2005-04-27  Aric StewartCorrect a leaking hkey handle.
2005-04-26  Aric StewartExpand some handling of special properties in MsiGetPro...
2005-04-26  Mike McCormackDeclare MsiExportDatabase* in the spec file, and fix...
2005-04-22  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-21  Aric StewartFix for the return codes for the Qualified component...
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-20  Mike McCormackTest MsiSummaryInfoGetProperty reading an empty property.
2005-04-20  Mike McCormackFix loading of the summary information.
2005-04-20  Aric StewartImplement Publish Components in order for MsiGetQualifi...
2005-04-19  Francois GougetAdd trailing '\n's to ok() calls.
2005-04-18  Peter Berg LarsenRemove 2 identicals calls to strlenW.
2005-04-18  Peter Berg LarsenReplace strncpy with memcpy or lstrcpyn.
2005-04-12  Juan LangLog missing environment vars for easier debugging.
2005-04-11  Steven EdwardsAvoid using ver.h in favor of winver.h.
2005-04-11  José Manuel Ferrer... Spanish translations updated.
2005-04-11  Mike McCormackLoad and display bitmaps in the dialogs.
2005-03-30  Francois GougetAssorted spelling fixes.
2005-03-30  Aric StewartMake sure the GUID of the typelib we are registering...
2005-03-29  Mike McCormackSplit out database functions, remove dependence on...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-25  Mike McCormackUse strdup, implement MsiDatabaseImportA.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Mike McCormackReplace instances of HeapAlloc/MultiByteToWideChar...
2005-03-24  Aric StewartIf running in UI mode, then display the UI mode dialogs...
2005-03-24  Mike McCormackMake sure there's only one place we allocate dialog...
2005-03-24  Mike McCormackClean up registry functions.
2005-03-23  Francois GougetAssorted spelling fixes.
2005-03-23  Marcus MeissnerFixed MsiDatabaseImportA, MsiDatabaseImportW, and
2005-03-22  Jakob ErikssonWindows 98 doesn't like it when we delete the tempfile.
2005-03-22  Aric StewartTest package creation.
2005-03-22  Hans LeidekkerDutch resource translation.
2005-03-19  Mike McCormack- test cases for summary information
2005-03-18  Mike McCormackImplement summary information loading and saving.
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
2005-03-10  Juan LangFix a regression in AppSearch.
2005-03-10  Juan LangImplement MsiEnumRelatedProducts.
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-03-08  Ulrich CzekallaAllocate space for terminating null.
2005-03-08  Ulrich CzekallaFix a memory leak.
2005-03-04  Ulrich CzekallaAdd support for radio buttons.
2005-03-02  Francois GougetAssorted spelling fixes.
2005-03-02  Alexandre JulliardAvoid spaces before preprocessor directives, that's...
2005-03-01  Aric StewartText reformatting patch to clean up all the static...
2005-03-01  Juan LangDon't hardcode windows or system directories, correct...
2005-02-26  Dmitry TimoshkovRemove a temporary msi database file.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2005-02-25  Aric StewartImplement the action RegisterFonts.
2005-02-24  Aric StewartAdd the ExecuteAction handler.
2005-02-24  Aric StewartDo some basic work with registry component paths.
2005-02-24  Ulrich CzekallaPrevent accessing freed memory in failure case.
2005-02-23  Aric StewartMake sure formats like [\\]] and [\\[] work properly.
2005-02-23  José Manuel Ferrer... Added MSI Spanish resources.
2005-02-22  Mike McCormackMake sure strings are null terminated.
2005-02-22  Aric StewartUpdate the installed state for components during CostFi...
2005-02-22  Steven EdwardsCorrect typo.
2005-02-18  Aric StewartFixed problems with my code for finding the PackageCode.
2005-02-16  Jonathan ErnstAdd French resources.
2005-02-16  Mike McCormackMove product, feature and component enumeration functio...
2005-02-16  Mike McCormackAdd a border to the edit control, add some more controls.
2005-02-16  Mike McCormackFix up the summary information code a little.
2005-02-16  Aric StewartStubs for MsiUseFeature.
2005-02-16  Mike McCormackRemove const declaration from non-const function.
2005-02-16  Mike McCormackAllow MsiViewExecute to be called twice on the same...
2005-02-16  Mike McCormackImplement MsiDatabaseGetPrimaryKeys.
2005-02-16  Mike McCormackMsiGetComponentPath should allow null pointers for...
2005-02-15  Henning GerhardtAdd/updated German resources.
2005-02-14  Marcelo DuarteUpdate the resources for Portuguese.
2005-02-14  Marcus MeissnerOutput some more informations.
2005-02-14  Mike McCormackImplement SQL delete query.
2005-02-10  Francois GougetAssorted spelling fixes.
2005-02-10  Mike McCormackUpdate headers, add MsiGetUserInfoA stub implementation.
2005-02-10  Aric StewartAdded stubs for MsiGetShortcutTargetA/W.
2005-02-10  Aric StewartAdd the RegisterUser action.
2005-02-09  Ulrich CzekallaHandle 0 length buffers in MSI_FormatRecordW.
2005-02-09  Aric StewartDo not track the temp files for custom actions based...
2005-02-09  Aric StewartImplement RegisterExtensionInfo and RegisterMIMEInfo.
2005-02-09  Mike McCormackHandle a number as a parameter for custom action 19.
2005-02-09  Aric StewartDo not limit properties to 256 characters when evaluati...
2005-02-09  Mike McCormack- add support for Edit boxes in MSI dialogs
2005-02-09  Mike McCormackFix a memory leak in MsiConfigureProductExW.
2005-02-08  Aric StewartMake a temp file for each dll saved for custom actions...
2005-02-08  Aric StewartAdd logic to be able to resolve the SourceDir based on
2005-02-08  Mike McCormackFix MsiModifyView and MsiViewGetColumnInfo to use MSIRE...
2005-02-08  Mike McCormack- fix the dialog font
2005-02-08  Juan LangIdentifiers evaluate to true if they are non-empty...
next