ntdll: Use correct prototype for thread function.
[wine] / dlls / msi /
2007-05-11  Francois Gougetmsi/tests: Add missing '\n' to ok() calls.
2007-05-11  James Hawkinsmsi: Only check the volume label for every media after...
2007-05-10  James Hawkinsmsi: Deformat the key path before opening the key.
2007-05-10  Paul Vriensmsi/tests: Properly cleanup after each test.
2007-05-10  Misha Koshelevmsi/tests: automation: Add more tests for Installer...
2007-05-09  James Hawkinsmsi: Check the volume name when changing media.
2007-05-08  Misha Koshelevmsi: automation: Display an error on create_session...
2007-05-08  Misha Koshelevmsi: automation: Move VariantClears out of specific...
2007-05-08  Misha Koshelevmsi: automation: Display errors on create_automation_ob...
2007-05-08  Misha Koshelevmsi: automation: Clear all VT_BSTR variants returned...
2007-05-08  Misha Koshelevmsi/tests: automation: Simplify ok_exception.
2007-05-08  Misha Koshelevmsi/tests: automation: Add test for Installer::Registry...
2007-05-08  Misha Koshelevmsi: automation: Output FIXMEs for unknown member names.
2007-05-08  Misha Koshelevmsi: automation: Implement Installer::Products and...
2007-05-08  Misha Koshelevmsi/tests: automation: Add tests for Installer::Product...
2007-05-08  Misha Koshelevmsi: automation: Generalize interface-specific data...
2007-05-08  Misha Koshelevmsi: automation: Use proper parameter names.
2007-05-07  James Hawkinsmsi: Add handling for the ReinstallMode control event.
2007-05-07  James Hawkinsmsi: Add stub handlers for the remaing standard actions...
2007-05-07  James Hawkinsmsi: Remove debugging printf statements.
2007-05-07  James Hawkinsmsi: Remove incorrect ERR as messages can be sent befor...
2007-05-07  James Hawkinsmsi: Set the text limit of the edit control if the...
2007-05-07  James Hawkinsmsi: Add the ES_AUTOHSCROLL style to the edit control.
2007-05-07  James Hawkinsmsi: Only allow valid styles in msi_dialog_get_style.
2007-05-07  Misha Koshelevmsi: automation: Implement Session::Installer.
2007-05-07  Misha Koshelevmsi: automation: Store parent Installer object in Session.
2007-05-07  Misha Koshelevmsi/tests: automation: Session::Installer conformance...
2007-05-07  Misha Koshelevmsi: script: Discriminate properly between JScript...
2007-05-04  Misha Koshelevmsi/tests: automation: Integrate test_createrecord_and_...
2007-05-04  Misha Koshelevmsi/tests: automation: Convert method names to Unicode...
2007-05-04  Misha Koshelevmsi/tests: automation: Free memory after string conversion.
2007-05-04  Alexandre JulliardFix minor differences in the formatting of the license...
2007-05-01  Misha Koshelevmsi: Add JScript/VBScript support.
2007-05-01  Misha Koshelevmsi: Added handlers for JScript/VBScript actions that...
2007-05-01  Misha Koshelevmsi: automation: Expose Installer object.
2007-05-01  Misha Koshelevmsi: automation: Implement Installer::OpenPackage.
2007-05-01  Misha Koshelevmsi: automation: Implement a few functions from the...
2007-05-01  Misha Koshelevmsi: automation: Implement Database::OpenView.
2007-05-01  Misha Koshelevmsi: automation: Implement View::Execute, Fetch, and...
2007-05-01  Misha Koshelevmsi: automation: Implement Record::StringData.
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-05-01  James Hawkinsmsi: Add tests that show that costing is run in both...
2007-05-01  Misha Koshelevmsi: Expand IDL file to contain some OLE automation...
2007-05-01  Misha Koshelevmsi: Add base class for OLE automation objects.
2007-05-01  Misha Koshelevmsi: Merge OLE automation conformance tests.
2007-04-30  Misha Koshelevmsi: Add OLE automation conformance test.
2007-04-30  Francois Gougetmsi/tests: Add missing '\n' to ok() call.
2007-04-27  Marcus Meissnermsi: Do not mark the tables const.
2007-04-26  Hans Leidekkermsi: Add a stub implementation for MsiEnumProductsEx...
2007-04-25  James Hawkinsmsi: Implement special handling for the _Streams table.
2007-04-25  Rob Shearmanmsi: Fix an off-by-one error when calculating the path...
2007-04-25  Rob Shearmanmsi: Create the _Property table as a temporary table...
2007-04-25  Rob Shearmanmsi: Set rec to NULL after calling msiobj_release on...
2007-04-24  Rob Shearmanmsi: Add a non-persistent string instead of a persisten...
2007-04-24  Rob Shearmanmsi: All columns being temporary means the table is...
2007-04-24  Rob Shearmanmsi: Add a persistent flag to tables.
2007-04-24  Rob Shearmanmsi: Don't add info to the _Columns table for non-persi...
2007-04-24  Rob Shearmanmsi: Add support for adding temporary/non-persistent...
2007-04-24  Rob Shearmanmsi: The HOLD keyword implies a temporary table, wherea...
2007-04-24  Rob Shearmanmsi: Create the table directly in create_table instead...
2007-04-24  Rob Shearmanmsi: Move table creation to table.c.
2007-04-24  Rob Shearmanmsi: Store the column info in the MSITABLE structure.
2007-04-24  Rob Shearmanmsi: Remove the hash table for a column when one of...
2007-04-24  Rob Shearmanmsi: Cleanup unneeded string table functions.
2007-04-24  Rob Shearmanmsi: Move string loading and saving to string.c.
2007-04-24  Rob Shearmanmsi: Add support for non-persistent strings.
2007-04-23  James Hawkinsmsi: Abstract MSI_RecordSetStream.
2007-04-23  James Hawkinsmsi: Add an internal MSI_ViewModify.
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-23  James Hawkinsmsi: Add the _Property table back, with tests.
2007-04-23  James Hawkinsmsi: Return MSICONDITION_NONE in MsiDatabaseIsTablePers...
2007-04-16  Alban Browaeysmsi: Move msi_free(msiFilePath) to enable ERR message...
2007-04-16  James Hawkinsmsi: Add handling for the concurrent install custom...
2007-04-16  James Hawkinsmsi: Run the InstallExecute sequence if the InstallUISe...
2007-04-16  James Hawkinsmsi: Generalize the msi_custom_action_info struct so...
2007-04-16  James Hawkinsmsi: Add tests for the concurrent installation custom...
2007-04-13  Rob Shearmanmsi: Provide UI action data for uncompressed files...
2007-04-12  Aric Stewartmsi: Do not crash in MsiGetUserInfo if org, user or...
2007-04-12  James Hawkinsmsi: Reset the is_extracted flag when every cabinet...
2007-04-11  Aric Stewartmsi: Register fonts with full target paths as applicati...
2007-04-04  Rob Shearmanmsi: Don't wait on closed handles in ACTION_FinishCusto...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2007-03-28  Francois GougetRemove unneeded checks on the GetModuleHandle() return...
2007-03-23  Andrew Talbotmsi: Replace inline static with static inline.
2007-03-06  Francois GougetAssorted spelling fixes.
2007-03-06  Andrew Talbotmsi: Replace const pointer parameters with correct...
2007-03-05  Rob Shearmanmsi: Set the PackageCode property based on the "revisio...
2007-03-05  Rob Shearmanmsi: Rewrite the second loop in ACTION_FinishCustomActi...
2007-03-05  Rob Shearmanmsi: Set the Date, Time and VersionDatabase properties.
2007-03-05  Paul Vriensmsi/tests: Properly cleanup after each test.
2007-02-26  James Hawkinsmsi: Overwrite an existing read-only file when copying...
2007-02-26  James Hawkinsmsi: Add tests for using markers in SELECT clauses.
2007-02-26  James Hawkinsmsi: Check for a NULL text entry, as it can be blank...
2007-02-26  James Hawkinsmsi: Free the custom action data after the thread funct...
2007-02-21  James Hawkinsmsi: Cleanup the dialog event subscriptions when destro...
2007-02-19  Andrew Talbotmsi: Constify some variables.
2007-02-14  Steven Steinmsi: ValidateProductID action stub.
2007-02-14  Steven Steinmsi: Added "Default" control condition to msi_dialog_se...
next