clusapi: Don't trace the contents of output pointers.
[wine] / dlls / msi / package.c
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...
2006-11-08  James Hawkinsmsi: Store the base URL of the MSI package if it is...
2006-10-19  James Hawkinsmsi: Set the USERNAME and COMPANYNAME properties when...
2006-10-11  James Hawkinsmsi: Set the SourceDir and SOURCEDIR properties in...
2006-10-10  Mike McCormackmsi: Merge action.h into msipriv.h.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-10-05  Mike McCormackmsi: Win64 printf format warning fixes.
2006-09-26  James Hawkinsmsi: Store the full path to the database file in the...
2006-08-29  Mike McCormackmsi: Properties are case sensitive.
2006-08-29  Dan Kegelmsi: Callers of alloc_msihandle should handle failure.
2006-08-25  Mike McCormackmsi: Set the ALLUSERS property to 1 always.
2006-08-25  Mike McCormackmsi: Reimplement msi_dup_property and msi_get_property_int.
2006-08-25  Mike McCormackmsi: Store properties in a hash table, not the database.
2006-08-25  James Hawkinsmsi: Inform the user with an error message when the...
2006-08-10  James Hawkinsmsi: Download install cabinet files if the msi package...
2006-08-08  James Hawkinsmsi: Fix the compressed files logic.
next