msi: The table for isolated components is called IsolatedComponent.
[wine] / dlls / msi / action.c
2010-02-26  Hans Leidekkermsi: The table for isolated components is called Isolat...
2010-02-25  Hans Leidekkermsi: Implement the RemoveRegistryValues standard action.
2010-02-23  Hans Leidekkermsi: Implement the RemoveDuplicateFiles standard action.
2010-02-22  Hans Leidekkermsi: Allocate sufficient memory in ITERATE_InstallODBCD...
2010-02-17  Hans Leidekkermsi: Implement the UnpublishComponents standard action.
2010-02-17  Hans Leidekkermsi: PublishComponents must look at the requested insta...
2010-02-16  Hans Leidekkermsi: Only run the CreateFolder and RemoveFolder actions...
2010-02-16  Hans Leidekkermsi: Get rid of ACTION_VerifyFeatureForAction.
2010-02-16  Hans Leidekkermsi: Get rid of ACTION_VerifyComponentForAction.
2010-02-16  Hans Leidekkermsi: Update the UI when registering or unregistering...
2010-02-15  Hans Leidekkermsi: Implement the RemoveShortcuts standard action.
2010-02-12  Hans Leidekkermsi: Fix a memory leak in ITERATE_StartService.
2010-02-12  Hans Leidekkermsi: Return the right error from ITERATE_RegisterTypeLi...
2010-02-12  Hans Leidekkermsi: Implement the UnregisterTypeLibraries standard...
2010-02-11  Hans Leidekkermsi: Implement the RemoveODBC standard action.
2010-02-11  Hans Leidekkermsi: Make sure attrs variable is properly double nul...
2010-02-11  Hans Leidekkermsi: The File_Setup field in the ODBCDriver and ODBCTra...
2010-02-10  Hans Leidekkermsi: Add a partial implementation of the ValidateProduc...
2010-02-10  Hans Leidekkermsi: Implement the UnregisterFonts standard action.
2010-02-10  Hans Leidekkermsi: Add stub implementations of the DisableRollback...
2010-02-05  Hans Leidekkermsi: Implement the SelfUnregModules standard action.
2010-02-05  Hans Leidekkermsi: Implement the RemoveFolders standard action.
2010-02-04  Hans Leidekkermsi: Implement the DeleteServices standard action.
2010-02-03  Hans Leidekkermsi: Implement the ScheduleReboot standard action.
2010-02-03  Hans Leidekkermsi: Add a stub implementation of the SetODBCFolders...
2010-02-01  Hans Leidekkermsi: Don't fail if the service to start is already...
2010-01-28  Hans Leidekkermsi: Don't create all directories in the CreateFolders...
2010-01-28  Hans Leidekkermsi: Improve some traces.
2010-01-28  Hans Leidekkermsi: Name and arguments in the service control table...
2010-01-27  Hans Leidekkermsi: Don't evaluate the condition table when there...
2010-01-20  Jason Edmeadesmsi: Correct the setting of environment variables.
2010-01-18  Hans Leidekkermsi: Fix parsing of feature overrides.
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.
next