ChangeSet ID: 15480
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/17 07:40:39
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Implementations for SelfRegModules and PublishFeatures.
Set default ACTION property for Install.
Deformat more than JUST properties properly. Allows for Files and
Component paths in deformat.
Properly deformat a LaunchCondition failure dialog box.
Resolve and save registry Keypaths.
Write the Features published keys more correctly. Still some
problems.
Patch: http://cvs.winehq.org/patch.py?id=15480
Old revision New revision Changes Path
1.68 1.69 +439 -68 wine/dlls/msi/action.c
ChangeSet ID: 15479
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/01/17 07:39:58
Modified files:
dlls/msi : msi.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
First pass implement ion of MsiQueryProductState[A/W] as well as a few
fixes for MsiGetComponentPath.
Patch: http://cvs.winehq.org/patch.py?id=15479
Old revision New revision Changes Path
1.47 1.48 +106 -6 wine/dlls/msi/msi.c