atl80: Added AtlComModuleRegisterServer implementation (based on AtlModuleRegisterSer...
[wine] / dlls / msi / install.c
2012-10-29  Hans Leidekkermsi: Add a length parameter to msi_strcpy_to_awstring...
2012-10-29  Hans Leidekkermsi: Add a length parameter to msi_set_property and...
2012-04-02  Hans Leidekkermsi: Implement MsiGet/SetMode(MSIRUNMODE_REBOOTNOW).
2012-04-02  Hans Leidekkermsi: Use the state parameter passed to MsiSetMode.
2012-04-02  Hans Leidekkermsi: Rename the need_reboot flag to need_reboot_at_end.
2012-01-18  Hans Leidekkermsi: Make sure target paths are normalized.
2012-01-16  Hans Leidekkermsi: Set the SourceDir and SOURCEDIR properties in...
2012-01-06  Hans Leidekkermsi: Execute custom actions in the right script.
2011-12-01  Hans Leidekkermsi: Resolve the target folder if necessary in msi_get_...
2011-09-23  Hans Leidekkermsi: MSI_SetFeatureStateW doesn't need to be WINAPI.
2011-09-20  Francois Gougetmsi: Don't use debugstr_a() on an output parameter.
2011-09-19  Francois Gougetmsi: Fix printing NULL strings.
2011-07-27  Hans Leidekkermsi: Clean up the database queries.
2011-06-10  Hans Leidekkermsi: Implement and test MsiSetFeatureAttributes.
2011-06-10  Hans Leidekkermsi: Implement and test MsiGetFeatureInfo.
2011-05-24  Hans Leidekkermsi: Improve the stub for MsiGetMode(MSIRUNMODE_ADVERTISE).
2011-05-20  Hans Leidekkermsi: Implement MsiGetMode(MSIRUNMODE_ROLLBACKENABLED).
2011-05-17  Hans Leidekkermsi: Don't resolve child folders if the target path...
2011-05-12  Hans Leidekkermsi: Improve the stub for MisGetMode(MSIRUNMODE_ADMIN).
2011-05-06  Hans Leidekkermsi: Get rid of helpers.c.
2011-05-02  Hans Leidekkermsi: Define common strings just once.
2011-05-02  Hans Leidekkermsi: Rewrite the folder resolution code to keep track...
2011-05-02  Hans Leidekkermsi: Avoid casts in IWineMsiRemotePackage methods.
2011-02-10  Hans Leidekkermsi: Get rid of msi_component_set_state and msi_feature...
2011-02-07  Hans Leidekkermsi: Split up resolve_folder.
2010-12-24  Hans Leidekkermsi: Change ACTION_UpdateComponentStates to take a...
2010-12-23  Hans Leidekkermsi: Return INSTALLSTATE_UNKNOWN from MsiGetComponentSt...
2010-12-15  Hans Leidekkermsi: Support MSIRUNMODE_LOGENABLED in MsiGetMode.
2010-11-30  Hans Leidekkermsi: Always ignore disabled components.
2010-11-12  Hans Leidekkermsi: Don't rebuild the target path for files from globa...
2010-11-11  Hans Leidekkermsi: MsiGet/SetFeatureState must get and set the reques...
2010-10-19  Hans Leidekkermsi: Compare strings without depending on thread locale.
2010-06-11  Hans Leidekkermsi: Implement MsiGetFeatureCostA/W.
2010-05-20  Hans Leidekkermsi: Release the package in MsiGetMode and MsiSetMode.
2010-04-21  Hans Leidekkermsi: Rename MSI_GetPropertyW and MSI_SetPropertyW.
2010-04-21  Hans Leidekkermsi: Make MSI_SetPropertyW take a pointer to a database...
2010-04-21  Hans Leidekkermsi: Make msi_get_property_int and friends take a point...
2010-02-19  Hans Leidekkermsi: Include run mode in fixmes.
2010-02-18  Hans Leidekkermsi: Implement MSIRUNMODE_MAINTENANCE and MSIRUNMODE_RE...
2010-02-18  Hans Leidekkermsi: Implement MsiSetMode.
2009-12-04  James Hawkinsmsi: MsiSetMode returns a UINT system error code, not...
2009-11-09  Rob Shearmanmsi: Improve stub for MsiGetFeatureCost{A, W} and hook...
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2008-11-28  Francois Gougetmsi: Remove WINAPI on static functions where not needed.
2008-08-25  James Hawkinsmsi: Skip the feature action detection logic if there...
2008-04-07  James Hawkinsmsi: Reset the feature states if iInstallLevel is 0...
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-07-19  Juan Langmsi: Return FALSE from MsiGetMode for MSIRUNMODE_OPERAT...
2007-07-06  James Hawkinsmsi: Fix use of BSTRs.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetInstallLevel.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetLanguage.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetComponentState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetComponentState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetFeatureState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetFeatureState.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetMode.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSetTargetPath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetSourcePath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiGetTargetPath.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiSequence.
2007-07-04  James Hawkinsmsi: Handle remote calls to MsiDoAction.
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2006-11-08  Stefan Leichtermsi: Added stub for MsiGetFeatureValidStatesA/W.
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-09-26  James Hawkinsmsi: Store the full path to the database file in the...
2006-08-16  James Hawkinsmsi: Add a stub for MsiGetFeatureCost.
2006-08-05  Andrew Talbotmsi: Write-strings warnings fix.
2006-07-20  James Hawkinsmsi: Forward MsiSetInstallLevel to an internal MSI_SetI...
2006-07-20  James Hawkinsmsi: Update feature states after changing install level...
2006-07-19  Mike McCormackmsi: Implement MsiSetInstallLevel.
2006-07-17  Mike McCormackmsi: Cleanup traces, remove unnecessary includes.
2006-07-13  James Hawkinsmsi: Update the files target paths as well, because...
2006-06-26  Andrey Turkinmsi: Disable some path validity checks in MsiSetTargetPath.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-01-03  Mike McCormackMSI: Improve the MsiGetMode stub a little.
2005-11-15  Mike McCormackOnly return ERROR_MORE_DATA if there's a buffer to...
2005-11-02  Mike McCormackFix parameter handling in MsiSetTargetPath, and add...
2005-10-31  Mike McCormackFix and test MsiGetProperty and MsiSetProperty.
2005-10-30  Mike McCormackAdd a stub implementation of msi.MsiSetMode.
2005-10-28  Mike McCormackFix a memory leak.
2005-09-21  Mike McCormackImplement MsiSequenceA/W.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-20  Jan Van Buggenhoutimplement stubs for MsiSequence[AW].
2005-09-15  Mike McCormackRename load_dynamic_property and remove its unused...
2005-09-13  Mike McCormackFix the handling of MsiGetTargetPath args (with test...
2005-09-13  Mike McCormackFix the handling of MsiDoAction args (with test case).
2005-09-06  Mike McCormackFixes for MsiGetSourcePath parameter handling.
2005-08-24  Johan DahlinImplemented MsiSetComponentState*.
2005-08-24  Johan DahlinAdded stubs for MsiSetComponentStateA and MsiSetCompone...
2005-08-23  Mike McCormack- build a standard Wine list of folders instead of...
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-07-10  Aric StewartImplement MsiGetLanguage.
2005-06-17  Aric StewartA long overdue fix to MSI_SetTargetPath. This should...
2005-06-16  Aric StewartBreak out all the top level apis into install.c.