Implement SQLInstallDriverManager.
[wine] / dlls / msi /
2005-08-29  Mike McCormack- the combination of all table keys must be unique...
2005-08-29  Mike McCormack- build a standard Wine list of extensions instead...
2005-08-27  Mike McCormackAdd the allocated mime type to the mime type list.
2005-08-26  Mike McCormack- build a standard Wine list of mime types instead...
2005-08-25  Mike McCormackMake sure to save the result calculated in ACTION_Updat...
2005-08-25  Aric StewartThe file name used in the ui messages is the target...
2005-08-25  Mike McCormack- build a standard Wine list of classes instead of...
2005-08-25  Mike McCormackDon't dereference variables in a trace.
2005-08-25  Mike McCormackFix a small bug introduced when converting appids to...
2005-08-25  Aric StewartDisplay the correct text string in the action text...
2005-08-24  Johan DahlinImplemented MsiSetComponentState*.
2005-08-24  Mike McCormackTest case for MsiModifyView and MsiViewGetError.
2005-08-24  Mike McCormackImplement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
2005-08-24  Mike McCormackBetter stub for MsiViewGetError.
2005-08-24  Johan DahlinAdded a null check for component.
2005-08-24  Mike McCormackAdd include guard to header and make functions extern.
2005-08-24  Johan DahlinAdded stubs for MsiSetComponentStateA and MsiSetCompone...
2005-08-24  Mike McCormack- build a standard Wine list of appids instead of using...
2005-08-23  Mike McCormack- build a standard Wine list of folders instead of...
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-08-23  Aric StewartMake index INT not UINT because it can be -1.
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-08-19  Mike McCormackStore the component information in a standard Wine...
2005-08-16  Aric StewartFixed a memory overflow and leak identified by Mike...
2005-08-15  Aric StewartAdd some body to ResolveSource because it is possible...
2005-08-10  Francois GougetChange some Dll* functions so they are exported by...
2005-08-10  Vincent BéronCorrect mismatches between spec files and comments...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Yuri KozlovRemove duplicate declaration of MSI_SetPropertyW.
2005-08-08  Mike McCormackHandle loading strings over 64k from the string table.
2005-08-03  Steven EdwardsAdd real stub for MsiConfigureFeatureW.
2005-07-22  Aric StewartBail out if the reg key is empty. This prevents us...
2005-07-21  Aric StewartUse SOURCEDIR instead of PackagePath. Because the Packa...
2005-07-13  Alexandre JulliardUse the official names for the Unicode string constants.
2005-07-12  Aric StewartFurther testing shows that when CustomActionData needs...
2005-07-12  Aric StewartUse the SourceList functions to get the source path in
2005-07-12  Aric StewartWhen working toward install on demand support we need...
2005-07-12  Mike McCormackDisplay icons in buttons that have them.
2005-07-11  Aric StewartProperly resize the buffer based on ERROR_MORE_DATA.
2005-07-11  Aric StewartUse the strings defined in msi.h.
2005-07-11  Aric StewartCorrect an error where I was not properly advancing...
2005-07-11  Aric StewartIf MsiGetProperty(A/W) is called with a NULL for the...
2005-07-11  Aric StewartAdd the string constants located in msi.h and make...
2005-07-10  Aric StewartImplement MsiGetLanguage.
2005-07-08  Aric StewartInstallShield does a number of actions using DoAction...
2005-07-08  Robert ShearmanIn MsiLocateComponent pcchBuf can be NULL so don't...
2005-07-07  Aric StewartFill and use the ProductCode part of the MSIPACKAGE...
2005-07-07  Mike McCormackUse LoadImage to load bitmaps and icons.
2005-07-06  Mike McCormackStop the install when cancelling from a modeless dialog.
2005-07-06  Mike McCormackDon't crash when cancelling out of a modeless dialog.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-05  Aric StewartAdd source.c to start handling the various MsiSourceLis...
2005-07-05  Mike McCormackSet the initial focus on the control specified by Contr...
2005-06-30  Aric StewartKeep track of what sequence we are in and register...
2005-06-30  Mike McCormackMove to the next mask edit field when the current one...
2005-06-30  Mike McCormackMake the tab order in msi dialogs right.
2005-06-29  Aric StewartHandle installs off multiple volumes and properly pull...
2005-06-28  Aric StewartRelocate the msi file to prevent cd locking, corrected...
2005-06-27  Mike McCormackRepaint the area behind the "transparent" text control...
2005-06-24  Aric StewartPerform ExecuteAction at UILevel 2.
2005-06-24  Aric StewartRedo how we extract files from a cabinet in order to...
2005-06-24  Aric StewartRework CreateShortcuts to use MSI_IterateRecords.
2005-06-24  Aric StewartProperly handle -1 as a registry key root.
2005-06-24  Mike McCormackImplement transparency in the text control.
2005-06-24  Aric StewartRework SelfRegModules to use MSI_IterateRecords.
2005-06-23  Mike McCormackMake the MSI icon control work.
2005-06-23  Aric StewartRework component, feature and file loading to use MSI_I...
2005-06-23  Aric StewartRework RegisterFonts to use MSI_IterateRecords.
2005-06-23  Aric StewartRework WriteIniValues to use MSI_IterateRecords.
2005-06-22  Aric StewartRework PublishProduct to use MSI_IterateRecords.
2005-06-22  Aric StewartRework RegisterTypeLibraries to use MSI_IterateRecords.
2005-06-22  Aric StewartRework LaunchConditions to use MSI_IterateRecords.
2005-06-21  Aric StewartRework CostFinalize to use MSI_IterateRecords.
2005-06-21  Aric StewartFix situations where TARGETDIR is set to a non \ terminated
2005-06-21  Aric StewartRework WriteRegistryValues to use MSI_IterateRecords.
2005-06-21  Aric StewartRework CreateFolders to use MSI_IterateRecords.
2005-06-21  Aric StewartDuplicate files should not fail if unable to get Destin...
2005-06-20  Aric StewartUse MSI_IterateRecords for DuplicateFiles.
2005-06-20  Aric StewartUse MSI_IterateRecords for processing actions.
2005-06-20  Stefan HuehnerFix more -Wstrict-prototypes warnings.
2005-06-20  Mike McCormackMake tabs work in msi dialogs.
2005-06-17  Aric StewartAllow control events to return codes to halt the proces...
2005-06-17  Aric StewartA long overdue fix to MSI_SetTargetPath. This should...
2005-06-17  Aric StewartFlesh out the remaining keys in RegisterProduct.
2005-06-17  Aric StewartBreak out all the file related actions and helper funct...
2005-06-17  Marcus MeissnerUse a simpler expression for the "RichEdit20W" string...
2005-06-17  Marcus MeissnerRemove cszbs from msi/action.h.
2005-06-16  Aric StewartBreak out all the top level apis into install.c.
2005-06-16  Mike McCormackAdded support for the MSI MaskEdit control.
2005-06-16  Aric StewartA simple cleanup to only track the temp file if we...
2005-06-16  Aric StewartAdd UI messages to FindRelatedProducts.
2005-06-16  Aric StewartBreak out all the class registration actions into class...
2005-06-15  Aric StewartBreak out all the helper functions into helpers.c.
2005-06-13  Aric StewartA "1" is returned not a 1 for AssignmentType. Also...
2005-06-10  Mike McCormackCreate a stub implementation for MsiViewGetError.
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.
next