Avoid a couple of 'clobbered by longjmp' warnings.
[wine] / dlls / msi /
2005-09-08  Mike McCormackImprove a fixme message a little.
2005-09-08  Mike McCormack- fix a bug introduced by the progid list conversion
2005-09-08  Mike McCormackFix memory leaks.
2005-09-08  Mike McCormackRemove an unnecessary level of indent.
2005-09-08  Mike McCormackFix memory leaks in custom actions.
2005-09-07  Aric StewartImplement MsiReinstallFeature.
2005-09-07  Mike McCormackKeep temporary files in a seperate list.
2005-09-07  Mike McCormackDon't include the terminating nul in the length in
2005-09-07  Mike McCormack- add test for MsiGetSourcePath
2005-09-06  Aric StewartBe sure to null terminate the string in MsiGetProductIn...
2005-09-06  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2005-09-06  Mike McCormackAvoid fixed length buffers for conditions.
2005-09-06  Mike McCormackFixes for MsiGetSourcePath parameter handling.
2005-09-06  Aric StewartAdded stub implementations for MsiEnumPatchesA/W.
2005-09-06  Mike McCormackRemove an unnecessary level of indent.
2005-09-06  Mike McCormack- fix MsiSummaryInfoGetProperty to return ERROR_MORE_DA...
2005-09-06  Mike McCormackConvert progids to a standard list.
2005-09-06  Aric StewartAdd the GUID for Patch files so that they can be opened...
2005-09-06  Mike McCormackMake some fixme messages less alarmist.
2005-09-06  Saulius KrasuckasOlder platforms choke on a NULL as the third parameter to
2005-09-02  Mike McCormack- convert verbs into a standard list
2005-09-02  Mike McCormackAdd objects to lists at the right time.
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...
next