Make ddraw tests loadable on NT4.
[wine] / dlls / msi /
2005-06-09  Aric StewartExtending upon Mike McCormack's cleanup to use MSI_Reco...
2005-06-09  Aric StewartRegister the Product Version also.
2005-06-09  Aric StewartAvoid a loop where a parent's parent refers to itself...
2005-06-09  Aric StewartAdded module upgrade.c and implemented FindRelatedProducts.
2005-06-08  Aric StewartSet the Preselected property if appropriate (relevant to
2005-06-08  Aric StewartWrite out Product Language and Product Icon to the...
2005-06-08  Aric StewartWrite out UpgradeCodes to the registry to allow for...
2005-06-08  Aric StewartAdd Language to the values we can query with MsiGetProd...
2005-06-08  Mike McCormackUse MSI_RecordGetString in more actions.
2005-06-07  Mike McCormackUse MSI_RecordGetString where possible.
2005-06-07  Mike McCormackUse a richedit control for license text.
2005-06-07  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-07  Mike McCormackFix radio button groups. Don't add the WS_GROUP style...
2005-06-07  Aric StewartAdd functions to add the User UpgradeCodes.
2005-06-07  Aric StewartCorrect a crash if the length buffer is NULL.
2005-06-06  Mike McCormackUse standard lists in the event subscription code.
2005-06-06  Aric StewartDon't get caught in loops on parent progids.
2005-06-04  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-06-04  Aric StewartMake sure the TRACE statements do not spew garbage...
2005-06-04  Mike McCormackTake the dialog frame into account when calculating...
2005-06-04  Aric StewartSince multiple progids can refer to 1 class we need...
2005-06-03  Aric StewartLocate where a buffer size is not being set and correct...
2005-06-03  Aric StewartAdd install_on_demand for Extension servers also. curre...
2005-06-02  Aric StewartDo not loop if a ProgId's Parent Index it itself.
2005-06-02  Mike McCormackUse MSI_QueryGetRecord in one more place.
2005-06-02  Aric StewartPrint a message for skipped actions in ProcessExecSeque...
2005-06-02  Aric StewartDo not change a features state to Advertise if it expli...
2005-06-02  Aric StewartFor typelibs index 1 do not add \\1 to the path. This...
2005-06-02  Aric StewartRegister the FileType and correct short vs long path...
2005-06-02  Mike McCormackUse the new helper function MSI_QueryGetRecord.
2005-06-02  Mike McCormackCreate a helper function to fetch a single record from...
2005-06-01  Dmitry TimoshkovMake more of the OLE interface vtables const.
2005-06-01  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-06-01  Mike McCormackClean up headers and make some functions static.
2005-06-01  Mike McCormack- avoid unicode.h
2005-05-31  Mike McCormackRemove some unused code.
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-31  Mike McCormackImprove number parsing and avoid unicode.h.
2005-05-30  Mike McCormackRemove more types from the parser.
2005-05-30  Mike McCormackAdd and correct some function declarations.
2005-05-30  Francois GougetAssorted spelling fixes.
2005-05-29  Mike McCormackGet rid of some redundant parser types.
2005-05-29  Mike McCormack-Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2005-05-27  Aric StewartIntroduce really basic scripting of actions. This is...
2005-05-27  Aric StewartRestrict deformating of nested index keys [[1]].
2005-05-27  Mike McCormackTest and fix the size of stream fields in a record.
2005-05-27  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-05-26  Aric StewartFirst pass at writing out CurVer keys for ProgIds....
2005-05-26  Aric StewartA big rewrite of the whole RegisterClass, RegisterProgId,
2005-05-25  Aric StewartImplement the [!file] format to produce the short filename.
2005-05-24  Mike McCormackSimplify parsing of the FROM keyword.
2005-05-23  Aric StewartDouble terminate SZ_MULTI properly.
2005-05-23  Aric StewartFix a leaking handle.
2005-05-23  Mike McCormackImprove parser error checking.
2005-05-23  Mike McCormackTrack memory allocations in the SQL parser.
2005-05-23  Mike McCormackSimplify parsing of select query.
2005-05-23  Mike McCormackCreate the ORDER BY view in a single call.
2005-05-23  Mike McCormack- remove the unused utf8 field of an expression
2005-05-23  Stefan LeichterUpdate version resource of msi.dll to current version...
2005-05-20  Juan LangTurn handled errors from ERRs to WARNs or TRACEs.
2005-05-20  Aric StewartWe have a stub for MsiGetUserInfoA we should use it.
2005-05-20  Aric StewartFix a leaking handle in MsiConfigureProductExW.
2005-05-20  Aric StewartWrite the RegOwner and RegCompany keys as blank if...
2005-05-20  Aric StewartFix quoting on queries.
2005-05-20  Aric StewartQuoting fixes.
2005-05-20  Aric StewartCorrect query quoting based on Mike's patch.
2005-05-19  Mike McCormackOnly tables can be backquoted, strings must be single...
2005-05-19  Juan LangDon't fail in RegisterFonts if the Fonts table is missing.
2005-05-18  Aric StewartA few small fixes.
2005-05-18  Aric StewartWe cannot internally load the files in FileCost because...
2005-05-18  Aric StewartCorrectly use short filenames from uncompressed file...
2005-05-18  Aric StewartSome error messages and strcmp changes suggested by...
2005-05-16  Aric StewartCorrect a problem with parse_data if binary data was...
2005-05-13  Aric Stewart- ExecuteAction runs the whole Execute table and not...
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.
next