msi: Add an internal MSI_ViewModify.
[wine] / dlls / msi / msipriv.h
2007-04-23  James Hawkinsmsi: Add an internal MSI_ViewModify.
2007-04-23  James Hawkinsmsi: Add the _Property table back, with tests.
2007-04-23  James Hawkinsmsi: Return MSICONDITION_NONE in MsiDatabaseIsTablePers...
2007-03-29  James Hawkinsmsi: Load the folder property if available and requested.
2007-03-23  Andrew Talbotmsi: Replace inline static with static inline.
2007-02-21  James Hawkinsmsi: Cleanup the dialog event subscriptions when destro...
2007-02-14  Mike McCormackmsi: Find pending custom actions by GUID.
2007-02-12  Mike McCormackmsi: Store dll based custom actions in a separate list.
2007-02-08  Mike McCormackmsi: Register the typelib.
2007-02-07  Misha Koshelevmsi: Make sure to ignore UI level flags in dialog and...
2006-12-05  Mike McCormackmsi: Examine the attributes of all features before...
2006-11-22  Mike McCormackmsi: Load all folders in one query, rather one per...
2006-11-14  Mike McCormackmsi: Remove track_tempfile()'s unused 2nd parameter.
2006-11-08  James Hawkinsmsi: Store the base URL of the MSI package if it is...
2006-11-06  Alexandre Julliardmsi: Fixed definition of the MSIITERHANDLE type.
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-27  James Hawkinsmsi: Implement handling for the ErrorDialog and use...
2006-10-26  Mike McCormackmsi: Update tables using records, not integer by integer.
2006-10-26  Mike McCormackmsi: Use msi_feature_set_state and msi_component_set_st...
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-17  James Hawkinsmsi: Revert "msi: Perform button control events in...
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-10  Mike McCormackmsi: Make msi_makestring static.
2006-10-09  James Hawkinsmsi: Make internal functions static.
2006-10-09  James Hawkinsmsi: Perform button control events in greatest to least...
2006-09-29  James Hawkinsmsi: Return to the parent dialog when the argument...
2006-09-26  James Hawkinsmsi: Store the full path to the database file in the...
2006-09-13  Mike McCormackmsi: Fix a couple of test cases for MsiDatabaseIsTableP...
2006-09-13  Mike McCormackmsi: Delete databases we create but never commit.
2006-09-07  James Hawkinsmsi: Store and use the center point of the dialog windo...
2006-09-07  Mike McCormackmsi: Create MSI_ViewGetColumnInfo for accessing MsiView...
2006-09-07  Mike McCormackmsi: Create a function to copy record fields, use it...
2006-08-29  Mike McCormackmsi: Free the handle table on PROCESS_DETACH.
2006-08-28  Dan Kegelmsi: Remove limit on number of handles.
2006-08-28  Mike McCormackmsi: Fix writing of long strings to the database.
2006-08-28  James Hawkinsmsi: Add initial implementation of the DirectoryListUp...
2006-08-25  Mike McCormackmsi: Store properties in a hash table, not the database.
2006-08-08  James Hawkinsmsi: Fix the compressed files logic.
2006-08-05  Andrew Talbotmsi: Write-strings warnings fix.
2006-07-28  Stefan Leichtermsi: Make the version information of DllGetVersion...
2006-07-24  Mike McCormackmsi: Move COM server implementation to a separate file.
2006-07-20  James Hawkinsmsi: Forward MsiSetInstallLevel to an internal MSI_SetI...
2006-07-20  James Hawkinsmsi: Update feature states after changing install level...
2006-07-14  Mike McCormackmsi: Add some registry reading macro functions.
2006-07-14  Mike McCormackmsi: Move version string conversions to registry.c.
2006-07-14  Mike McCormackmsi: Move some registry helper functions to registry.c.
2006-06-10  Alexandre Julliardmsi: Make all the ops structures static and const.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-20  Robert Shearmanmsi: Optimise WHERE operations.
2006-01-04  Mike McCormackmsi: Apply any MSI transforms specified by the TRANSFOR...
2006-01-03  Mike McCormackmsi: Implement the Reset control event.
2005-10-31  Mike McCormackFix and test MsiGetProperty and MsiSetProperty.
2005-10-27  Mike McCormackImplement transforms. This still includes some debuggi...
2005-10-26  Mike McCormackCreate a stub function to apply a single table transfor...
2005-10-26  Mike McCormackCreate an internal handle-free api for reading MSI...
2005-09-30  Mike McCormackRename ACTION_DoTopLevelINSTALL to MSI_InstallPackage...
2005-09-28  Mike McCormackFix and test MsiViewGetColumnInfo and binary fields.
2005-09-28  Mike McCormackDon't create MSI handles unless we have to pass one...
2005-09-21  Mike McCormackImplement MsiSequenceA/W.
2005-09-21  Mike McCormackDon't refcount tables.
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 1).
2005-09-17  Mike McCormackFix memory leaks in the table code.
2005-09-16  Mike McCormackMake load_string_table return the string table.
2005-09-15  Mike McCormackUse the new msi_reg_set* macros where possible.
2005-09-14  Mike McCormackRemove some unused values in the object header.
2005-09-14  Mike McCormackConvert the list of tables to a standard list.
2005-09-13  Alexandre JulliardGet rid of a couple of non-portable long long constants.
2005-09-08  Mike McCormackConvert RunningActions array into a list.
2005-09-07  Mike McCormackKeep temporary files in a seperate list.
2005-09-06  Mike McCormackFixes for MsiGetSourcePath parameter handling.
2005-09-06  Mike McCormackConvert progids to a standard list.
2005-09-02  Mike McCormack- convert verbs into a standard list
2005-08-29  Mike McCormack- build a standard Wine list of extensions instead...
2005-08-26  Mike McCormack- build a standard Wine list of mime types instead...
2005-08-25  Mike McCormack- build a standard Wine list of classes instead of...
2005-08-24  Mike McCormackImplement MsiModifyView (MSIMODIFY_INSERT_TEMPORARY).
2005-08-24  Mike McCormack- build a standard Wine list of appids instead of using...
2005-08-23  Mike McCormack- build a standard Wine list of folders instead of...
2005-08-23  Mike McCormack- build a standard Wine list of files instead of using...
2005-08-22  Mike McCormack- build a standard Wine list of features instead of...
2005-08-22  Mike McCormack- build a standard Wine list of components instead...
2005-08-08  Alexandre JulliardDon't prefix the functions DllCanUnloadNow, DllGetClass...
2005-08-08  Yuri KozlovRemove duplicate declaration of MSI_SetPropertyW.
2005-07-06  Mike McCormackgcc 4.0 -Wpointer-sign fixes.
2005-07-05  Aric StewartAdd source.c to start handling the various MsiSourceLis...
2005-06-28  Aric StewartRelocate the msi file to prevent cd locking, corrected...
2005-06-23  Mike McCormackMake the MSI icon control work.
2005-06-17  Aric StewartAllow control events to return codes to halt the proces...
2005-06-07  Mike McCormackFixes for -Wmissing-declarations and -Wwrite-strings...
2005-06-07  Aric StewartAdd functions to add the User UpgradeCodes.
2005-06-06  Mike McCormackUse standard lists in the event subscription code.
2005-06-02  Mike McCormackCreate a helper function to fetch a single record from...
2005-06-01  Mike McCormack- avoid unicode.h
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-27  Aric StewartIntroduce really basic scripting of actions. This is...
2005-05-27  Alexandre JulliardAuthors: Aric Stewart <aric@codeweavers.com>, Mike...
2005-05-26  Aric StewartA big rewrite of the whole RegisterClass, RegisterProgId,
next