msi: Open the correct key and return INSTALLSTATE_ADVERTISED if it's missing.
[wine] / dlls / msi / action.c
2007-07-03  James Hawkinsmsi: Set the WindowsInstaller value in RegisterProduct...
2007-07-03  James Hawkinsmsi: Only publish the product if at least one feature...
2007-07-03  James Hawkinsmsi: Unpublish the product when it is entirely removed.
2007-07-03  James Hawkinsmsi: Delay publishing of the SourceList until the Publi...
2007-07-03  James Hawkinsmsi: PackagePath must also include the package name.
2007-06-29  James Hawkinsmsi: Ignore invalid conditional expressions when checki...
2007-06-27  James Hawkinsmsi: Set the WindowsInstaller value of the UserData...
2007-06-27  Rob Shearmanmsi: Free version after using lpVer in msi_get_disk_fil...
2007-06-27  Rob Shearmanmsi: Check the return value of VerQueryValueW in msi_ge...
2007-06-26  Rob Shearmanmsi: Implement MsiGetMode for MSIRUNMODE_SCHEDULED...
2007-06-25  Andrew Talbotmsi: Fix use of uninitialized variable (Coverity).
2007-06-18  James Hawkinsmsi: Patches are applied based on ProductCode, not...
2007-06-15  Dmitry Timoshkovmsi: Simplify the code.
2007-06-14  James Hawkinsmsi: Fixed the WriteEnvironmentStrings action.
2007-05-31  James Hawkinsmsi: Implement the WriteEnvironmentStrings standard...
2007-05-30  James Hawkinsmsi: Perform a forced reboot if a custom action returns...
2007-05-07  James Hawkinsmsi: Add stub handlers for the remaing standard actions...
2007-05-01  James Hawkinsmsi: Run the costing actions for both the UI and execut...
2007-05-01  James Hawkinsmsi: Reset the folder's resolved target before setting...
2007-04-25  Rob Shearmanmsi: Fix an off-by-one error when calculating the path...
2007-04-23  Hans Leidekkermsi: Install data sources in the InstallODBC custom...
2007-04-23  Hans Leidekkermsi: Install translators in the InstallODBC custom...
2007-04-16  Alban Browaeysmsi: Move msi_free(msiFilePath) to enable ERR message...
2007-04-16  James Hawkinsmsi: Run the InstallExecute sequence if the InstallUISe...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2007-02-14  Steven Steinmsi: ValidateProductID action stub.
2007-02-07  Misha Koshelevmsi: Make sure to ignore UI level flags in dialog and...
2007-02-06  Misha Koshelevmsi: InstallPackage check for UI level must not disrega...
2007-01-18  Francois GougetDon't put single quotes around '%s' when using the...
2007-01-12  Andrew Talbotmsi: Declare some functions static.
2006-12-05  Mike McCormackmsi: Examine the attributes of all features before...
2006-12-04  James Hawkinsmsi: Add handling for the StartServices action.
2006-11-29  James Hawkinsmsi: Add handling for the InstallODBC action.
2006-11-29  Dmitry Timoshkovmsi: Make some data const and static.
2006-11-29  Mike McCormackmsi: Update the UI in one place only in ACTION_ProcessC...
2006-11-29  Mike McCormackmsi: Advertise components of a feature that has the...
2006-11-22  Mike McCormackmsi: Load all folders in one query, rather one per...
2006-11-20  Mike McCormackmsi: Split msi_set_sourcedir_props into a separate...
2006-11-20  Mike McCormackmsi: Spelling fixes.
2006-11-17  Mike McCormackmsi: Fix a memory leak in load_folder().
2006-11-13  Francois GougetAssorted spelling fixes.
2006-11-13  Paul Vriensmsi: Fix typo's (Coverity).
2006-11-10  Mike McCormackmsi: Only log the Action, as it's the same as ActionReq...
2006-11-10  Mike McCormackmsi: Check whether the component is enabled first.
2006-11-10  Mike McCormackmsi: Component attributes are bitmasks.
2006-11-08  Mike McCormackmsi: Fix a memory leak.
2006-11-07  Mike McCormackmsi: By default, install components locally.
2006-11-07  Mike McCormackmsi: Split ACTION_CostFinalize into two functions.
2006-11-02  Mike McCormackmsi: Avoid a memory leak by freeing actions scripts...
2006-11-01  Mike McCormackmsi: Search the patch package for source cabinet files.
2006-10-31  Mike McCormackmsi: Mark components with missing or outdated files...
2006-10-30  Mike McCormackmsi: Split ACTION_UpdateInstallStates into two separate...
2006-10-27  Mike McCormackmsi: Remove redundant null checks before MSI_EvaluateCo...
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
2006-10-26  Mike McCormackmsi: Create macro functions to set feature and componen...
2006-10-24  Mike McCormackmsi: Split code to get a file's verion into a separate...
2006-10-23  Mike McCormackmsi: Only apply transforms that are valid for a database.
2006-10-23  Mike McCormackmsi: Initialize the summary information from a storage...
2006-10-20  James Hawkinsmsi: Only initialize a component's state if it is linke...
2006-10-20  James Hawkinsmsi: Implement the InstallServices action.
2006-10-17  Mike McCormackmsi: Fix a memory leak.
2006-10-14  James Hawkinsmsi: Also set the SOURCEDIR property in MSI_InstallPackage.
2006-10-13  Francois GougetAssorted spelling fixes.
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: If the feature linked to a component has a state...
2006-09-21  James Hawkinsmsi: Disable child features of parent features that...
2006-09-21  James Hawkinsmsi: Don't check a component's install state if a compo...
2006-09-21  James Hawkinsmsi: Load the component states in CostFinalize instead...
2006-09-21  James Hawkinsmsi: Initialize all features' action states to INSTALLS...
2006-09-21  James Hawkinsmsi: Only override a feature whose action state is...
2006-09-20  Andrew Talbotmsi: Cast-qual warnings fix.
2006-09-13  Mike McCormackmsi: Split the font registration code out into a separa...
2006-09-08  Mike McCormackmsi: Split code to create a random package name into...
2006-08-29  Dan Kegelmsi: Callers of alloc_msihandle should handle failure.
2006-08-12  James Hawkinsmsi: If a component's state is not local, source, or...
2006-08-08  James Hawkinsmsi: Fix the compressed files logic.
2006-08-03  Robert Shearmanmsi: Fix the creation of shortcuts with a null icon...
2006-08-02  James Hawkinsmsi: Set the install state to INSTALLSTATE_LOCAL for...
2006-08-01  James Hawkinsmsi: Fix a couple install state test cases.
2006-07-31  James Hawkinsmsi: Set the install state to INSTALLSTATE_LOCAL for...
2006-07-28  Mike McCormackmsi: Don't set the shortcut's working directory if...
2006-07-26  Mike McCormackmsi: Always load all the components.
2006-07-21  James Hawkinsmsi: Set the component's initial state based on its...
2006-07-20  James Hawkinsmsi: Update feature states after changing install level...
2006-07-20  James Hawkinsmsi: Rename SetFeatureStates to match the naming scheme...
2006-07-19  Mike McCormackmsi: Only load the features and files tables once.
2006-07-19  James Hawkinsmsi: Sort SelectionTree items by their Display value.
2006-07-17  Mike McCormackmsi: Move msi_get_property_int() to helpers.c
2006-07-14  Mike McCormackmsi: Move version string conversions to registry.c.
2006-06-21  James Hawkinsmsi: Fix handling of the no-op identifier in the Direct...
2006-06-12  Alexandre Julliardmsi: Make some variables static and/or const.
2006-06-09  Mike McCormackmsi: Remove some unnecessary NULL checks.
2006-05-25  Mike McCormackmsi: Fix some pointer to integer casts.
2006-05-24  Mike McCormackmsi: Fix a possible memory leak.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-05-23  Labrousse Jeanmsi: Fix short name and long name mismatch in action.c.
2006-05-15  Francois GougetAssorted spelling fixes.
next