Expand some handling of special properties in MsiGetProductInfo.
[wine] / dlls / msi / action.c
2005-04-20  Francois GougetTweak the API documentation to silence winapi_check...
2005-04-20  Aric StewartImplement Publish Components in order for MsiGetQualifi...
2005-04-11  Steven EdwardsAvoid using ver.h in favor of winver.h.
2005-03-30  Aric StewartMake sure the GUID of the typelib we are registering...
2005-03-28  Peter Berg LarsenJanitorial: Get rid of strncpy/strncpyW.
2005-03-24  Jakob ErikssonGet rid of HeapAlloc casts.
2005-03-24  Aric StewartIf running in UI mode, then display the UI mode dialogs...
2005-03-16  Mike McCormack- Rename dupstrW to strdupW, and remove duplicate defin...
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-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-25  Aric StewartImplement the action RegisterFonts.
2005-02-24  Aric StewartAdd the ExecuteAction handler.
2005-02-24  Ulrich CzekallaPrevent accessing freed memory in failure case.
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-14  Marcus MeissnerOutput some more informations.
2005-02-10  Aric StewartAdd the RegisterUser action.
2005-02-09  Ulrich CzekallaHandle 0 length buffers in MSI_FormatRecordW.
2005-02-09  Aric StewartImplement RegisterExtensionInfo and RegisterMIMEInfo.
2005-02-09  Mike McCormack- add support for Edit boxes in MSI dialogs
2005-02-08  Aric StewartAdd logic to be able to resolve the SourceDir based on
2005-02-08  Mike HearnCorrectly ensure properties set from resolved directory...
2005-02-02  Aric StewartFinish up the framework by stubbing out all the remaini...
2005-02-01  Aric StewartContinued work to simplify the ProcessAction call,...
2005-02-01  Juan LangPartially implement AppSearch action.
2005-01-31  Aric StewartEliminate the giant if.. else if block from ACTION_Proc...
2005-01-27  Aric StewartEnable the updating of Feature and thus the resulting...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...
2005-01-25  Aric StewartUse the new registry functions in registry.c.
2005-01-21  Mike McCormackMove OpenQuery into msiquery.c and make it non-static.
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-19  Aric StewartQuite a few fixes:
2005-01-17  Aric StewartImplementations for SelfRegModules and PublishFeatures.
2005-01-14  Marcus MeissnerInitialize rc in create_component_directory().
2005-01-14  Aric StewartFirst implementation of the WriteIniValues action.
2005-01-14  Aric StewartCustom actions can have null in their target parameters...
2005-01-10  Francois GougetAssorted spelling fixes.
2005-01-07  Aric StewartMake all custom type 1 actions happen in a seperate...
2005-01-06  Aric Stewart- Properly deformat keys written to the registry.
2005-01-05  Aric StewartWhen checking for an existing .lnk shortcut extension...
2005-01-04  Aric Stewart- CustomAction 35 should call SetTargetPath not just...
2005-01-04  Aric StewartChange how we install files so that we extract files...
2005-01-04  Mike McCormackRemove unneeded whitespace, indent correctly.
2005-01-03  Aric StewartImprove progress bar tracking.
2005-01-03  Aric StewartBe sure that set paths are terminated with a backslash.
2005-01-03  Aric StewartFree allocated buffers.
2004-12-27  Aric StewartParse out the full features by using the ',' character...
2004-12-27  Aric StewartContinue when a duplicate component is found and loaded.
2004-12-27  Aric Stewart- Rework how we handle Feature and Component States...
2004-12-27  Aric StewartMove Install Features selection and evaluation into...
2004-12-27  Aric StewartAllow for end of install actions.
2004-12-27  Aric Stewart- Create the shortcut directory if it does not exist.
2004-12-27  Aric StewartEliminate some fixed length buffers.
2004-12-27  Aric StewartEnable asynchronous dll custom action calls.
2004-12-23  Aric StewartMake sure to include trailing backslash in path.
2004-12-22  Aric StewartMove around and rename some functions.
2004-12-22  Aric StewartFix incorrect return code check.
2004-12-22  Aric StewartFix folder resolution.
2004-12-22  Mike McCormackRemove more fixed length buffers, rewrite functions...
2004-12-22  Mike McCormackRemove a lot of fixed length buffers.
2004-12-16  Vitaly LipatovAdd description for MsiGetMode, MSIRUNMODE constants.
2004-11-03  Aric StewartHandle 3 more custom action types
2004-10-22  Aric StewartDon't reregister ProgIds over and over, also write...
2004-10-08  Aric StewartProperly compare file versions when upgrading files...
2004-10-07  Francois GougetDon't define COBJMACROS in objbase.h.
2004-09-17  Robert ShearmanMake sure paths end with a slash before concatenating...
2004-09-10  Robert Shearman- Use FDI functions like native instead of advpack...
2004-08-06  Mike McCormackFix warnings found with -Wsign-compare.
2004-07-30  Aric StewartUse correct calling convention for the custom action...
2004-07-20  Aric StewartIf the data table for a called action does not exist...
2004-07-19  Mike McCormackFix the return code of MsiDatabaseOpenView.
2004-07-16  Francois GougetAssorted spelling fixes.
2004-07-12  Hans LeidekkerFix command line parsing.
2004-07-09  Mike McCormackImplement MsiVerifyPackage, cosmetic fixes.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2004-07-09  Aric StewartCleanup of actions.
2004-07-09  Mike McCormackCosmetic fixes.
2004-07-09  Aric StewartImplement logging.
2004-07-06  Aric StewartImplemented CreateShortcut and PublishProduct.
2004-07-06  Mike McCormackFetch binary streams at the table level.
2004-07-06  Aric StewartImplemented registering Classes and ProgID.
2004-07-06  Aric StewartImplemented RegisterTypeLibraries.
2004-07-06  Aric StewartImplemented ProcessComponents.
2004-07-06  Aric StewartSend progress and action messages.
2004-07-06  Aric StewartAllow ADDLOCAL to override INSTALLLEVEL, implement...
2004-07-06  Aric StewartFix bugs in resolve_folder.
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 command line processing and folder paths.
2004-07-04  Aric StewartFix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget...
2004-07-04  Aric StewartUse the newly implemented UPDATE code to set properties.
next