- Implement IPersistFolder2.
[wine] / dlls / msi /
2005-02-08  Mike McCormackImplement and document MsiLoadString.
2005-02-08  Mike HearnCorrectly ensure properties set from resolved directory...
2005-02-08  Juan LangIf a full path isn't specified, search across all fixed...
2005-02-03  Mike McCormack- implement checkboxes in dialogs
2005-02-03  Juan LangSimplify AppSearch error checking.
2005-02-02  Mike McCormackAdd more dialog controls, do something when they're...
2005-02-02  Aric StewartCleanup processing a bit more.
2005-02-02  Aric StewartFix a copy and paste error, check for a null value...
2005-02-02  Mike McCormackMsiEvaluateCondition returns an error when passed NULL...
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-02-01  Aric StewartAdded some more suminfo stubs.
2005-01-31  Aric StewartA reworking of format.c to remove the recursion, clean...
2005-01-31  Aric StewartEliminate the giant if.. else if block from ACTION_Proc...
2005-01-31  Aric StewartSetting a record to an empty string is the same as...
2005-01-28  Mike McCormackImplement MsiPreviewDialog.
2005-01-27  Aric StewartEnable the updating of Feature and thus the resulting...
2005-01-27  Mike McCormack- implement MsiOpenPackageEx, and forward MsiOpenPackag...
2005-01-27  Mike McCormackTest different types of dodgy queries.
2005-01-27  Aric StewartImplement custom action type 19, Halt install and displ...
2005-01-27  Aric StewartMsiGetProperty does not return any error on missing...
2005-01-26  Francois GougetAssorted spelling fixes.
2005-01-26  Mike McCormackFix MsiRecordSetString for NULL strings and update...
2005-01-26  Aric StewartAdded a few more stub implementations.
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...
2005-01-25  Mike McCormackImplement, test and document MsiDecomposeDescriptor.
2005-01-25  Aric StewartUse the new registry functions in registry.c.
2005-01-25  Aric StewartMove the guid squishing functions out of msi.c and...
2005-01-24  Alexandre JulliardAvoid unnecessary run-time initializations.
2005-01-24  Aric StewartThe new Insert fixes now properly require ?,? instead...
2005-01-24  Aric StewartAn implementation of MsiSummaryInfoGetPropertyW based...
2005-01-24  Mike McCormackIndentation and style cleanup.
2005-01-21  Mike McCormackMove OpenQuery into msiquery.c and make it non-static.
2005-01-21  Mike McCormackAdded stub implementations for MsiPreviewDialog and
2005-01-21  Mike McCormackLock record in MsiViewExecute, move stubs to end.
2005-01-20  Mike McCormackFix and test inserting records.
2005-01-20  Mike McCormackFix refcounting, use Interlocked functions.
2005-01-20  Mike McCormackFix a bug caused by freeing memory too soon in the...
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-19  Aric StewartQuite a few fixes:
2005-01-19  Aric StewartDo a very basic first implementation of MsiConfigurePro...
2005-01-17  Aric StewartImplementations for SelfRegModules and PublishFeatures.
2005-01-17  Aric StewartFirst pass implement ion of MsiQueryProductState[A...
2005-01-14  Aric StewartActually start on an implemention for MsiGetComponentPa...
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-11  Paul VriensUse Interlocked* functions in AddRef and Release.
2005-01-10  Francois GougetAssorted spelling fixes.
2005-01-09  Mike McCormackImplement MsiRecordSetStreamA/W and add tests for recor...
2005-01-07  Aric StewartMake all custom type 1 actions happen in a seperate...
2005-01-06  Mike McCormackMsiCloseAllHandles only closes handles allocated in...
2005-01-06  Mike McCormackAdd test for records.
2005-01-06  Mike McCormackFix records according to test cases.
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-05  Vitaly LipatovGet real screen properties.
2005-01-05  Mike McCormackAdd a simple test case for MSI databases.
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  Steven EdwardsAdd and fix some stubs.
2005-01-03  Aric StewartBe sure that set paths are terminated with a backslash.
2005-01-03  Aric StewartFree allocated buffers.
2004-12-27  Mike McCormackImplement thread safety for records.
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 StewartInclude a System16Folder definition.
2004-12-27  Aric StewartEnable asynchronous dll custom action calls.
2004-12-23  Aric StewartAdded MsiSetExternalUIW.
2004-12-23  Aric StewartMake sure to include trailing backslash in path.
2004-12-22  Aric StewartBlank the property buffers even if the property is...
2004-12-22  Aric StewartMove around and rename some functions.
2004-12-22  Aric StewartInclude the trailing backslash on the Windows volume.
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 McCormackFix selecting string columns and matching against a...
2004-12-22  Mike McCormackRemove a lot of fixed length buffers.
2004-12-16  Aric StewartLet negative number be parsed correctly. Needed for...
2004-12-16  Vitaly LipatovAdd ScreenX, ScreenY, ColorBits installer properties.
2004-12-16  Vitaly LipatovAdd description for MsiGetMode, MSIRUNMODE constants.
2004-12-13  Eric PouechFixed some errors in function prototypes.
2004-12-10  Michael StefaniucAdd missing HeapFree's (found by smatch).
2004-12-06  Ulrich CzekallaSet the out buffer count to zero on read error.
2004-12-06  Mike McCormackFix transposition of 4 byte values when reading in...
2004-11-28  Mike McCormack- Don't limit the size of the property that can be...
2004-11-23  Tom WicklineVersion resources cleanup.
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...
next