msi: Consolidate the MsiGetSourcePath tests and add more tests.
[wine] / dlls / msi / action.c
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.
2008-04-03  James Hawkinsmsi: Handle the case where no files match the wildcard...
2008-03-25  James Hawkinsmsi: Fix a typo.
2008-03-24  James Hawkinsmsi: Implement the StopServices action.
2008-03-14  Marcus Meissnermsi: Initialize variables.
2008-03-12  James Hawkinsmsi: Deformat the service name and display name when...
2008-03-11  James Hawkinsmsi: Fix an off-by-one error when applying embedded...
2008-03-07  James Hawkinsmsi: Fix handling of published installer properties.
2008-03-01  James Hawkinsmsi: Make local functions static.
2008-03-01  James Hawkinsjanitorial: Remove links to any microsoft site.
2008-02-26  James Hawkinsmsi: Allow setting a media disk as the last used source...
2008-02-26  James Hawkinsmsi: Store the media type and set the last used source...
2008-02-26  James Hawkinsmsi: Read the disk prompt source list property from...
2008-02-25  James Hawkinsmsi: Fix and simplify handling of REG_MULTI_SZ strings...
2008-02-21  James Hawkinsmsi: Publish a few SourceList properties.
2008-02-05  James Hawkinsmsi: Fix handling of the NULL separator when writing...
2008-01-07  James Hawkinsmsi: Pad the month and day to two digits.
2008-01-07  James Hawkinsmsi: Copy the temporary package when storing the installer.
2008-01-07  James Hawkinsmsi: Check the local package for existence when resolvi...
2008-01-07  James Hawkinsmsi: OriginalDatabase can be a URL so check for a forwa...
2008-01-07  James Hawkinsmsi: SourceDir is formed from the path of OriginalDatabase.
2008-01-07  James Hawkinsmsi: Factor out msi_set_sourcedir_props.
2008-01-07  James Hawkinsmsi: WriteEnvironmentStrings should also write to REG_E...
2008-01-02  Lionel Debrouxmsi: Correctly handle return value of msi_realloc.
2007-12-17  James Hawkinsmsi: Release the record when loading the hash data.
2007-12-14  James Hawkinsmsi: Close the file handle returned by FindFirstFile.
2007-11-26  James Hawkinsmsi: Check the destination file's hash and skip that...
2007-11-13  James Hawkinsmsi: Delete the uninstall key when the product is removed.
2007-11-06  James Hawkinsmsi: Process the ADDSOURCE property when setting featur...
2007-11-05  James Hawkinsmsi: Implement the CCPSearch standard action.
2007-11-05  James Hawkinsmsi: Fix the location used to write the user's environm...
2007-11-05  James Hawkinsmsi: Remove an unused parameter.
2007-11-05  James Hawkinsmsi: Fix the sign of an index variable.
2007-11-05  James Hawkinsmsi: Remove a legacy error check.
2007-11-01  James Hawkinsmsi: Only unpublish the features if the entire product...
2007-11-01  James Hawkinsmsi: Properly register features.
2007-11-01  James Hawkinsmsi: Properly register and unregister components.
2007-11-01  James Hawkinsmsi: Remove a duplicated function.
2007-11-01  James Hawkinsmsi: Implement the MoveFiles standard action.
2007-10-23  James Hawkinsmsi: Release the record only after using the record...
2007-10-18  Mikolaj Zalewskimsi: Make the WriteEnvironmentStrings handling of ...
2007-08-10  James Hawkinsmsi: Implement the UnpublishFeatures standard action.
2007-07-24  Andrew Talbotmsi: Cast-qual warning fix.
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-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...
next