ChangeSet ID: 17161 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/20 07:50:05
Modified files: dlls/msi : registry.c msipriv.h msi.spec msi.c action.c
Log message: Aric Stewart aric@codeweavers.com Implement Publish Components in order for MsiGetQualifiedComponent apis to work. Also implement MsiGetQualifiedComponent, or at least some of the functionality as it is supposed to install stuff if it is absent, which it does not do yet.
Patch: http://cvs.winehq.org/patch.py?id=17161
Old revision New revision Changes Path 1.6 1.7 +27 -0 wine/dlls/msi/registry.c 1.52 1.53 +1 -0 wine/dlls/msi/msipriv.h 1.34 1.35 +2 -2 wine/dlls/msi/msi.spec 1.71 1.72 +99 -2 wine/dlls/msi/msi.c 1.107 1.108 +110 -1 wine/dlls/msi/action.c