mciqtz: Improve MCIQTZ_mciSet traces.
[wine] / dlls / msi / action.c
2009-12-22  Marcus Meissnermsi: Removed unnecessary NULL check.
2009-12-17  James Hawkinsmsi: Initialize type. If the value did not exist, type...
2009-12-16  James Hawkinsmsi: Simplify ITERATE_WriteEnvironmentString.
2009-12-08  James Hawkinsmsi: Add a NULL terminator to file->dest after realloca...
2009-11-17  Hans Leidekkermsi: Don't set the ALLUSERS property.
2009-11-13  Hans Leidekkermsi: Handle environment strings without a value.
2009-10-21  Hans Leidekkermsi: Avoid accessing uninitialized memory.
2009-10-20  Hans Leidekkermsi: Create the local copy before opening the database.
2009-10-19  Hans Leidekkermsi: Allocate MSISCRIPT structure at package creation...
2009-10-15  Hans Leidekkermsi: Eliminate the last parameter from ACTION_PerformAc...
2009-10-15  Hans Leidekkermsi: Use a function to test the UI level instead of...
2009-10-15  Hans Leidekkermsi: Reorder functions to avoid forward declarations.
2009-10-15  Hans Leidekkermsi: Define common strings only once.
2009-10-01  Hans Leidekkermsi: Schedule a rename operation when the file to overw...
2009-09-16  Hans Leidekkermsi: Set or override a user environment string when...
2009-09-10  Hans Leidekkermsi: Ignore CoInitialize failure in ACTION_CreateShortcuts.
2009-09-02  Hans Leidekkermsi: Add a partial implementation of MsiDetermineApplic...
2009-09-02  Hans Leidekkermsi: Set REINSTALL property when the product is already...
2009-05-29  Hans Leidekkermsi: The assembly file version field is optional.
2009-03-31  Hans Leidekkermsi: Don't publish package name as part of product...
2009-03-25  Hans Leidekkermsi: Detect privately installed assemblies.
2009-03-24  Hans Leidekkermsi: Only apply a transform when its language id matche...
2009-03-23  James Hawkinsmsi: Allow the enumeration of other users' patches.
2009-03-13  Hans Leidekkermsi: Handle ADVERTISE overrides.
2009-03-12  Hans Leidekkermsi: Fix handling of REINSTALL overrides.
2009-02-19  Hans Leidekkermsi: Don't release view object twice in check_assembly_...
2009-02-19  Hans Leidekkermsi: Make comparison of assembly field names case insen...
2009-01-15  Michael Stefaniucmsi: Remove superfluous pointer casts.
2008-12-15  James Hawkinsmsi: Set the property specified by the Source attribute...
2008-12-15  James Hawkinsmsi: Publish the patch information.
2008-12-15  James Hawkinsmsi: Add the ability to query a specific context for...
2008-12-15  James Hawkinsmsi: Add the ability to query a specific context for...
2008-12-09  James Hawkinsmsi: Add the ability to delete multiple users' componen...
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users' install...
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users' component...
2008-12-09  James Hawkinsmsi: Add the ability to open multiple users product...
2008-11-04  James Hawkinsmsi: Factor out the code to open the UserData features...
2008-11-04  James Hawkinsmsi: Factor out the code to open the features key.
2008-11-04  James Hawkinsmsi: Factor out the code to open a product key.
2008-10-30  James Hawkinsmsi: Allow private properties from the AdminProperties...
2008-10-29  James Hawkinsmsi: Do not reinstall an assembly that already exists...
2008-10-27  James Hawkinsmsi: Convert command line property names to uppercase.
2008-10-27  James Hawkinsmsi: Use the long file name in the WriteIniValues action.
2008-10-17  James Hawkinsmsi: All files are uncompressed in an administrative...
2008-10-08  Michael Stefaniucmsi: Use the right FAILED/SUCCEEDED macro instead of...
2008-10-07  James Hawkinsmsi: Resolve file source paths dynamically, as the...
2008-09-10  Rob Shearmanmsi: Reduce destination file name used in the MoveFiles...
2008-09-10  Andrew Talbotmsi: Uninitialized variable fix (Coverity).
2008-09-04  James Hawkinsmsi: Source for new patch files can only be compressed.
2008-08-25  James Hawkinsmsi: Skip the component action detection logic if there...
2008-08-25  James Hawkinsmsi: Skip the feature action detection logic if there...
2008-08-25  James Hawkinsmsi: Don't install a feature that is disabled.
2008-08-21  James Hawkinsmsi: Remove an invalid setting of the install state.
2008-08-21  James Hawkinsmsi: Handle processing a component that is installed...
2008-08-19  James Hawkinsmsi: Use MsiQueryFeatureState to determine the feature...
2008-08-19  James Hawkinsmsi: Use MsiQueryComponent state to determine the compo...
2008-08-19  James Hawkinsmsi: Ignore a file that has a missing component.
2008-08-19  James Hawkinsmsi: Factor out media handling and use the new interfac...
2008-08-19  James Hawkinsmsi: Perform costing again for the InstallExecute sequence.
2008-08-18  Rob Shearmanmsi: Fix handle leak in ITERATE_SelfRegModules.
2008-08-05  James Hawkinsmsi: Change an ERR that was supposed to be a TRACE.
2008-07-29  James Hawkinsmsi: Directly register the typelib if it's not embedded...
2008-07-29  James Hawkinsmsi: Handle the package context when unpublishing the...
2008-07-22  James Hawkinsmsi: Use the newly added defines from the msidbSumInfoS...
2008-06-24  James Hawkinsmsi: Create the SourceList key in msi_publish_sourcelist.
2008-06-24  James Hawkinsmsi: Fix the published location of the upgrade code...
2008-06-24  James Hawkinsmsi: Open the local user data product key for the machi...
2008-06-24  James Hawkinsmsi: Publish the UpgradeCode in PublishProduct.
2008-06-24  James Hawkinsmsi: Publish a few more product properties.
2008-06-24  James Hawkinsmsi: Squash the package code property.
2008-06-24  James Hawkinsmsi: Factor out publishing the product properties.
2008-06-24  James Hawkinsmsi: Don't publish the product to an invalid location.
2008-06-24  James Hawkinsmsi: Don't set an invalid install property in PublishPr...
2008-06-24  James Hawkinsmsi: Factor out publishing the product source list.
2008-06-24  James Hawkinsmsi: Factor out publishing icon files.
2008-06-19  James Hawkinsmsi: Factor out the publishing of installation properties.
2008-06-19  James Hawkinsmsi: Don't publish the upgrade key to an invalid location.
2008-06-19  James Hawkinsmsi: Fix the PublishFeatures action to handle the packa...
2008-06-18  James Hawkinsmsi: Don't publish features to an invalid location.
2008-06-18  James Hawkinsmsi: Fix the RegisterUser action to handle the package...
2008-06-18  James Hawkinsmsi: Fix the ProcessComponents action to handle the...
2008-06-18  James Hawkinsmsi: Determine the installation context after reading...
2008-06-18  James Hawkinsmsi: Don't publish components to the Installer key.
2008-06-11  James Hawkinsmsi: Set the source path for uncompressed files when...
2008-06-11  James Hawkinsmsi: Load folders first.
2008-05-26  Dmitry Timoshkovmsi: Mark some data as constant.
2008-05-20  James Hawkinsmsi: Check that the file key is valid before installing...
2008-05-19  James Hawkinsmsi: Don't enable a feature's components if that featur...
2008-05-14  James Hawkinsmsi: Set the OutOfDiskSpace property.
2008-05-14  James Hawkinsmsi: Copy the assembly file directly if it's not compre...
2008-05-07  Francois GougetAssorted spelling fixes.
2008-04-30  James Hawkinsmsi: Add initial implementation of MsiPublishAssemblies.
2008-04-22  Alexandre Julliardmsi: Avoid creating zero-length string values in the...
2008-04-22  Andrew Talbotmsi: Remove unused variables.
2008-04-08  Austin Englishmsi: Spelling fixes.
2008-04-07  James Hawkinsmsi: Open the install properties key based on the insta...
2008-04-07  James Hawkinsmsi: Test and reimplement MsiQueryProductState.
2008-04-07  James Hawkinsmsi: Set the install context based on the ALLUSERS...
2008-04-04  Andrew Talbotmsi: Remove tentative declaration of static array with...
2008-04-03  James Hawkinsmsi: Downgrade a few messages to WARN.
next