Fix MsiGetPropertyA/W spec declarations.
[wine] / dlls / msi / msi.spec
2005-10-28  Mike McCormackFix MsiGetPropertyA/W spec declarations.
2005-09-20  Jan Van Buggenhoutimplement stubs for MsiSequence[AW].
2005-09-16  Mike McCormackFix the stub for MsiConfigureFeature.
2005-09-06  Aric StewartAdded stub implementations for MsiEnumPatchesA/W.
2005-08-24  Johan DahlinAdded stubs for MsiSetComponentStateA and MsiSetCompone...
2005-08-10  Francois GougetChange some Dll* functions so they are exported by...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-03  Steven EdwardsAdd real stub for MsiConfigureFeatureW.
2005-07-10  Aric StewartImplement MsiGetLanguage.
2005-06-10  Mike McCormackCreate a stub implementation for MsiViewGetError.
2005-05-20  Aric StewartWe have a stub for MsiGetUserInfoA we should use it.
2005-04-26  Mike McCormackDeclare MsiExportDatabase* in the spec file, and fix...
2005-04-20  Aric StewartImplement Publish Components in order for MsiGetQualifi...
2005-03-23  Marcus MeissnerFixed MsiDatabaseImportA, MsiDatabaseImportW, and
2005-02-16  Aric StewartStubs for MsiUseFeature.
2005-02-10  Aric StewartAdded stubs for MsiGetShortcutTargetA/W.
2005-02-01  Aric StewartAdded some more suminfo stubs.
2005-01-26  Aric StewartAdded a few more stub implementations.
2005-01-25  Mike McCormackImplement, test and document MsiDecomposeDescriptor.
2005-01-21  Mike McCormackAdded stub implementations for MsiPreviewDialog and
2005-01-19  Aric StewartDo a very basic first implementation of MsiConfigurePro...
2005-01-03  Steven EdwardsAdd and fix some stubs.
2004-12-23  Aric StewartAdded MsiSetExternalUIW.
2004-09-06  Kevin KoltzauPartial implementation of MsiGetFileVersionA/W.
2004-08-27  Alexandre JulliardAdded a few missing -private flags.
2004-07-29  Vincent BéronImplement patching in msiexec.
2004-07-19  Vincent BéronImplement the repair mechanism in msiexec, and stub...
2004-07-09  Aric StewartCleanup of actions.
2004-07-09  Aric StewartAdd a stub for MsiModifyView, fix a couple of bugs.
2004-07-04  Aric StewartImplement SetTargetPath, start the basics for tracking...
2004-06-29  Aric StewartImplement MsiGetSourcePath.
2004-06-29  Aric StewartHandle custom actions type 1 and 2.
2004-06-29  Aric StewartImplement MsiGetTargetPathA/W.
2004-06-28  Aric StewartStart implementing actions.
2004-04-28  Raphael Junqueira- add some prototypes/typedefs to msi.h
2004-04-12  Hans LeidekkerCorrect spec entry for MsiLoadString*.
2004-04-09  Hans LeidekkerCorrect spec entry for DllGetClassObject.
2004-03-30  Raphael JunqueiraImplement DllGetClassObject, DllRegisterServer, DllUnre...
2004-03-16  Mike McCormackStart implementation of MsiEvaluateConditionA/W.
2004-02-17  Christian CostaAdded some stubs.
2003-11-05  Mike McCormackStub implementation for MsiVerifyPackage.
2003-10-30  Mike McCormackSome stub implementations.
2003-10-14  Dmitry TimoshkovFixed some problems found while compiling and linking...
2003-10-03  Mike McCormackFixed msi spec file.
2003-09-01  Robert ReifAdded a few stub implementations.
2003-08-29  Robert ReifAdded some missing functions.
2003-08-13  Mike McCormackPartial implementation of the Microsoft Installer ...