ChangeSet ID: 15721
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/27 05:12:56
Modified files:
dlls/msi : msipriv.h action.h action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Enable the updating of Feature and thus the resulting component
states.
Run the end of install actions for suspend and user exit states as
well.
Start putting in place a currently running state for future ui use.
Patch: http://cvs.winehq.org/patch.py?id=15721
Old revision New revision Changes Path
1.42 1.43 +2 -0 wine/dlls/msi/msipriv.h
1.1 1.2 +2 -0 wine/dlls/msi/action.h
1.75 1.76 +63 -1 wine/dlls/msi/action.c
ChangeSet ID: 15720
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/27 05:12:16
Modified files:
dlls/msi : package.c
Log message:
Mike McCormack <mike(a)codeweavers.com>
- implement MsiOpenPackageEx, and forward MsiOpenPackage there
- make a MSI_CreatePackage function and use it in MSI_OpenPackage
- move MsiOpenPackageA down with the rest of the API functions
Patch: http://cvs.winehq.org/patch.py?id=15720
Old revision New revision Changes Path
1.32 1.33 +77 -56 wine/dlls/msi/package.c