wined3d: Move material applying to the state table.
[wine] / dlls / msi / package.c
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...
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-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-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-11  Aric StewartIf MsiGetProperty(A/W) is called with a NULL for the...
2005-07-08  Aric StewartInstallShield does a number of actions using DoAction...
2005-06-28  Aric StewartRelocate the msi file to prevent cd locking, corrected...
2005-06-06  Mike McCormackUse standard lists in the event subscription code.
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-20  Aric StewartQuoting fixes.
2005-05-19  Mike McCormackOnly tables can be backquoted, strings must be single...
2005-05-04  Marcus MeissnerSet PhysicalMemory property from system data.
2005-03-24  Mike McCormackReplace instances of HeapAlloc/MultiByteToWideChar...
2005-03-10  Juan Lang- make sure msihandle2msiinfo is correctly matched...
2005-02-16  Mike McCormackRemove const declaration from non-const function.
2005-02-02  Mike McCormackAdd more dialog controls, do something when they're...
2005-01-28  Mike McCormackImplement MsiPreviewDialog.
2005-01-27  Mike McCormack- implement MsiOpenPackageEx, and forward MsiOpenPackag...
2005-01-27  Aric StewartMsiGetProperty does not return any error on missing...
2005-01-25  Aric Stewart- action.c is getting too big, so split out all the...
2005-01-24  Alexandre JulliardAvoid unnecessary run-time initializations.
2005-01-24  Aric StewartThe new Insert fixes now properly require ?,? instead...
2005-01-20  Michael StefaniucDo not check for non NULL pointer before HeapFree'ing...
2005-01-05  Vitaly LipatovGet real screen properties.
2005-01-03  Aric StewartFree allocated buffers.
2004-12-27  Aric StewartInclude a System16Folder definition.
2004-12-22  Aric StewartBlank the property buffers even if the property is...
2004-12-22  Aric StewartInclude the trailing backslash on the Windows volume.
2004-12-22  Aric StewartFix folder resolution.
2004-12-22  Mike McCormackRemove a lot of fixed length buffers.
2004-12-16  Vitaly LipatovAdd ScreenX, ScreenY, ColorBits installer properties.
2004-11-28  Mike McCormack- Don't limit the size of the property that can be...
2004-09-06  Kevin KoltzauPartial implementation of MsiGetFileVersionA/W.
2004-08-18  Vincent BéronDon't hardcode c:\windows paths in msi.dll.
2004-07-19  Hans LeidekkerSet VersionMsi property.
2004-07-14  Aric StewartImplement the functionality that allows one to call...
2004-07-09  Mike McCormackImplement MsiVerifyPackage, cosmetic fixes.
2004-07-09  Alexandre JulliardAuthors: Mike McCormack <mike@codeweavers.com>, Aric...
2004-07-09  Aric StewartImplement logging.
2004-07-06  Aric StewartImplemented CreateShortcut and PublishProduct.
2004-07-06  Aric StewartMsiGetProperty should return empty strings on error.
2004-07-06  Aric StewartImplemented ProcessComponents.
2004-07-06  Aric StewartSend progress and action messages.
2004-07-04  Aric StewartActivate features and components based on their various...
2004-07-04  Aric StewartBeginnings of costing and organizing into components...
2004-07-04  Aric StewartFix MsiGetTargetPath, MsiGetSourcePath and MsiSetTarget...
2004-07-04  Aric StewartUse the newly implemented UPDATE code to set properties.
2004-07-04  Aric StewartImplement SetTargetPath, start the basics for tracking...
2004-07-04  Mike McCormackCosmetic fixes.
2004-06-30  Aric StewartStart implementing MsiOpenPackage.