ChangeSet ID: 16303 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/02/24 06:47:43
Modified files: dlls/msi : msipriv.h action.h action.c
Log message: Aric Stewart aric@codeweavers.com Add the ExecuteAction handler. Store the keypath, and do refcounting and registration of SharedDLLs. Fix a bug with handing dword values in the registry. Fix bugs with writing registry keys where value == NULL. Make use of msidefs.h. Lay some groundwork for uninstalls.
Patch: http://cvs.winehq.org/patch.py?id=16303
Old revision New revision Changes Path 1.47 1.48 +2 -0 wine/dlls/msi/msipriv.h 1.4 1.5 +3 -0 wine/dlls/msi/action.h 1.92 1.93 +280 -51 wine/dlls/msi/action.c