msi: Reimplement MsiGetUserInfo.
[wine] / dlls / msi / package.c
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.
2006-08-02  James Hawkinsmsi: Don't crash if an empty record is given to MsiProc...
2006-07-27  James Hawkinsmsi: Download the MSI package if it is a remote URL.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-05  Mike McCormackmsi: Use the source name of the msi package when it...
2006-04-17  Mike McCormackmsi: Fix some possible NULL pointer dereferences (Cover...
2006-03-22  Mike McCormackmsi: Don't crash when logging a record with only one...
2006-01-23  Robert Shearmanmsi: Move the firing of control events to MSI_ProcessMe...
2006-01-13  Jeremy Whitemsi: gcc 2.95 compatibility fix.
2005-12-31  Mike McCormackmsi: Define the property "Intel" if we're running on...
2005-11-15  Mike McCormackSet the Installed property if the product is already...
2005-11-10  Francois GougetRemove spaces before '\n' in traces.
2005-11-10  Francois GougetAssorted spelling and case fixes.
2005-10-31  Mike McCormackFix and test MsiGetProperty and MsiSetProperty.
2005-10-30  Mike McCormackDefine MSIDBOPEN_ constants using LPCWSTR when compilin...
2005-10-30  Mike McCormackUse "static const" rather than "const static" as gcc...
2005-09-26  Mike McCormackFix various query related memory leaks.
2005-09-25  Mike McCormackHandle copying of the install package to a temporary...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-08  Mike McCormackConvert RunningActions array into a list.
2005-09-07  Mike McCormackKeep temporary files in a seperate list.
2005-09-06  Mike McCormackConvert progids to a standard list.
2005-08-29  Mike McCormack- build a standard Wine list of extensions instead...
2005-08-26  Mike McCormack- build a standard Wine list of mime types instead...
next