msi/tests: Reset the enumeration index for MsiEnumProducts before testing it.
[wine] / dlls / msi / package.c
2010-05-20  Hans Leidekkermsi: Consistently use the allocation macros.
2010-05-11  Hans Leidekkermsi: Set the SourceDir property to the registered sourc...
2010-05-05  Hans Leidekkermsi: Apply registered patches in MsiOpenPackage.
2010-05-04  Hans Leidekkermsi: Make a local copy of patch packages.
2010-04-29  Hans Leidekkermsi: Support multiple patches per package.
2010-04-29  Hans Leidekkermsi: Store a copy of the file extension in the MSIMIME...
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-04-19  Octavian Voicumsi: Fix crash when calling MsiGetActiveDatabase with...
2010-02-22  Hans Leidekkermsi: Make msi_reset_folders static.
2010-02-18  Hans Leidekkermsi: Implement MsiSetMode.
2010-02-03  Hans Leidekkermsi: Move some helpers to the module where they are...
2009-12-17  Hans Leidekkermsi: Reset the ALLUSERS property from to 2 to 1.
2009-12-17  Hans Leidekkermsi: Fix download of installer packages. Return errors...
2009-11-17  Hans Leidekkermsi: Set the LogonUser property.
2009-11-09  Rob Shearmanmsi: Improve stub for MsiGetFeatureCost{A, W} and hook...
2009-11-03  Hans Leidekkermsi: Implement MsiSetExternalUIRecord.
2009-11-03  Hans Leidekkermsi: Add support for the Unicode version of the global...
2009-10-20  Hans Leidekkermsi: Open the database read/write in MSI_OpenPackageW.
2009-10-20  Hans Leidekkermsi: Create the local copy before opening the database.
2009-10-20  Hans Leidekkermsi: Always create a temporary copy of the package.
2009-10-19  Hans Leidekkermsi: Get rid of some redundant initializations.
2009-10-19  Hans Leidekkermsi: Allocate MSISCRIPT structure at package creation...
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-09-11  Hans Leidekkermsi: Set ProductState property.
2009-03-26  Michael Stefaniucmsi: Remove redundant NULL check before msi_free (Smatch).
2009-03-25  Aric Stewartmsi: Verify the existence of fusion.dll before reportin...
2009-03-24  Hans Leidekkermsi: Only apply a transform when its language id matche...
2009-03-23  James Hawkinsmsi: Don't try to release a NULL record, with tests...
2009-03-02  James Hawkinsmsi: Use a SQL marker to query the _Property table...
2009-02-26  James Hawkinsmsi: Don't create a temporary table that is not held.
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2009-01-05  Michael Stefaniucmsi: Change MSIHANDLE to ULONG for Win64 compatibility.
2008-12-15  James Hawkinsmsi: Publish the patch information.
2008-10-30  James Hawkinsmsi: Allow private properties from the AdminProperties...
2008-10-07  James Hawkinsmsi: Resolve file source paths dynamically, as the...
2008-07-22  James Hawkinsmsi: Use the newly added defines from the msidbSumInfoS...
2008-06-18  James Hawkinsmsi: Determine the installation context after reading...
2008-04-17  Rob Shearmanmsi: Fix the value parameter of IWineMsiRemotePackage...
2008-04-07  James Hawkinsmsi: Set the install context based on the ALLUSERS...
2008-03-01  James Hawkinsmsi: Make local functions static.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-19  Francois Gougetmsi: Use 'HKCU\Software\Microsoft\MS Setup (ACME)'...
2008-02-18  James Hawkinsmsi: Set the UserLanguageID property.
2008-01-07  James Hawkinsmsi: OriginalDatabase is the fully-expanded path to...
2008-01-07  James Hawkinsmsi: If the package is a URL, the OriginalDatabase...
2007-12-20  James Hawkinsmsi: Allow NULL parameters to be passed to the local...
2007-12-18  Francois Gougetmsi: Add a trailing '\n' to Wine traces.
2007-12-17  James Hawkinsmsi: Verify that the PID_PAGECOUNT and PID_REVNUMBER...
2007-12-17  James Hawkinsmsi: If the package doesn't exist, return ERROR_FILE_NO...
2007-12-17  James Hawkinsmsi: Validate the parameters of MsiOpenPackage.
2007-12-17  James Hawkinsmsi: Add more tests for MsiOpenPackage.
2007-12-12  James Hawkinsmsi: Properly release the record.
2007-11-12  James Hawkinsmsi: Return a remote interface to the database in a...
2007-10-16  James Hawkinsmsi: Only double the returned size when szValueBuf...
2007-08-09  Francois Gougetmsi: Better match the PSDK types, remove some now unuse...
2007-07-18  James Hawkinsmsi: Only double the size if the remote call is from...
2007-07-17  James Hawkinsmsi: Load the AdminProperties stream if the package...
2007-07-13  James Hawkinsmsi: Reload properties as they may have been changed...
2007-07-13  James Hawkinsmsi: Fix a copy and paste error.
2007-07-06  James Hawkinsmsi: Handle remote calls to MsiEvaluateCondition.
2007-07-06  James Hawkinsmsi: Handle remote calls to MsiFormatRecordW.
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-07-04  James Hawkinsmsi: Handle remote calls to MsiProcessMessage.
2007-07-03  James Hawkinsmsi: Delay publishing of the SourceList until the Publi...
2007-07-03  James Hawkinsmsi: Handle remote calls to MsiSetProperty.
2007-07-03  James Hawkinsmsi: Handle remote calls to MsiGetProperty.
2007-07-03  James Hawkinsmsi: Handle remote calls to MsiGetActiveDatabase.
2007-07-03  James Hawkinsmsi: Add the IWineMsiRemotePackage interface.
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-06-13  James Hawkinsmsi: Set the MsiNetAssemblySupport property.
2007-06-06  Andrew Talbotmsi: Constify some variables.
2007-05-30  James Hawkinsmsi: Set the MsiNTProductType property.
2007-05-07  James Hawkinsmsi: Remove debugging printf statements.
2007-04-25  Rob Shearmanmsi: Create the _Property table as a temporary table...
2007-04-23  James Hawkinsmsi: Add the _Property table back, with tests.
2007-03-05  Rob Shearmanmsi: Set the PackageCode property based on the "revisio...
2007-03-05  Rob Shearmanmsi: Set the Date, Time and VersionDatabase properties.
2007-02-14  Mike McCormackmsi: Find pending custom actions by GUID.
2007-02-12  Mike McCormackmsi: Store dll based custom actions in a separate list.
2007-01-26  Mike McCormackmsi: Allocate a buffer in WCHARs not CHARs.
2006-12-05  James Hawkinsmsi: Initialize sid_str to NULL.
2006-12-01  James Hawkinsmsi: Set the UserSID property.
2006-11-27  Mike McCormackmsi: Use MSI_IterateRecords when cloning properties.
2006-11-14  Mike McCormackmsi: Split MSI_CreatePackage into two functions.
2006-11-14  Mike McCormackmsi: Delete the tempfile created by GetTempFileName.
2006-11-14  Mike McCormackmsi: Defer package deletion until after the database...
next